6 * Changed test harness so that it can cope with PERL5OPT=-MCarp=verbose
11 * Minor documentation update.
23 * Added 'LimitOutput' option
25 * Removed MAN3PODS from Makefile.PL
27 * Fixed coring issue when LimitOutput was used.
29 * Documented Compress::Raw::Zlib::zlib_version()
31 * Documented Compress::Raw::Zlib::deflateReset()
34 2.015 3 September 2008
37 Backout changes made in 2.014
39 2.014 2 September 2008
42 Updated to check for indirect dependencies.
46 * Document the gzip flags that WindowBits can take.
48 * Allow a dictionary to be used with a raw inflate.
49 Needs zlib 1.2.2.1 or better.
54 * A C++-style comment sneaked in with the last update. Fixed.
67 * Minor documentation changes in README
69 2.006 1 September 2007
72 Added INSTALLDIRS directive to install as a core module when built
77 * Only include ppport.h when not being built with perl.
82 * Fixed lvalue substr issue
84 * Remove redundant code from Zlib.xs
88 * Added explicit version checking
90 2.002 29 December 2006
92 * Documentation updates.
98 2.000_14 26 October 2006
100 * Fixed memory leak on realloc.
102 * Ticket #18986 says that ExtUtils::Install 1.39 fixes the in-use
103 issue on win32/cygwin, so make the code that checks whether trying
104 to install via the cpan shell conditional on the version of
106 http://rt.cpan.org/Ticket/Display.html?id=18986
108 2.000_10 13 March 2006
110 * Fixed a potential NULL pointer dereference problem in
111 Compress::Raw::Zlib::resetLastBlockByte.
112 Issue highlighted by David Dyck and reproduced by Marcus Holland-Moritz.
114 2.000_09 3 March 2006
118 * Documentation updates.
120 2.000_08 2 March 2006
122 * Moved the IO::* modules out into their own distributions.
124 * Breakout zlib specific code into separate modules.
126 * Limited support for reading/writing zip files added.
128 2.000_06 5 October 2005
130 * Added eof parameter to Compress::Zlib::inflate method.
132 * Fixed issue with 64-bit
134 2.000_05 4 October 2005
136 * Renamed IO::* to IO::Compress::* & IO::Uncompress::*
138 2.000_04 23 September 2005
140 * Fixed some more non-portable test that were failing on VMS.
142 * fixed problem where error messages in the oneshot interface were
145 2.000_03 12 September 2005
147 * Fixed some non-portable test that were failing on VMS.
149 * Fixed export of zlib constants from the IO::* classes
151 2.000_02 6 September 2005
153 * Split Append mode into Append and Merge
155 * Fixed typos in the documentation.
159 * Added libscan to Makefile.PL
161 * Added InputLength for IO::Gunzip et al
163 2.000_01 22 August 2005
165 * Fixed VERSION in Compress::Gzip::Constants
167 * Removed Compress::Gzip::Info from the distribution.
169 2.000_00 21 August 2005
171 * First Beta relase of Compress::zlib rewrite.