2012-06-25 09:53:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 25 09:29:08 UTC 2012 - chris@computersalat.de
|
|
|
|
|
|
|
|
- update to 2.052
|
|
|
|
* IO::Compress::Zip
|
|
|
|
Force a ZIP64 archive when it contains >= 0xFFFF entries.
|
|
|
|
* Typos in POD
|
|
|
|
[RT# #76130: Gunzip Pod typo in OO section: $$output instead of $$input
|
|
|
|
- 2.049 18 February 2012
|
|
|
|
* IO::Compress::Zip
|
|
|
|
Error in t/cz-03zlib-v1.t that caused warnings with 5.15
|
|
|
|
[RT# 110736: warnings from cpan/IO-Compress/t/cz-03zlib-v1.t]
|
|
|
|
- 2.048 29 January 2012
|
|
|
|
* Set minimum zlib version to 1.2.0
|
|
|
|
* IO::Compress test suite fails with Compress::Raw::Zlib 2.047
|
|
|
|
and zlib < 1.2.4
|
|
|
|
[RT# 74503]
|
|
|
|
- 2.047 28 January 2012
|
|
|
|
* Set minimum Perl version to 5.6
|
|
|
|
* IO::Compress::Zip
|
|
|
|
- In one-shot zip, set the Text Flag if "-T" thinks the file is a
|
|
|
|
text file.
|
|
|
|
- In one-shot mode, wrote mod time & access time in wrong order
|
|
|
|
in the "UT" extended field.
|
|
|
|
- 2.046 18 December 2011
|
|
|
|
* Minor update to bin/zipdetails
|
|
|
|
* Typo in name of IO::Compress::FAQ.pod
|
|
|
|
* IO::Uncompress::Unzip
|
|
|
|
- Example for walking a zip file used eof to control the outer
|
|
|
|
loop. This is wrong.
|
|
|
|
* IO::Compress::Zip
|
|
|
|
- Change default for CanonicalName to false.
|
|
|
|
[RT# 72974]
|
|
|
|
- 2.045 3 December 2011
|
|
|
|
* Restructured IO::Compress::FAQ.pod
|
|
|
|
- 2.044 2 December 2011
|
|
|
|
* Moved FAQ.pod under the lib directory so it can get installed
|
|
|
|
* Added bin/zipdetails
|
|
|
|
* IO::Compress::Zip
|
|
|
|
- In one-shot mode enable Zip64 mode if the input file/buffer
|
|
|
|
>= 0xFFFFFFFF bytes.
|
|
|
|
* IO::Compress::FAQ
|
|
|
|
- Updates
|
|
|
|
- 2.043 20 November 2011
|
|
|
|
* IO::Compress::Base
|
|
|
|
- Fixed issue that with handling of Zip files with two (or more)
|
|
|
|
entries that were STORED. Symptom is the first is uncompressed
|
|
|
|
ok, but the next will terminate early if the size of the file is
|
|
|
|
greater than BlockSize.
|
|
|
|
Regression test added to t/006zip.t
|
|
|
|
[RT# 72548]
|
|
|
|
- 2.042 17 November 2011
|
|
|
|
* IO::Compress::Zip
|
|
|
|
- Added exUnixN option to allow creation of the "ux" extra field.
|
|
|
|
This allows 32-bit UID/GID to be stored.
|
|
|
|
- In one-shot mode use exUnixN rather than exUnix2 for the UID/GID.
|
|
|
|
* IO::Compress::Zlib::Extra::parseExtraField
|
|
|
|
- Fixed bad test for length of ID field
|
|
|
|
[RT# 72329 & #72505]
|
|
|
|
- 2.040 28 October 2011
|
|
|
|
* t/105oneshot-zip-only.t
|
|
|
|
- CanonicalName test failure on Windows
|
|
|
|
[RT# 68926]
|
|
|
|
* IO::Compress::Zip
|
|
|
|
- ExtAttr now populates MSDOS attributes
|
|
|
|
- 2.039 28 October 2011
|
|
|
|
* IO::Compress::Zip
|
|
|
|
- Added CanonicalName option.
|
|
|
|
Note this option is set to true by default.
|
|
|
|
- Added FilterName option
|
|
|
|
* IO::Unompress::Base
|
|
|
|
- Fixed issue where setting $\ would corrupt the uncompressed data.
|
|
|
|
Thanks to Steffen Goeldner for reporting the issue.
|
|
|
|
* t/050interop-*.t
|
|
|
|
- Handle case when external command contains a whitespace
|
|
|
|
RT #71335
|
|
|
|
- 2.037 22 June 2011
|
|
|
|
* IO::Uncompress
|
|
|
|
- get globmapper tests working on VMS
|
|
|
|
[RT# 68926]
|
|
|
|
* IO::Uncompress::Unzip
|
|
|
|
- Fixed limitation where Streamed Stored content was not supported.
|
|
|
|
- fix License to be in spdx format
|
|
|
|
|
2011-06-21 08:04:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2011-06-05 02:49:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 5 02:44:42 UTC 2011 - lars@linux-schulserver.de
|
|
|
|
|
|
|
|
- update to 2.035:
|
|
|
|
* RT #67931: Test failure on Windows
|
2011-06-05 02:57:10 +00:00
|
|
|
- adapt dependencies to new version
|
2011-06-05 02:49:01 +00:00
|
|
|
|
2011-05-04 11:06:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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]
|
|
|
|
|
2011-01-12 08:37:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 11 17:39:10 UTC 2011 - jw@novell.com
|
|
|
|
|
|
|
|
- update to 2.033
|
2011-05-04 11:06:21 +00:00
|
|
|
Fixed typos & spelling errors. [perl# 81816]
|
2011-01-12 08:37:25 +00:00
|
|
|
|
2011-01-10 12:36:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 10 01:25:43 UTC 2011 - jw@novell.com
|
|
|
|
|
|
|
|
- update to 2.032
|
2011-05-04 11:06:21 +00:00
|
|
|
Bugfixes. [RT #61915] and others.
|
2011-01-10 12:36:24 +00:00
|
|
|
|
2010-06-25 22:56:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|