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