IO::Compress modules
[p5sagit/p5-mst-13.2.git] / ext / Compress / IO / Zlib / Changes
1 CHANGES
2 -------
3
4   2.000_14 26 October 2006
5
6       * IO::Uncompress::Deflate
7         Beefed up the magic signature check. Means less false positives
8         when auto-detecting the compression type.
9
10       * IO::Uncompress::UnZip
11         Tighten up the zip64 extra field processing to cope with the case
12         wheere only some of the local header fields are superceeded.
13
14       * IO::Uncompress::AnyInflate
15         Remove raw-deflate (RFC 1951) from the default list of compressors 
16         to check.
17         It can still be included if the new RawInflate parameter is
18         supplied.
19         This change was made because the only way to tell if content is 
20         raw-deflate is to attempt to uncompress it - a few false positives
21         have popped up recently, which suggests that auto-detecting raw 
22         deflate is far from perfect.
23         The equivalent change has been made to IO::Uncompress::AnyUncompress.
24         [Core patch #28445]
25
26   2.000_13 20 June 2006
27
28       * Preliminary support for reading zip files with zip64 members.
29
30   2.000_12 3 May 2006
31
32       * Moved the code for creating and parsing the gzip extra field into
33         IO::Compress::Zlib::Extra.pm so that IO::Compress::Zip &
34         IO::Uncompress::Unzip can use it as well. 
35
36       * Added ExtraFieldLocal & ExtraFieldCentral options to IO::Compress::Zip.
37         These allow the creation of user-defined extra fields in the local
38         and central headers, just like the ExtraField option in
39         IO::Compress::Gzip.
40
41       * Moved the zip constants into IO::Compress::Zip::Constants
42
43       * Added exTime option to IO::Compress::Zip. 
44         This allows creation of the extended timestamp extra field.
45
46       * Added Minimal option to IO::Compress::Zip. 
47         This disables the creation of all extended fields.
48
49       * Added TextFlag option to IO::Compress::Zip. 
50
51       * Documented Comment and ZipComment options in IO::Compress::Zip. 
52
53   2.000_11 10 April 2006
54
55       * Updated Documentation for zip modules.
56
57       * Changed IO::Compress::Zip 'Store' option to 'Method' and added
58         symbolic constants ZIP_CM_STORE, ZIP_CM_DEFLATE and ZIP_CM_BZIP2 to
59         allow the compression method to be picked by the user.
60
61       * Added support to allow bzip2 compressed data to be written/read
62         with IO::Compress::Zip and IO::Uncompress::Unzip.
63
64       * Beefed up 050interop-gzip.t to check that the external gzip command
65         works as expected before starting the tests. This means that
66         this test harness will just be skipped on problematic systems.
67
68       * Merged core patch 27565 from Steve Peters. This works around a
69         problem with gzip on OpenBSD where it doesn't seem to like
70         compressing files < 10 bytes long.
71
72   2.000_10 13 March 2006
73
74       * Documentation updates.
75
76   2.000_09 3 March 2006
77
78       * Released to CPAN.
79
80   2.000_08 2 March 2006
81
82       * Split IO::Compress::Zlib into its own distribution.
83
84       * Beefed up support for zip/unzip
85
86
87