CHANGES
-------
2.000_10 13 March 2006
* Fixed a potential NULL pointer dereference problem in
Compress::Raw::Zlib::resetLastBlockByte.
Issue highlighted by David Dyck and reproduced by Marcus Holland-Moritz.
2.000_09 3 March 2006
* Released onto CPAN
* Documentation updates.
2.000_08 2 March 2006
* Moved the IO::* modules out into their own distributions.
* Breakout zlib specific code into separate modules.
* Limited support for reading/writing zip files added.
2.000_06 5 October 2005
* Added eof parameter to Compress::Zlib::inflate method.
* Fixed issue with 64-bit
2.000_05 4 October 2005
* Renamed IO::* to IO::Compress::* & IO::Uncompress::*
2.000_04 23 September 2005
* Fixed some more non-portable test that were failing on VMS.
* fixed problem where error messages in the oneshot interface were
getting lost.
2.000_03 12 September 2005
* Fixed some non-portable test that were failing on VMS.
* Fixed export of zlib constants from the IO::* classes
2.000_02 6 September 2005
* Split Append mode into Append and Merge
* Fixed typos in the documentation.
* Added pod/FAQ.pod
* Added libscan to Makefile.PL
* Added InputLength for IO::Gunzip et al
2.000_01 22 August 2005
* Fixed VERSION in Compress::Gzip::Constants
* Removed Compress::Gzip::Info from the distribution.
2.000_00 21 August 2005
* First Beta relase of Compress::zlib rewrite.