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

430 lines
15 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Nov 25 11:50:41 UTC 2019 - <timueller+perl@suse.de>
- updated to 2.091
see /usr/share/doc/packages/perl-IO-Compress/Changes
2.091 23 November 2019
* 000prereq.t: Drop LZMA Module as optional
* 011streamzip.t: Fixes for 5.6
-------------------------------------------------------------------
Sun Nov 10 10:06:53 UTC 2019 - <timueller+perl@suse.de>
- updated to 2.090
see /usr/share/doc/packages/perl-IO-Compress/Changes
2.090 9 November 2019
* MANIFEST error for streamzip
https://github.com/pmqs/IO-Compress/issues/6
2019-11-05 10:05:31 +00:00
-------------------------------------------------------------------
Mon Nov 4 11:17:32 UTC 2019 - <timueller+perl@suse.de>
- updated to 2.089
see /usr/share/doc/packages/perl-IO-Compress/Changes
2.089 3 November 2019
2019-11-05 10:05:31 +00:00
* bin/streamzip
Add zipstream to EXE_FILES
https://github.com/pmqs/IO-Compress/issues/5
2019-11-05 10:05:31 +00:00
2.088 31 October 2019
* t/105oneshot-zip-only.t
Fix reset of CompSize
* Add Support Details
* Update site for Bzip2 to sourceware
* Fix number of tests
* Add streamzip script to bin
* zipdetails
* Update zipdetails to version 1.11
* Zip64 extra field typo
* t/105oneshot-zip-only.t
test with deflated directory
* t/105oneshot-zip-only.t
Add test for encrypted Zip files
* Documentation Updates
https://github.com/pmqs/IO-Compress/issues/2
* Mention xz, lzma etc
https://github.com/pmqs/IO-Compress/issues/4
-------------------------------------------------------------------
Sun Aug 11 05:11:45 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 2.087
see /usr/share/doc/packages/perl-IO-Compress/Changes
2.087 10 August 2019
* IO::Uncompress::Unzip
nextStream not updating filehandle correctly
https://github.com/pmqs/IO-Compress/issues/3
* Added travis & appveyor files for CI in GitHub
-------------------------------------------------------------------
Wed Apr 3 07:03:13 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 2.086
see /usr/share/doc/packages/perl-IO-Compress/Changes
2.086 31 March 2019
* IO::Compress::Zip & IO::Uncompress::Unzip
Added support for Language Encoding Flag via the EFS option.
Starting point was pull request https://github.com/pmqs/IO-Compress/pull/1
* zipdetails - some support for MVS (Z390) zip files
* IO::Uncompress::Base
Issue with trailing data after zip archive
#128626 for IO-Compress: mainframe zip archive
* t/cz-14gzopen.t
cperl error found in http://www.cpantesters.org/cpan/report/448cafc4-3108-11e9-9b6b-d3d33d7b1231
Perl has this: "Not enough arguments for Compress::Zlib::gzopen"
cperl uses this: "Not enough arguments for subroutine entry Compress::Zlib::gzopen"
* Handlers being called when optional modules are not installed
#128538: $SIG{__DIE__}
* #128194: Beef up diag when system returns error
* Moved source to github https://github.com/pmqs/IO-Compress
* Add META_MERGE to Makefile.PL
* Added meta-json.t & meta-yaml.t
-------------------------------------------------------------------
Mon Jan 7 06:14:24 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 2.084
see /usr/share/doc/packages/perl-IO-Compress/Changes
2.084 5 January 2019
* IO::Uncompress::AnyUncompress.pm
Added support for IO::Uncompress::Zstd and IO::Uncompress::UnLzip
-------------------------------------------------------------------
Mon Dec 31 06:13:50 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 2.083
see /usr/share/doc/packages/perl-IO-Compress/Changes
2.083 30 December 2018
* IO::Compress::*
* IO::Uncompress::*
The BinModeIn and BinModeOut options in are now no-ops.
ALL files will be read/written in binmode.
* IO::Uncompress::Unzip
Fixed issue with unziping a member from a streamed zip file.
Issue triggered by a libreoffice document.
Test added to 105oneshot-zip-only.t
Thanks to Fabrizio Pivari for the bug report.
* Added U64::isZero
* bin/zipdetails
Added 'Data Stream Alignment' (tag 0xa11e) to extra fields.
Field sourced from https://support.pkware.com/display/PKZIP/Proposed+ZIP+Format+Specification+Additions
* Compress::Zlib.pm
#125140: Tiny POD error in Compress::Zlib
-------------------------------------------------------------------
Sat Apr 21 05:25:52 UTC 2018 - coolo@suse.com
- updated to 2.081
see /usr/share/doc/packages/perl-IO-Compress/Changes
2.081 4 April 2018
* previous release used $^W instead of use warnings. Fixed.
2.080 2 April 2018
* bin/zipdetails
#124003: zipdetails SYNOPSIS section got a typo: zipdetaile-> zipdetails
* IO::Uncompress::Base.pm
Changes for Archive::Zip::SimpleUnzip
* bin/zipdetails
Fix issues with zip64 archives.
* bin/zipdetails
Cope with zip archives where there is padding data after the compressed payload.
Example is Microsoft appx file.
* File::GlobMapper
#120580: File::GlobMapper::$VERSION needs increment; trailing whitespace
* t/cz-03zlib-v1.t
valgrind errors fixed in Compress::Raw::Zlib 2.0.75 for issue #121074
#121076: uninitialized errors from valgrind
-------------------------------------------------------------------
Wed Mar 1 06:45:19 UTC 2017 - coolo@suse.com
- updated to 2.074
see /usr/share/doc/packages/perl-IO-Compress/Changes
2.074 19 Feb 2017
* Fix bad 2.073 release
2.073 18 Feb 2017
* #120239: [PATCH] ISA fixes for c3
-------------------------------------------------------------------
Mon Feb 13 12:12:07 UTC 2017 - coolo@suse.com
- updated to 2.072
see /usr/share/doc/packages/perl-IO-Compress/Changes
2.072 12 Feb 2017
* Makefile.PL
#120084: Need Fix for Makefile.PL depending on . in @INC
* Makefile.PL
#120084: Need Fix for Makefile.PL depending on . in @INC
-------------------------------------------------------------------
Fri Dec 30 06:37:12 UTC 2016 - coolo@suse.com
- updated to 2.070
see /usr/share/doc/packages/perl-IO-Compress/Changes
2.070 28 Dec 2016
* File::GlobMapper
#117675: Fix prototype errors while lazy loading the module
* zipdetails
#116538: CVE-2016-1238: avoid loading optional modules from default .
-------------------------------------------------------------------
Wed Jan 13 10:00:24 UTC 2016 - coolo@suse.com
- updated to 2.069
see /usr/share/doc/packages/perl-IO-Compress/Changes
2.069 26 Sept 2015
* IO::Compress::FAQ
- Added a section of bgzip
RT #103295: IO::Compress Feature request
* IO::Compress::Zip
- Zip64 needs to be first in extra field to workaround a Windows Explorer Bug
See http://www.info-zip.org/phpBB3/viewtopic.php?f=3&t=440 for details
-------------------------------------------------------------------
Wed Dec 24 15:08:02 UTC 2014 - jw@owncloud.com
- update to 2.068 2.068 23 Dec 2014
* Disable running of some of the slower test harnesses by default.
COMPRESS_ZLIB_RUN_MOST needs set to run them. Make life more
bearable on legacy platforms
- 2.067 8 Dec 2014
* RT #100257: IO::Compress::RawDeflate unnecessarily loads IO::Seekable
- 2.066 21 Sept 2014
* RT #95494: IO::Uncompress::Gunzip: Can no longer gunzip to in-memory file handle
- 2.064 1 February 2014
* RT #90216: IO-Compress/t/050interop-gzip.t: Use android-compatible
flags when calling gzip
- 2.062 11 August 2013
* RT#87335: [PATCH] Fix up tests for imminent bleadperl changes
* RT#84647: typo fixes
- 2.061 19 May 2013
* RT#84647: unzip example with IO::Uncompress::Unzip
- 2.060 7 January 2013
* IO::Compress::Base Remove the flush call when opening a filehandle.
- 2.059 10 December 2012
* IO::Compress::Base Added "Encode" option.
Fixes the encoding half of RT# 42656. Decode is still TODO
- 2.058 12 November 2012
* RT# 81119: Latest IO::Compress 2.057 fails tests on 5.8.x
- 2.057 10 November 2012
* IO::Compress::Zip Allow member name & Zip Comment to be "0"
* IO::Compress::Base::Common Remove "-r" test - the file open will catch this.
RT# 80855: IO::Compress::Base::Common returns that it cannot read readable files in NFS
* General Performance improvements.
- 2.055 5 August 2012
* Compress::Zip speed up compress, uncompress, memGzip & memGunzip.
[RT# #77350: Compress::Zlib::uncompress() is slowed down needlessly by parameter validation
-------------------------------------------------------------------
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
-------------------------------------------------------------------
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