Update to 2.042

- New upstream release 2.042
  - IO::Compress::Zip:
    - Added exUnixN option to allow creation of the "ux" extra field, which
      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 (CPAN RT#72329, CPAN RT#72505)
This commit is contained in:
Paul Howarth 2011-11-18 09:55:34 +00:00
parent d937e1faa9
commit 3a9ffa175a
2 changed files with 11 additions and 2 deletions

View File

@ -2,7 +2,7 @@
%{?perl_default_filter}
Name: perl-IO-Compress
Version: 2.040
Version: 2.042
Release: 1%{?dist}
Summary: Read and write compressed data
License: GPL+ or Artistic
@ -89,6 +89,15 @@ make test %{?with_long_tests:COMPRESS_ZLIB_RUN_ALL=1}
%{_mandir}/man3/IO::Uncompress::*.3pm*
%changelog
* Fri Nov 18 2011 Paul Howarth <paul@city-fan.org> - 2.042-1
- Update to 2.042
- IO::Compress::Zip:
- Added exUnixN option to allow creation of the "ux" extra field, which
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 (CPAN RT#72329, CPAN RT#72505)
* Sat Oct 29 2011 Paul Howarth <paul@city-fan.org> - 2.040-1
- Update to 2.040
- IO::Compress::Zip:

View File

@ -1 +1 @@
e2b08e051cc8366718ca6b83fc8c124b IO-Compress-2.040.tar.gz
d7d8dc17b2884c46d5228ed3327f05ec IO-Compress-2.042.tar.gz