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