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