8
0
Files
perl-IO-Compress/perl-IO-Compress.changes

72 lines
2.5 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Jun 20 16:37:39 UTC 2011 - jw@novell.com
- update to 2.036
* IO::Compress::Zip & IO::Uncompress::Unzip
Added support for LZMA (method 14) compression/uncompresion.
* IO::Compress::Unzip
Fixed CRC issue when compression is Store or Bzip2 and Strict option is set.
* IO::Compress::Zip
Fixed Zip64 issue where the content size is exactly 0xFFFFFFFF
- this update also requires version updates of
Compress::Raw::Bzip2 and Compress::Raw::Zlib, although there is no/not much change
in these packages.
-------------------------------------------------------------------
Sun Jun 5 02:44:42 UTC 2011 - lars@linux-schulserver.de
- update to 2.035:
* RT #67931: Test failure on Windows
- adapt dependencies to new version
-------------------------------------------------------------------
Wed May 4 10:58:29 UTC 2011 - coolo@opensuse.org
- updated to 2.034
* Compress::Zlib
- Silence pod warnings.
[RT# 64876]
- Removed duplicate words in pod.
* IO::Compress::Base
- RT #56942: Testsuite fails when being run in parallel
- Reduce symbol import - patch from J. Nick Koston
- If the output buffer parameter passed to read has a value of
undef, and Append mode was specified when the file was opened,
and eof is reached, then the buffer paramer was left as undef.
This is different from when Append isn't specified - the buffer
parameter is set to an empty string.
- There area couple of issues with reading a file that contains an
empty file that is compressed.
Create with -- touch /tmp/empty; gzip /tmp/empty.
Issue 1 - eof is not true immediately. Have to read from the file
to trigger eof.
Issue 2 - readline incorrectly returns an empty string the first
time it is called, and (correctly) undef thereafter.
[RT #67554]
-------------------------------------------------------------------
Tue Jan 11 17:39:10 UTC 2011 - jw@novell.com
- update to 2.033
Fixed typos & spelling errors. [perl# 81816]
-------------------------------------------------------------------
Mon Jan 10 01:25:43 UTC 2011 - jw@novell.com
- update to 2.032
Bugfixes. [RT #61915] and others.
-------------------------------------------------------------------
Fri Jun 25 22:21:31 UTC 2010 - jw@novell.com
- version 2.027 new package,
hacking our way into a conflict with perl itself: bnc#617621