~ubuntu-branches/ubuntu/trusty/libfile-fcntllock-perl/trusty-proposed

1 by gregor herrmann
Import upstream version 0.13
1
Revision history for Perl extension File::FcntlLock
2
1.1.1 by Julián Moreno Patiño
Import upstream version 0.14
3
0.14  Thu Oct 29 2011
4
	- Changed the test script to get it to pass under GNU Hurd,
5
      using only the rather limited fcntl() locking capabilities
6
      available on that system. Thanks to Julián Moreno Patiño
7
      for bringing the problem to my attention and helping me
8
      to set up a virtual GNU Hurd system for testing.
9
10
0.13  Thu Oct 11 2011
11
    - Spelling errors fixed in the documentation, thanks to
12
      Julián Moreno Patiño (Debian Package Maintainer).
1 by gregor herrmann
Import upstream version 0.13
13
14
0.12  Thu Oct 8 2009
15
    - Stupid bug in Makefile removed that assumed a certain
16
      layout of the flock structure - thanks to Glenn Herteg
1.1.1 by Julián Moreno Patiño
Import upstream version 0.14
17
      for spotting this.
1 by gregor herrmann
Import upstream version 0.13
18
19
0.11  Wed Oct 7 2009
20
	- Module did use only 32-bit flock structure, making it
21
      impossible to obtain locks on parts of files above
22
      4 GB. Now it also should work for large files.
23
    - Mistakes in documentation removed as pointed out by
24
      FANY and Glenn Herteg.
25
26
0.10  Wed May 14 2008
27
    - Removed an issue in Makefile.PL that kept the module
28
      from being built on some systems
29
30
0.09  Sun Aug 26 2007
31
    - Renamed module from Fcntl_Lock to FcntlLock to make it
32
      fit into the namespace newly allocated on CPAN
33
34
0.08  Sun Aug 12 2007
35
    - Changes in error handling within the module
36
    - Makefile.PL changed so that it hopefully won't fail on
37
      (Net|Free|Open)BSD (and perhaps Cygwin) where locks on
38
      STDIN and STDOUT are not supported
39
    - Tests changed for the same reasons
40
41
0.07  Sun Aug 5 2007
42
    - Module made ready for upload to CPAN
43
    - Changed name from Fcntl_Lock to File::Fcntl_Lock
44
    - Renamed some methods
45
    - Corrected some of the test cases
46
    - Updated documentation
47
48
0.06  Sun Apr 28 2002
49
    - Error texts changed to reflect SUSv3
50
    - Documentation updated
51
52
0.05  Mon Apr 22 2002
53
    - Error texts changed to reflect TRUE64 man page
54
    - Internal module errors now call die instead of setting errno to EINVAL
55
    - Small bug fixes
56
57
0.04  Mon Apr 22 2002
58
    - Added further test cases
59
    - Improved check on availability of fcntl(2) in Makefile.PL
60
    - Methods for simpler error determination
61
    - Update of documentation
62
63
0.03  Sat Apr 20 2002
64
    - Removed a bug in Makefile.PL pointed out by "Frodo Baggins"
65
    - Added checks in Makefile.PL for compiler and <fcntl.h>
66
67
0.02  Sat Apr 20 2002
68
    - Added tests in test.pl
69
    - Some changes in Makefile.PL thanks to Mark Jason Dominus
70
    - Module now recognizes file handles and descriptors correctly
71
    - Update of documentation
72
73
0.01  Thu Apr 18 2002
74
    - original version; created by h2xs 1.21 with options -A -n Fcntl_Lock