Upgrade to Time-HiRes-1.9707
[p5sagit/p5-mst-13.2.git] / ext / Compress / Raw / Zlib / Changes
1 CHANGES
2 -------
3
4   2.003 2 January 2007
5
6       * Added explicit version checking
7
8   2.002 29 December 2006
9
10       * Documentation updates.
11
12   2.001 1 November 2006
13
14       * Remove beta status.
15
16   2.000_14 26 October 2006
17
18       * Fixed memory leak on realloc.
19
20       * Ticket #18986 says that ExtUtils::Install 1.39 fixes the in-use
21         issue on win32/cygwin, so make the code that checks whether trying
22         to install via the cpan shell conditional on the version of
23         ExtUtils::Install.
24         http://rt.cpan.org/Ticket/Display.html?id=18986
25
26   2.000_10 13 March 2006
27
28       * Fixed a potential NULL pointer dereference problem in
29         Compress::Raw::Zlib::resetLastBlockByte.
30         Issue highlighted by David Dyck and reproduced by Marcus Holland-Moritz.
31
32   2.000_09 3 March 2006
33
34       * Released onto CPAN
35
36       * Documentation updates.
37
38   2.000_08 2 March 2006
39
40       * Moved the IO::* modules out into their own distributions.
41
42       * Breakout zlib specific code into separate modules.
43
44       * Limited support for reading/writing zip files added.
45
46   2.000_06 5 October 2005
47
48       * Added eof parameter to Compress::Zlib::inflate method.
49
50       * Fixed issue with 64-bit
51
52   2.000_05 4 October 2005
53
54       * Renamed IO::* to IO::Compress::* & IO::Uncompress::*
55
56   2.000_04 23 September 2005
57
58       * Fixed some more non-portable test that were failing on VMS.
59
60       * fixed problem where error messages in the oneshot interface were
61         getting lost.
62
63   2.000_03 12 September 2005
64
65       * Fixed some non-portable test that were failing on VMS.
66
67       * Fixed export of zlib constants from the IO::* classes
68
69   2.000_02 6 September 2005
70
71       * Split Append mode into Append and Merge
72
73       * Fixed typos in the documentation.
74
75       * Added pod/FAQ.pod
76
77       * Added libscan to Makefile.PL
78
79       * Added InputLength for IO::Gunzip et al
80
81   2.000_01 22 August 2005
82
83       * Fixed VERSION in Compress::Gzip::Constants
84
85       * Removed Compress::Gzip::Info from the distribution.
86
87   2.000_00 21 August 2005
88
89       * First Beta relase of Compress::zlib rewrite.
90