X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FCompress%2FIO%2FZlib%2FChanges;h=cc27f4461916fec4908c689d6eaa3d860fd67c32;hb=2b4e0969009806e4e03a23b007570fa5279be8e0;hp=81fa6db79a9ad078814e0776484d70d84d0e2665;hpb=1a159fba18a77552673669d932364b0c4ea1852e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Compress/IO/Zlib/Changes b/ext/Compress/IO/Zlib/Changes index 81fa6db..cc27f44 100644 --- a/ext/Compress/IO/Zlib/Changes +++ b/ext/Compress/IO/Zlib/Changes @@ -1,6 +1,25 @@ CHANGES ------- + 2.000_11 10 April 2006 + + * Updated Documentation for zip modules. + + * Changed IO::Compress::Zip 'Store' option to 'Method' and added + symbolic constants ZIP_CM_STORE, ZIP_CM_DEFLATE and ZIP_CM_BZIP2 to + allow the compression method to be picked by the user. + + * Added support to allow bzip2 compressed data to be written/read + with IO::Compress::Zip and IO::Uncompress::Unzip. + + * Beefed up 050interop-gzip.t to check that the external gzip command + works as expected before starting the tests. This means that + this test harness will just be skipped on problematic systems. + + * Merged core patch 27565 from Steve Peters. This works around a + problem with gzip on OpenBSD where it doesn't seem to like + compressing files < 10 bytes long. + 2.000_10 13 March 2006 * Documentation updates.