Upgrade to Unicode::Normalize 1.01
[p5sagit/p5-mst-13.2.git] / ext / Compress / IO / Zlib / Changes
CommitLineData
25f0751f 1CHANGES
2-------
3
c70c1701 4 2.000_12 3 May 2006
5
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.
9
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
13 IO::Compress::Gzip.
14
15 * Moved the zip constants into IO::Compress::Zip::Constants
16
17 * Added exTime option to IO::Compress::Zip.
18 This allows creation of the extended timestamp extra field.
19
20 * Added Minimal option to IO::Compress::Zip.
21 This disables the creation of all extended fields.
22
23 * Added TextFlag option to IO::Compress::Zip.
24
25 * Documented Comment and ZipComment options in IO::Compress::Zip.
26
2b4e0969 27 2.000_11 10 April 2006
28
29 * Updated Documentation for zip modules.
30
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.
34
35 * Added support to allow bzip2 compressed data to be written/read
36 with IO::Compress::Zip and IO::Uncompress::Unzip.
37
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.
41
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.
45
cb7abd7f 46 2.000_10 13 March 2006
47
48 * Documentation updates.
49
50 2.000_09 3 March 2006
51
52 * Released to CPAN.
53
25f0751f 54 2.000_08 2 March 2006
55
56 * Split IO::Compress::Zlib into its own distribution.
57
58 * Beefed up support for zip/unzip
59
60
61