2.008 2 November 2007
* Minor documentation changes in README
* t/compress/truncate.pl
EBCDIC Cleanup.
* IO::Compress::Gzip::Constants.pm
Tidied up the character classes used to defined invalid
FNAME & FCOMMENT fields for EBCDIC.
2.006 1 September 2007
* Makefile.PL
Added INSTALLDIRS directive to install as a core module when built
on a perl >= 5.9.
* IO::Uncompress::RawDeflate
- Fixed export problem - "$RawDeflateError" and "rawdeflate" were
not being exported with ":all".
2.005 18 June 2007
* IO::Compress::Gzip & IO::Uncompress::Gunzip
- RFC1952 says that the FNAME & FCOMMENT header fields must be ISO
8859-1 (LATIN-1) characters. The code can optionally police this.
Added a fix for this logic when running on EBCDIC.
* Makefile.PL
- Check if IO::Compress::Bzip2 is already installed. If it is, add
to the PREREQ_PM list.
2.004 3 March 2007
* IO::Compress::Zip
- Added Zip64 documentation.
- Fixed extended timestamp.
Creation time isn't available in Unix so only store the
modification time and the last access time in the extended field.
- Fixed file mode.
- Added ExtAttr option to control the value of the "external file
attributes" field in the central directory.
- Added Unix2 extended attribute ("Ux").
This stores the UID & GID.
* IO::Compress::Gzip
- Fixed 050interop-gzip.t for Windows