CHANGES

2.037 22 June 2011

2.036 18 June 2011

2.035 6 May 2011

2.034 2 May 2011

2.033 11 Jan 2011

2.032 4 Jan 2011

2.030 22 July 2010

2.027 24 April 2010

2.026 7 April 2010

2.025 27 March 2010

2.024 7 January 2010

2.023 9 November 2009

2.022 9 October 2009

2.021 30 August 2009

2.020 3 June 2009

2.019 4 May 2009

2.018 3 May 2009

2.017 30 March 2009

2.015 3 September 2008

2.014 2 September 2008

2.013 18 July 2008

2.012 15 July 2008

2.011 17 May 2008

2.010 5 May 2008

2.009 20 April 2008

2.008 2 November 2007

2.006 1 September 20007

2.005 18 June 2007

SCALAR will be grown or shrunk to the length actually read.

        In particular it didn't do the right thing on EOF.
        This has been fixed.

      * IO::Compress::Gzip & IO::Uncompress::Gunzip

        - RFC1952 says that the FNAME & FCOMMENT header fields must be ISO
          8859-1 (LATIN-1) characters. The code can optionally police this.
          Added a fix for this logic when running on EBCDIC.

      * Compress::Zlib 
        Added info about removing Compress::Zlib version 1, before
        installing version 2. 

2.004 3 March 2007

2.003 2 January 2007

2.002 29 December 2006

2.001 1 November 2006

2.000_14 26 October 2006

2.000_13 20 June 2006

unzip "some.zip" => \@a, MultiStream => 1;

Push each uncompressed stream from "some.zip" onto @a.

            new IO::File("<-")
            new IO::File(">-")

      * Preliminary support for reading zip files with zip64 members.

2.000_12 3 May 2006

2.000_11 10 April 2006

2.000_10 13 March 2006

2.000_09 3 March 2006

2.000_08 2 March 2006

2.000_06 5 October 2005

2.000_05 4 October 2005

2.000_04 23 September 2005

2.000_03 12 September 2005

2.000_02 6 September 2005

2.000_01 22 August 2005

2.000_00 21 August 2005

Compress-Zlib version 1 Changes

1.38 - 6 September 2005

1.37 - 12 August 2005

1.36 - 3 August 2005

1.35 - 16 July 2005

1.34 - 30 January 2005

1.33 - 14 January 2004

1.32 - 26 November 2003

1.31 - 29 October 2003

1.30 - 28 October 2003

1.22 - 17 June 2003

1.21 - 28 April 2003

1.20 - 4 April 2003

1.19 - 31 October 2002

1.18 - 24 October 2002

1.17 - 23 May 2002

1.16 - 13 December 2001

1.15 - 4th December 2001

1.14 - 27th August 2001

1.13 - 31st June 2001

1.12 - 28th April 2001

1.11 - 17th February 2001

1.10 - 5th February 2001

1.09 - 15th January 2001

1.08 - 6 Jan 2000

1.07 - 27 Nov 1999

1.06 - 20 Sep 1999

1.05 - 3 June 1999

1.04 - 27 May 1999

1.03 - 17 Mar 1999

1.02 - 31 Jan 1999

1.01 - 23 Nov 1997

1.00 - 14 Nov 1997

            compress
            uncompress
            deflate
            inflate
            crc32
            adler32
 
        This should mean applications that make use of the module don't
        have to copy large buffers around.

0.5 - Confirmed that no changes were necessary for zlib 1.0.3, or 1.0.4.

        The optional parameters for deflateInit and inflateInit can now
        be specified as an associative array in addition to a reference
        to an associative array. They can also accept the -Name
        syntax.

        gzopen can now optionally take a reference to an open
        filehandle in place of a filename. In this case it will call
        gzdopen.

        Added gzstream example script.

0.4 - Upgrade to support zlib 0.99

Added dictionary interface.

        Fixed bug in gzreadline - previously it would keep returning
        the same buffer. This bug was reported by Helmut Jarausch

        Removed dependency to zutil.h and so dropped support for 
        
            DEF_MEM_LEVEL (use MAX_MEM_LEVEL instead)
            DEF_WBITS     (use MAX_WBITS instead)

0.3 - Added prototype specification.

0.2 - Fixed a minor allocation problem in Zlib.xs

0.1 - first alpha release. 2nd October 1995