IO-Compress
view release on metacpan or search on metacpan
* fix version checks to use correct method
Fri, 21 Jul 2023 18:36:29 +0200
c60f5c619f9a8c3038428724a01c6722e51e37a7
* drop rt.cpan from SUPPORT section
Tue, 18 Jul 2023 09:19:52 +0100
02fc4ab0b2c9c30c7014238f20bf02e2857d4c52
2.205 16 July 2023
* 2.205
Sun, 16 Jul 2023 20:26:06 +0100
5f8450648f1915451b0a7ccdd551ec84e18cb05c
* add perl 5.38
Thu, 13 Jul 2023 11:13:24 +0100
1dc60a0d48e74f3b707dc4f5c1f0b7b8bf54b10b
* add on workflow_dispatch
Fri, 9 Jun 2023 16:25:09 +0100
f99b28e94b29446a60e2f91c762a0f407d7725d4
* Add some OO examples
Fri, 9 Jun 2023 16:18:54 +0100
45457e70f8ad202196f20305ae4f8ee48e3cbded
2.204 8 February 2022
* Update Gzip.pm
https://github.com/pmqs/IO-Compress/pull/49
6d0514b86ceeab56884c43fd1e6f09f839c12b74
feab074420bf4059eb6fa9d0553a354e2dd33e95
* Allow Z_NULL
https://github.com/pmqs/Compress-Raw-Zlib/issues/17
c42da1483767bc8afbdb2d8b03ecda7b67b4d022
2.201 25 June 2022
* Disable zib header tests
Sat Jun 25 09:10:59 2022 +0100
63eb5d37291b40dbf07d191a09b7876168008cd4
* Version 2.201
Sat Jun 25 09:00:42 2022 +0100
af51310f68bb225d94eaa29b7f3d2bece1935dfd
* doc update https://github.com/pmqs/IO-Compress/issues/38
Thu Jun 23 23:00:31 2022 +0100
2002d4fd3b3a6f5de6c6c3dc5989cf42581c1758
* Changes for zlib-ng
Thu Jun 23 22:43:50 2022 +0100
2bd52d2918823cc567c3e92dd3d15f87cb4ee8f8
* Add perl 5.36
Sun Jun 5 13:34:18 2022 +0100
ede55370ed4c7eb3c66abc71bc25c7e4019b4c44
* force streaming zip file when writing to stdout https://github.com/pmqs/IO-Compress/issues/42
Sun Apr 24 19:43:19 2022 +0100
b57a3f83f404f5a24242680de5b406cfcf5c03ac
* read zip timestamp in localtime
Sun Apr 24 13:11:58 2022 +0100
0c838f43dc46f292714c82145c9add9932196b01
* streamzip: tighten up version tests for failing windows tests https://github.com/pmqs/IO-Compress/issues/41
Sun Apr 24 12:49:57 2022 +0100
3497645228235ea12c4d559d6dedd4cef47fc94a
* streamzip: update year
Sun Apr 24 12:11:35 2022 +0100
0ac0d1ef603d8854ffc35976196735b663764992
* Use Time::Local instead of POSIX::mktime
Tue Apr 19 11:31:43 2022 +0100
64a106f1119cbc7dec8db52dca016bb8baacf2d4
2.106 12 April 2022
* bin/zipdetails
sync 2.104 from https://github.com/pmqs/zipdetails
Tue Apr 12 15:39:59 2022 +0100
3fe7b8788ab816bebddfdfbb1462d3f439c6b2f1
2.105 9 April 2022
* remove WeakDecrypt
95892a68780426909b75b4f3d465ff02e630834e
5b41f06a271267ef984a971047987b65ba197dd4
2.104 9 April 2022
* Sync zipdetails 2.100 from https://github.com/pmqs/zipdetails
95c19c89b72441b76294ce93f4acf7c5cea63565
* Update date in README
6b40bd67ee3c295085380cb6c321abf230b481df
* WeakDecrypt should not be listed in MANIFEST
https://github.com/pmqs/IO-Compress/issues/39
9e85a8bff391481d1005547cb51c11e02e4a5768
* Update versions to 2.104
cec4bcd8c3e8bef5708f7b5064e5048a02e8179f
cec4bcd8c3e8bef5708f7b5064e5048a02e8179f
2.103 3 April 2022
* Update version to 2.103
97f1893892eccac69b3a8033378b0b44d7c4f3ab
* Fix for inflateSyncs retrurn code change
4843e22285bf8e52c9b5b913d167a1545995c793
* Add constant for ZIP_CM_AES
91be04dd8dc2848e3c25b87ec498cf8ccc34187a
* Point links to rfcs to ietf.org
2.027 24 April 2010
* Compress::Zlib
Remove autoload code from Zlib.pm.
[perl #74088]
2.026 7 April 2010
* IO::Uncompress::Zip
- Some updates to IO::Compress::Zip documentation.
- Fixed default setting for ExtAttr.
2.025 27 March 2010
* IO::Uncompress::Unzip
The "Name" option wasn't documented.
* Allow zlib version check to be disabled by setting
TEST_SKIP_VERSION_CHECK environment variable.
[RT #54510]
2.024 7 January 2010
* Compress::Zlib
Get memGunzip & memGzip to set $gzerrno
[RT# 47283]
* Compress::Zlib
Export memGunzip, memGzip and zlib_version on demand
[RT# 52992]
* examples/io/anycat
This sample was using IO::Uncompress::AnyInflate. Much better to
use IO::Uncompress::AnyUncompress.
2.023 9 November 2009
* IO::Compress::AnyUncompress
Added support for lzma_alone & xz.
2.022 9 October 2009
* IO::Compress - Makefile.PL
Fix for core.
2.021 30 August 2009
* IO::Compress::Base.pm
- Less warnnings when reading from a closed filehandle.
[RT# 48350]
- Fixed minor typo in an error message.
[RT# 39719]
* Makefile.PL
The PREREQ_PM dependency on Scalar::Util got dropped when
IO-Compress was created in 2.017.
[RT# 47509]
* IO::Compress::Zip.pm
- Removed restriction that zip64 is only supported in streaming
mode.
- The "version made by" and "extract" fields in the zip64 end
central record were swapped.
- In the End Central Header record the "offset to the start of the
central directory" will now always be set to 0xFFFFFFFF when
zip64 is enabled.
- In the End Central Header record the "total entries in the
central directory" field will be set to 0xFFFF if zip64 is
enabled AND there are more than 0xFFFF entries present.
* IO::Uncompress::Unzip.pm
- Don't consume lots of memory when walking a zip file. This makes
life more bearable when dealing with zip64.
* Compress::Zlib.pm
- documented that memGunzip cannot cope with concatenated gzip data
streams.
* Changed test harness so that it can cope with PERL5OPT=-MCarp=verbose
[RT# 47225]
* IO::Compress::Gzip::Constants.pm
- GZIP_FEXTRA_MAX_SIZE was set to 0xFF. Should be 0xFFFF. This
issue came up when attempting to unzip a file created by MS
Office 2007.
2.020 3 June 2009
* IO::Uncompress::Base.pm
- Fixed problem with LimitOutput where a call to uncompress
created more uncompressed output, but didn't consume any of
the input buffer. The symptom is the underlying compression
library (zlib or bzip2) thinks the input stream is corrupt.
[RT #46582]
2.019 4 May 2009
* IO::Uncompress::Adapter::Bunzip2
- Fixed problem with EOF check.
2.018 3 May 2009
* IO::Uncompress::Bunzip2
- The interface to Compress-Raw-Bzip2 now uses the new LimitOutput
feature. This will make all of the bzip2-related IO-Compress modules
less greedy in their memory consumption.
* IO::Compress::Zip
- Fixed exTime & exUnix2
- Fixed 'Use of uninitialized value in pack' warning when using
ZIP_CM_STORE.
2.017 30 March 2009
* Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib &
Compress-Zlib into IO-Compress.
* The interface to Compress-Raw-Zlib now uses the new LimitOutput
feature. This will make all of the zlib-related IO-Compress modules
( run in 0.767 second using v1.01-cache-2.11-cpan-39bf76dae61 )