Subject: CVS commit: pkgsrc/devel/p5-Compress-Zlib
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/02/2007 19:11:17
Module Name:	pkgsrc
Committed By:	wiz
Date:		Fri Feb  2 19:11:17 UTC 2007

Modified Files:
	pkgsrc/devel/p5-Compress-Zlib: DESCR Makefile distinfo
Removed Files:
	pkgsrc/devel/p5-Compress-Zlib/patches: patch-aa

Log Message:
Update to 2.003:

  2.003 2 January 2007

      * Added explicit version checking

  2.002 29 December 2006

      * Documentation updates.

      * Fix append mode with gzopen.
        rt-cpan.org 24041

      * Allow gzopen to read from and write to a scalar reference.

  2.001 1 November 2006

      * Remove beta status.

  2.000_14 26 October 2006

      * No changes.

  2.000_13 20 June 2006

      * No changes.

  2.000_12 16 April 2006

      * Fixed gzread to zap the output buffer to an empty string when zero
        bytes are requested. This matches the behaviour of C::Z 1.x

  2.000_11 10 April 2006

      * No changes.

  2.000_10 13 March 2006

      * Changed gzread so that its behaviour matches C::Z::gzread 1.x if it
        is called after eof. In this case it will write an empty string
        into the output parameter. This change is solely for backward
        compatability reasons.

  2.000_09 3 March 2006

      * Posted to CPAN

  2.000_08 2 March 2006

      * Breakout zlib specific code into separate modules.

      * Limited support for reading/writing zip files

  2.000_06 5 October 2005

      * Added eof parameter to Compress::Zlib::inflate method.

      * Fixed issue with 64-bit

  2.000_05 4 October 2005

      * Renamed IO::* to IO::Compress::* & IO::Uncompress::*

  2.000_04 23 September 2005

      * Fixed some more non-portable test that were failing on VMS.

      * fixed problem where error messages in the oneshot interface were
        getting lost.

  2.000_03 12 September 2005

      * Fixed some non-portable test that were failing on VMS.

      * Fixed export of zlib constants from the IO::* classes

  2.000_02 6 September 2005

      * Split Append mode into Append and Merge

      * Fixed typos in the documentation.

      * Added pod/FAQ.pod

      * Added libscan to Makefile.PL

      * Added InputLength for IO::Gunzip et al

  2.000_01 22 August 2005

      * Fixed VERSION in Compress::Gzip::Constants

      * Removed Compress::Gzip::Info from the distribution.

  2.000_00 21 August 2005

      * First Beta relase of Compress::zlib rewrite.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/p5-Compress-Zlib/DESCR
cvs rdiff -r1.20 -r1.21 pkgsrc/devel/p5-Compress-Zlib/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/devel/p5-Compress-Zlib/distinfo
cvs rdiff -r1.3 -r0 pkgsrc/devel/p5-Compress-Zlib/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.