Changelog for
perl-Archive-Zip-1.30-20.1.2.noarch.rpm :
* Fri Nov 18 2011 cooloAATTsuse.com- use original .tar.gz
* Wed Dec 01 2010 cooloAATTnovell.com- switch to perl_requires macro
* Wed Nov 24 2010 chrisAATTcomputersalat.de- recreated by cpanspec 1.78 o fix deps- noarch pkg
* Sun Jan 10 2010 jengelhAATTmedozas.de- enable parallel build
* Mon Aug 03 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 2009 chrisAATTcomputersalat.de- spec mods
* removed ^----------
* removed ^#---------
* Tue Jan 20 2009 anickaAATTsuse.cz- update to 1.26
* Fixed the dreaded but #24036: WinXP Explorer Exposes Problems. This caused directories to appear as files in Windows Explorer and was caused by Windows always reading the msdos directory bit even when the file attributes are types as unix. Resolved by emulating the behaviour of Info-Zip and setting the 5th bit in the externalFileAttributes field.
* Removing \"use warnings\" instances that somehow slipped in
* Skip test if Digest::MD5 is not available
* Wed Sep 10 2008 anickaAATTsuse.cz- update to 1.24
* Blatantly pander to CPANTS by adding use strict to a deprecated module
* Add an explicit load of FileHandle since in some circumstances, calling GLOB->print() failed.
* bugfixes
* Fri Nov 09 2007 anickaAATTsuse.cz- update to 1.23
* Temporarily skilling some failing tests on Win32 in the interests of toolchain sanity. (until we work out the real problem here)
* Fixing platform compatibility bugs in the new regression tests from 1.21.
* Thu Nov 01 2007 anickaAATTsuse.cz- update to 1.21
* Tidying up copyright formatting a bit.
* Disable the GPBF_HAS_DATA_DESCRIPTOR_MASK bit when auto-switching directory storage to STORED
* bugfixes, test fixes