Changelog for
perl-IO-Compress-Base-2.015-6.10.x86_64.rpm :
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Sat Jul 25 14:00:00 2009 chrisAATTcomputersalat.de
- spec mods
* removed ^----------
* removed ^#---------
Thu Jun 18 14:00:00 2009 chrisAATTcomputersalat.de
- spec fix for perl-macros
Thu Jun 18 14:00:00 2009 chrisAATTcomputersalat.de
- spec mods
o fixed description
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
- 2.015
* Makefile.PL
Backout changes made in 2.014
- 2.014
* Makefile.PL
Updated to check for indirect dependencies.
- 2.013
* IO::Compress::Base
- Allow IO::Compress::Base::Parameters::parse to accept an IO::Compress::Base::Parameters object.
- 2.012
* IO::Compress::Base
- Silenced an uninitialised value warning when reading a line
at a time from a zip file where the content uses ZIP_CM_STORE.
[Problem spotted & fixed by Jeff Holt]
* IO::Compress::Base & IO::Uncompress::Base
- local-ise $!, $? et al in the DESTROY methods.
- 2.011
* IO::Compress::Base
- Fixed problem that prevented the creation of a zip file that
contained more than one compression method.
* IO::Compress::Base::Common
- The private Validator class in this module clashes with another
CPAN module. Moved Validator into the IO::Compress::Base::Common
namespace.
[RT #35954]
- 2.010
* Fixed problem that meant Perl 5.10 could not upgrade this module.
[RT #35342]
- 2.009
* Removed the alpha status from File::GlobMapper
* IO::Compress::Base
When writing output never output a zero length buffer.
Done to improve interoperability with other tied filenandle
modules.
* Changed IO::Uncompress::Base to not use the offset parameter of
the read method when reading from a filehandle.
The object returned from Net::FTP::retr implements a non-standard
read method. The third parameter is used for a timeout value
rather than an offset.
[rt.cpan#33231]
* Changed IO::Uncompress::Base to not use the eof method when
reading from a filehandle.
The object returned from Net::FTP::retr implements both the read
method and the eof method. Unfortunately the implementation of
the read method uses non-buffered IO (by using sysread) while
the eof method uses buffered IO. Mixing buffered and non-buffered
IO results in data corruption.
- 2.008
* Minor documentation changes in README
- spec mods
o udated header
o autogen filelist
o fixed deps
Mon Oct 8 14:00:00 2007 anickaAATTsuse.cz
- update to 2.006
* Makefile.PL: Added INSTALLDIRS directive to install as a core
module when built on a perl >= 5.9.
Tue Jul 3 14:00:00 2007 anickaAATTsuse.cz
- update to 2.005
* fix problems when using IO::Uncompress::Gunzip with XML::Parser.
Wed Mar 7 13:00:00 2007 anickaAATTsuse.cz
- update to 2.004
* Made seek less wasteful of memory.
Mon Feb 26 13:00:00 2007 anickaAATTsuse.cz
- package created (initial version 2.003)