IO::Compress::* 2.000_13
[p5sagit/p5-mst-13.2.git] / ext / Compress / IO / Zlib / Changes
1 CHANGES
2 -------
3
4   2.000_13 20 June 2006
5
6       * Preliminary support for reading zip files with zip64 members.
7
8   2.000_12 3 May 2006
9
10       * Moved the code for creating and parsing the gzip extra field into
11         IO::Compress::Zlib::Extra.pm so that IO::Compress::Zip &
12         IO::Uncompress::Unzip can use it as well. 
13
14       * Added ExtraFieldLocal & ExtraFieldCentral options to IO::Compress::Zip.
15         These allow the creation of user-defined extra fields in the local
16         and central headers, just like the ExtraField option in
17         IO::Compress::Gzip.
18
19       * Moved the zip constants into IO::Compress::Zip::Constants
20
21       * Added exTime option to IO::Compress::Zip. 
22         This allows creation of the extended timestamp extra field.
23
24       * Added Minimal option to IO::Compress::Zip. 
25         This disables the creation of all extended fields.
26
27       * Added TextFlag option to IO::Compress::Zip. 
28
29       * Documented Comment and ZipComment options in IO::Compress::Zip. 
30
31   2.000_11 10 April 2006
32
33       * Updated Documentation for zip modules.
34
35       * Changed IO::Compress::Zip 'Store' option to 'Method' and added
36         symbolic constants ZIP_CM_STORE, ZIP_CM_DEFLATE and ZIP_CM_BZIP2 to
37         allow the compression method to be picked by the user.
38
39       * Added support to allow bzip2 compressed data to be written/read
40         with IO::Compress::Zip and IO::Uncompress::Unzip.
41
42       * Beefed up 050interop-gzip.t to check that the external gzip command
43         works as expected before starting the tests. This means that
44         this test harness will just be skipped on problematic systems.
45
46       * Merged core patch 27565 from Steve Peters. This works around a
47         problem with gzip on OpenBSD where it doesn't seem to like
48         compressing files < 10 bytes long.
49
50   2.000_10 13 March 2006
51
52       * Documentation updates.
53
54   2.000_09 3 March 2006
55
56       * Released to CPAN.
57
58   2.000_08 2 March 2006
59
60       * Split IO::Compress::Zlib into its own distribution.
61
62       * Beefed up support for zip/unzip
63
64
65