6 * Updated Documentation for zip modules.
8 * Changed IO::Compress::Zip 'Store' option to 'Method' and added
9 symbolic constants ZIP_CM_STORE, ZIP_CM_DEFLATE and ZIP_CM_BZIP2 to
10 allow the compression method to be picked by the user.
12 * Added support to allow bzip2 compressed data to be written/read
13 with IO::Compress::Zip and IO::Uncompress::Unzip.
15 * Beefed up 050interop-gzip.t to check that the external gzip command
16 works as expected before starting the tests. This means that
17 this test harness will just be skipped on problematic systems.
19 * Merged core patch 27565 from Steve Peters. This works around a
20 problem with gzip on OpenBSD where it doesn't seem to like
21 compressing files < 10 bytes long.
23 2.000_10 13 March 2006
25 * Documentation updates.
33 * Split IO::Compress::Zlib into its own distribution.
35 * Beefed up support for zip/unzip