Changelog for
perl-Compress-Raw-Zlib-2.060-3.1.x86_64.rpm :
Mon Jun 25 14:00:00 2012 chrisAATTcomputersalat.de
- update to 2.054
* Build issue on Win32
[#77030]
- 2.053 6 May 2012
* Include zlib 1.2.7 source.
- 2.052 29 April 2012
* Fixed build issue when Perl is built with C++
- 2.051 20 February 2012
* Bug in Compress::Raw::Zlib on Windows
[#75222]
Wed Feb 22 13:00:00 2012 vcizekAATTsuse.com
- update to 2.050
* Build failure on Irix & Solaris.
[RT #69985]
Mon Feb 20 13:00:00 2012 vcizekAATTsuse.com
- update to 2.049
* Include zlib 1.2.6 source.
Tue Jan 31 13:00:00 2012 vcizekAATTsuse.com
- update to 2.048
* Set minimum zlib version to 1.2.0
* 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
Mon Dec 5 13:00:00 2011 vcizekAATTsuse.com
- update to 2.045
* Moved FAQ.pod into Zlib.pm
Wed Nov 30 13:00:00 2011 cfarrellAATTsuse.com
- license update: Zlib and (GPL-1.0+ or Artistic-1.0)
SPDX and use Zlib instead of BSD-3-Clause
Mon Nov 21 13:00:00 2011 vcizekAATTsuse.com
- update to 2.043
- minor changes
Mon Oct 31 13:00:00 2011 vcizekAATTsuse.com
- update to 2.040
* croak if attempt to freeze/thaw compression object
[RT #69985]
Thu Jun 23 14:00:00 2011 vcizekAATTnovell.com
- update to 2.037
* small test changes
Mon Jun 20 14:00:00 2011 jwAATTnovell.com
- changed from bz2 to gz, to make
/source/devel:languages:perl/_project/_service happy, which would
abort the build with: \"broken: service download_files failed:\"
otherwise.
Mon Jun 20 14:00:00 2011 jwAATTnovell.com
- updated to 2.036, version needed by perl-IO-Compress
* Added offset parameter to CRC32
Wed May 11 14:00:00 2011 vcizekAATTnovell.com
- update to 2.035
* Almost No Changes
Fri May 6 14:00:00 2011 vcizekAATTnovell.com
- update to 2.034
- license correction
Mon Jan 17 13:00:00 2011 vcizekAATTnovell.com
- update to 2.033
* Fixed typos & spelling errors.
[perl# 81782]
Wed Jan 12 13:00:00 2011 vcizekAATTnovell.com
- added Provides: to spec
Tue Jan 11 13:00:00 2011 vcizekAATTnovell.com
- update to 2.032
* Document inflateReset [RT #61082]
* Ran the zlib2ansi script against the files in zlib-src.
* Added \"-DNO_VIZ\" to DEFINE in Makefile.PL [RT #65293]
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Fri Jun 25 14:00:00 2010 jwAATTnovell.com
- updated to 2.027
* Updated to include zlib 1.2.5
* Fixed definition of Z_TREES in Makefile.PL
* fixed instance where $[ should have been $] in t/02zlib.t
* ...
Thu Jun 18 14:00:00 2009 chrisAATTcomputersalat.de
- spec fix for perl-macros
Wed Jun 17 14:00:00 2009 chrisAATTcomputersalat.de
- added perl-macros
o autogen filelist with perl_gen_filelist
Sun Jun 14 14:00:00 2009 chrisAATTcomputersalat.de
- update to 2.015
* Makefile.PL
Backout changes made in 2.014
- 2.014
* Makefile.PL
Updated to check for indirect dependencies.
- 2.012
* Document the gzip flags that WindowBits can take.
* Allow a dictionary to be used with a raw inflate.
Needs zlib 1.2.2.1 or better.
[RT #36046]
- 2.011
* A C++-style comment sneaked in with the last update. Fixed.
[core patch #33828]
- 2.010
* No Changes
- 2.009
* No Changes
- 2.008
* Minor documentation changes in README
- spec mods
- autogen filelist