Revert change 27513
[p5sagit/p5-mst-13.2.git] / ext / Compress / IO / Zlib / Changes
CommitLineData
25f0751f 1CHANGES
2-------
3
2b4e0969 4 2.000_11 10 April 2006
5
6 * Updated Documentation for zip modules.
7
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.
11
12 * Added support to allow bzip2 compressed data to be written/read
13 with IO::Compress::Zip and IO::Uncompress::Unzip.
14
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.
18
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.
22
cb7abd7f 23 2.000_10 13 March 2006
24
25 * Documentation updates.
26
27 2.000_09 3 March 2006
28
29 * Released to CPAN.
30
25f0751f 31 2.000_08 2 March 2006
32
33 * Split IO::Compress::Zlib into its own distribution.
34
35 * Beefed up support for zip/unzip
36
37
38