12004-01-23   Gisle Aas <gisle@activestate.com>
2
3   Release 1.04
4
5   Restore compatibility with perl5.004 and perl5.005.
6
7
8
92004-01-08   Gisle Aas <gisle@activestate.com>
10
11   Release 1.03
12
13   Documentation fixes by Paul Croome <Paul.Croome@softwareag.com>.
14
15   Use more Fcntl constants instead of hardcoded values.
16
17
18
192003-11-21   Gisle Aas <gisle@activestate.com>
20
21   Release 1.02
22
23   Gurusamy Sarathy found that the 'race' test failed on platforms
24   which don't manage to autoflush before fork.  The workaround
25   applied is to enable perl level autoflush in that test script.
26
27
28
292003-10-06   Gisle Aas <gisle@activestate.com>
30
31   Release 1.01
32
33   Various fixes by Jan Dubois to make the module work better on Windows.
34
35        - Unlock the file before croak()ing in dec() method
36        - seek() after reading to EOF.  Otherwise we cannot write (on Windows)
37        - unlink() counterfile at the beginning of tests to protect against
38          leftovers from previous failures
39        - test for fork() availability in race.t
40        - warn on failed unlink() because Windows will not unlink open files
41
42
43
442002-07-30   Gisle Aas <gisle@activestate.com>
45
46   Release 1.00
47
48   Fix possible race condition if multiple processes tries to create
49   the counter file at the same time.  Based on patch from
50   Philipp G�hring <p.guehring@futureware.at>.
51
52
53
541998-06-09   Gisle Aas <aas@sn.no>
55
56   Release 0.12
57
58
59
601998-05-16   Gisle Aas <aas@sn.no>
61
62   Fix problem with 'Ambiguous use of {value} resolved to {"value"}' warnings
63   when the module is reloaded.
64
65
66
671998-03-25   Gisle Aas <aas@sn.no>
68
69   Release 0.11, unbundled from libwww-perl-5.22.
70