Changelog for
perl-Archive-Zip-1.59-69.1.noarch.rpm :
Fri Aug 12 14:00:00 2016 cooloAATTsuse.com
- updated to 1.59
see /usr/share/doc/packages/perl-Archive-Zip/Changes
Wed Aug 3 14:00:00 2016 cooloAATTsuse.com
- updated to 1.58
see /usr/share/doc/packages/perl-Archive-Zip/Changes
1.58 Tue 2 Aug 2016
- avoid relying on . being in AATTINC [github/karenetheridge]
- update MANIFEST.SKIP [github/haarg]
Mon Apr 4 14:00:00 2016 cooloAATTsuse.com
- updated to 1.57
see /usr/share/doc/packages/perl-Archive-Zip/Changes
1.57 Fri 1 Apr 2016
- RT# 106548,106089,105330,111541 [github/ozcoder]
Sat Dec 26 13:00:00 2015 cooloAATTsuse.com
- updated to 1.56
see /usr/share/doc/packages/perl-Archive-Zip/Changes
1.56 Thu 17 Dec 2015
- fix $Archive::Zip::UNICODE issues [github/xlat]
- on MSWin32 in methods addFile, addDirectory, addTree: the externalFileName was
used in place of newName
- make sure that file names are utf8 in memberNames
- use Encode on all platform
Sat Dec 5 13:00:00 2015 cooloAATTsuse.com
- updated to 1.55
see /usr/share/doc/packages/perl-Archive-Zip/Changes
1.55 Fri 04 Dec 2015
- rt.cpan.org #110064 - fix empty archive issue with OS X gnu tar
1.54 Wed 02 Dec 2015
- Ensure filehandles created by Archive::Zip::tempFile are closed [github/antoniomonty]
Sat Sep 26 14:00:00 2015 cooloAATTsuse.com
- updated to 1.53
see /usr/share/doc/packages/perl-Archive-Zip/Changes
1.53 Wed 22 Sep 2015
- rt.cpan.org #107268 - Archive-Zip-1.52.tar.gz is (nearly) empty
Thanks to SREZIC for the spot on my dad brain sleep schedule error
Creating the dist on OS X caused \'Numeric user ID too largeNumeric group ID too large\'
1.52 Tue 22 Sep 2015
- rt.cpan.org #105902, thanks HMBRAND
Tue Sep 22 14:00:00 2015 cooloAATTsuse.com
- updated to 1.51
see /usr/share/doc/packages/perl-Archive-Zip/Changes
1.51 Tue 22 Sep 2015
- Compare vs filename checksum in crc32 script [github/talisein]
Sat Aug 29 14:00:00 2015 cooloAATTsuse.com
- updated to 1.50
see /usr/share/doc/packages/perl-Archive-Zip/Changes
1.50 Tue 25 Aug 2015
- Fix t/08_readmember_record_sep.t for Win32 [github/pauloscustodio]
Sat Aug 1 14:00:00 2015 cooloAATTsuse.com
- updated to 1.49
see /usr/share/doc/packages/perl-Archive-Zip/Changes
1.49 Fri 31 Jul 2015
- Fails on unseekable file handle after desiredCompressionLevel(), RT #54827
- Upgrade build tools to avoid tar warnings, RT #105547
Sun Jun 21 14:00:00 2015 cooloAATTsuse.com
- updated to 1.48
see /usr/share/doc/packages/perl-Archive-Zip/Changes
1.48 Thu 18 Jun 2015
- Wrap skip in a SKIP: block [github/plicease]
1.47 Wed 17 Jun 2015
- zip file with a deflated directory cannot be written out again [github/ntyni]
- add missing test data to MANIFEST
Mon Apr 13 14:00:00 2015 cooloAATTsuse.com
- updated to 1.46
see /usr/share/doc/packages/perl-Archive-Zip/Changes
1.46 Tue 24 Mar 2015
- \"CRC or size mismatch\" when extracting member second time [github/AGWA github/pwr22]
1.45 Mon 26 Jan 2015
- FreeBSD unzip sets $? to 0 for empty zip file [github.com/revhippie]
1.44 Fri 23 Jan 2015
- Win32 with ZIP executable cannot create temp file [github.com/revhippie]
1.43 Wed 14 Jan 2015
- Restore 101374 - failing tests were not regressions.
1.42 Sun 11 Jan 2015
- Revert 101374, caused tester regression
- https://rt.cpan.org/Public/Bug/Display.html?id=101240 [cpan/PMQS]
1.41 Fri 09 Jan 2015
- https://rt.cpan.org/Public/Bug/Display.html?id=101374 [zefram]
1.40 Sun 04 Jan 2015
- https://rt.cpan.org/Public/Bug/Display.html?id=92205 [cpan/PMQS]
- https://rt.cpan.org/Public/Bug/Display.html?id=101092 [cpan/PMQS]
1.39 Tue 21 Oct 2014
- store test data in temp dirs to fix parallelism and shuffling
[Graham Knop]
1.38 Tue 02 Sep 2014
- Setting unicode flag for each member when using $Archive::Zip::UNICODE [github.com/lackas]
https://rt.cpan.org/Ticket/Display.html?id=83367
Sun Feb 9 13:00:00 2014 cooloAATTsuse.com
- updated to 1.37
- Need newer Test::More to support done_testing() [thaljef]
- Fix error in version update with 1.35 [RT #91744]
- fallback on copy if move gives permission denied [github.com/plicease]
Mon Dec 9 13:00:00 2013 cooloAATTsuse.com
- updated to 1.34
- Restore svn history from svn.ali.as (thanks H. Merijn Brand)
- #90854 Test 17 in t/03_ex.t is failing
- Allow reading ZIP from seekable streams (like PerlIO::Scalar)
- RT#75197
- Fixes: #76780: Cannot create member called \"0\" with addString (HAGGAI)
Tue Nov 26 13:00:00 2013 cooloAATTsuse.com
- updated to 1.33
- #59102 (Spelling error in manapage) [github.com/dsteinbrunner]
- #86600 typo fixes [github.com/dsteinbrunner]
- #89777 Unlink temp files generated by tempFile. [PHRED]
- Updated Perl dependency to 5.006 to reflect implicit dependencies
in the code exposed by Perl::MinimumVersion xt test (ADAMK)
- Fixes: #68446: Set compressed size and uncompressed size of an entry to 0
if either of them is 0 (HAGGAI)
- Added $VERSION to crc32 (ADAMK)
- Add decryption support
- More fixes by HAGGAI, which he still doesn\'t detail in Changes
- Various fixes by HAGGAI, which he has not yet provided details on:
- Experimental Unicode in file/dir names
Fri Nov 18 13:00:00 2011 cooloAATTsuse.com
- use original .tar.gz
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Wed Nov 24 13:00:00 2010 chrisAATTcomputersalat.de
- recreated by cpanspec 1.78
o fix deps
- noarch pkg
Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build
Mon Aug 3 14:00:00 2009 anickaAATTsuse.cz
- update to 1.30
* Fixed a bad use of Cwd::getcwd
* Changed _asLocalName back to rel2abs, but this time using
Cwd::getcwd as the base path instead of Cwd::cwd.
This hopefully resolved #47223 (ADAMK)
* Changing to production version for release
* Reverted to revision 4736 and converted `External File Attribute\'
values for symbolic links to hexadecimal (HAGGAI)
* Fixed: #15026: AddTree does not include files with german
umlauts in the filename (HAGGAI)
* Switched from Compress::Zlib to Compress::Raw::Zlib (AGRUNDMA)
* Moved crc32 from bin to script (ADAMK)
* Makefile.PL will create a better META.yml
* This is a test release for various improvements provided by
Alan Haggai. The entire release is credited to his grant work.
* Fixed #25726: extractMembers failing across fork on Windows.
* Fixed #12493: Can\'t add new files to archives which contain
files named 0,1,2,3,4,5,6,7,8,9 with no extension.
(Files named \"0\" are not archived)
* Fixed #22933: Properly extract symbolic links.
* Fixed #20246: Ability to assign a compression level to addTree
calls.
* Corrected regular expression for stripping trailing /
* Corrected addFileOrDirectory() behaviour and cleaned up some code
* Added symbolic link support to addFileOrDirectory
* Fixed #34657: No option, undefined behavior zipping symbolic
links (symlinks)
* Added storeSymbolicLink()
* Fixed bitFlag() to set General Pupose Bit Flags
Sat Jul 25 14:00:00 2009 chrisAATTcomputersalat.de
- spec mods
* removed ^----------
* removed ^#---------