Update to 2.040

- New upstream release 2.040
  - IO::Compress::Zip:
    - Added CanonicalName option (note this option is set to true by default)
    - Added FilterName option
    - ExtAttr now populates MSDOS attributes
  - IO::Uncompress::Base:
    - Fixed issue where setting $\ would corrupt the uncompressed data
  - t/050interop-*.t:
    - Handle case when external command contains a whitespace (CPAN RT#71335)
  - t/105oneshot-zip-only.t:
    - CanonicalName test failure on Windows (CPAN RT#68926)
This commit is contained in:
Paul Howarth 2011-10-29 10:11:54 +01:00
parent cbdc31f95a
commit d937e1faa9
2 changed files with 16 additions and 3 deletions

View File

@ -2,8 +2,8 @@
%{?perl_default_filter}
Name: perl-IO-Compress
Version: 2.037
Release: 2%{?dist}
Version: 2.040
Release: 1%{?dist}
Summary: Read and write compressed data
License: GPL+ or Artistic
Group: Development/Libraries
@ -89,6 +89,19 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1}
%{_mandir}/man3/IO::Uncompress::*.3pm*
%changelog
* Sat Oct 29 2011 Paul Howarth <paul@city-fan.org> - 2.040-1
- Update to 2.040
- IO::Compress::Zip:
- Added CanonicalName option (note this option is set to true by default)
- Added FilterName option
- ExtAttr now populates MSDOS attributes
- IO::Uncompress::Base:
- Fixed issue where setting $\ would corrupt the uncompressed data
- t/050interop-*.t:
- Handle case when external command contains a whitespace (CPAN RT#71335)
- t/105oneshot-zip-only.t:
- CanonicalName test failure on Windows (CPAN RT#68926)
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-2
- Perl mass rebuild

View File

@ -1 +1 @@
addc9c47c3263c3b1c8037fd1d8bcae2 IO-Compress-2.037.tar.gz
e2b08e051cc8366718ca6b83fc8c124b IO-Compress-2.040.tar.gz