IO::Compress::* 2.011
[p5sagit/p5-mst-13.2.git] / ext / IO_Compress_Zlib / Changes
index ba79b78..45cd027 100644 (file)
@@ -1,6 +1,16 @@
 CHANGES
 -------
 
+  2.011 17 May 2008
+
+      * IO::Uncompress::Unzip 
+        - Print an error message if the zip file contains a
+          member compressed with bzip2 and IO::Uncompress::Bunzip2 is 
+          not available.
+        - Could not cope with mixed compression zip files. For example a
+          zip file that contains both STORED and DEFLATED content.
+          [RT #35573]
+
   2.010 5 May 2008
 
       * Fixed problem that meant Perl 5.10 could not upgrade this module.