6 * Moved the code for creating and parsing the gzip extra field into
7 IO::Compress::Zlib::Extra.pm so that IO::Compress::Zip &
8 IO::Uncompress::Unzip can use it as well.
10 * Added ExtraFieldLocal & ExtraFieldCentral options to IO::Compress::Zip.
11 These allow the creation of user-defined extra fields in the local
12 and central headers, just like the ExtraField option in
15 * Moved the zip constants into IO::Compress::Zip::Constants
17 * Added exTime option to IO::Compress::Zip.
18 This allows creation of the extended timestamp extra field.
20 * Added Minimal option to IO::Compress::Zip.
21 This disables the creation of all extended fields.
23 * Added TextFlag option to IO::Compress::Zip.
25 * Documented Comment and ZipComment options in IO::Compress::Zip.
27 2.000_11 10 April 2006
29 * Updated Documentation for zip modules.
31 * Changed IO::Compress::Zip 'Store' option to 'Method' and added
32 symbolic constants ZIP_CM_STORE, ZIP_CM_DEFLATE and ZIP_CM_BZIP2 to
33 allow the compression method to be picked by the user.
35 * Added support to allow bzip2 compressed data to be written/read
36 with IO::Compress::Zip and IO::Uncompress::Unzip.
38 * Beefed up 050interop-gzip.t to check that the external gzip command
39 works as expected before starting the tests. This means that
40 this test harness will just be skipped on problematic systems.
42 * Merged core patch 27565 from Steve Peters. This works around a
43 problem with gzip on OpenBSD where it doesn't seem to like
44 compressing files < 10 bytes long.
46 2.000_10 13 March 2006
48 * Documentation updates.
56 * Split IO::Compress::Zlib into its own distribution.
58 * Beefed up support for zip/unzip