pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Compress-Raw-Zlib
Module Name: pkgsrc
Committed By: sno
Date: Tue Jan 31 08:06:08 UTC 2012
Modified Files:
pkgsrc/devel/p5-Compress-Raw-Zlib: Makefile distinfo
Log Message:
Updating package in devel/p5-Compress-Raw-Zlib for CPAN module
Compress::Raw::Zlib from 2.040 to 2.048.
Upstream changes:
2.048 29 January 2012
* Set minimum zlib version to 1.2.0
2.047 28 January 2012
* Allow flush to be called multiple times without any intermediate
call to deflate and still return Z_OK.
In the code below $status was Z_BUF_ERROR before this change.
$def->flush(...);
$status = $def->flush(...);
* Added support for zlibCompileFlags
* Set minimum Perl version to 5.6
2.045 3 December 2011
* Moved FAQ.pod into Zlib.pm
2.044 2 December 2011
* Moved FAQ.pod under the lib directory so it can get installed
2.043 20 November 2011
* No Changes
2.042 17 November 2011
* No Changes
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/p5-Compress-Raw-Zlib/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-Compress-Raw-Zlib/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index