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

50 lines
1.7 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
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