This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Digest-SHA to CPAN version 5.85
[perl5.git] / cpan / IO-Compress / Changes
index 8ad6fe7..e0dd8af 100644 (file)
@@ -1,6 +1,33 @@
 CHANGES
 -------
 
+  2.061 19 May 2013
+
+      * zipdetails (1.06)
+        Get it to cope with Android 'zipalign' non-standard extra fields.
+        These are used to make sure that a non-compressed member starts on 
+        a 4 byte boundary. 
+
+      * RT#84647: unzip example with IO::Uncompress::Unzip
+
+  2.060 7 January 2013
+
+      * Updated POD
+        RT# 82138: Example code not clear - gunzip() takes filenames!
+
+      * IO::Compress::Base
+        Remove the flush call when opening a filehandle. 
+
+  2.059 10 December 2012
+
+      * IO::Compress::Base
+        Added "Encode" option.
+        Fixes the encoding half of RT# 42656. Decode is still TODO
+
+  2.058 12 November 2012
+
+      * RT# 81119: Latest IO::Compress 2.057 fails tests on 5.8.x
+
   2.057 10 November 2012
 
       * IO::Compress::Zip