Archive-Zip

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    - Builds and tests cleanly on Win32 now.

1.17_02 Sun  7 May 2006 - Adam Kennedy
    - Renamed the test scripts to the more conventional 01_name.t style
    - Upgraded all test scripts from Test.pm to Test::More (removing Test.pm dependency)
    - Various other miscellaneous cleanups of the test scripts
    - Removed MANIFEST and pod.t from repository (will be auto-generated)
    - Some cleaning up of the POD documentation for readability
    - Added SUPPORT section to docs
    - Merged external TODO file into the POD as a more-common TO DO section
    - Added a BUGS section to the docs

1.17_01 Sun 30 Apr 2006 - Adam Kennedy
    - Imported Archive::Zip into http://svn.ali.as/cpan/ orphanage.
      If you have a CPAN login and have released a module, ask ADAMK about an
      account and you can repair your bug directly in the repository.
    - Removed the revision comments from the old CVS repository
    - DOS DateTime Format doesn't support dates before 1980 and goes crazy when
      decoding back to unix time. If we don't get passed a time at all
      (0 or undef) we now throw an error.
    - DOS DateTime Format doesn't support dates before 1980, so if we find any
      we warn and use Jan 1 12:01pm 1980 if we encounter any
    - Win32 doesn't support directory modification times.
      Tentatively use the current time as the mod-time to prevent sending
      null times to the unix2dos converter (and the resulting error)
    - Reformat the expected empty zip warning in the output to add a note that
      the warning is entirely normal. Would be nice if some time later we can
      suppress it altogether, but I don't have the cross-platform STDERR-fu
      without adding a dependency to IPC::Run3 (which would be bad).
    - Adding a proper $VERSION to all classes, and synchronising them to the
      same value.
    - Adding a BEGIN block around the require 5.003_96 so it works at
      compile-time instead of post-compile.
    - Moved crc32 to bin/crc32 in line with package layout conventions

1.16 Mon Jul 04 12:49:30 CDT 2005
    - Grrrr...removed test that fails when installing under CPANPLUS.

1.15 Wed Jun 22 10:24:25 CDT 2005
    - added fix for RT #12771 Minor nit: warning in Archive::Zip::DirectoryMember::contents()
    - added fix for RT #13327 Formatting problem in Archive::Zip::Tree manpage

1.15_02 Sat Mar 12 09:16:30 CST 2005
    - fixed dates in previous entry!
    - began the process of migrating from the monolithic t/test.t to
      smaller scripts using Test::More.
    - started work on improving Archive::Zip's test coverage.  Coverage
      is now up to just over 80%.
    - added error handling to writeToFileHandle
    - fixed small bug in extractMember from previous version

1.15_01 Wed Mar  9 22:26:52 CST 2005
    - added fix for RT #11818 extractMember method corrupts archive
    - added t/pod.t to test for pod correctness

1.10 Thu Mar 25 06:24:17 PST 2004
    - Fixed documentation of setErrorHandler()
    - Fixed link to Japanese translation of docs
    - Added Compress::Zlib Bufsize patch from Yeasah Pell that was supposed to
      have been added in 1.02
    - Fixed problems with backup filenames for zips with no extension
    - Fixed problems with undef volume names in _asLocalName()

1.09 Wed Nov 26 17:43:49 PST 2003
    - Fixed handling of inserted garbage (as from viruses)
    - Always check for local header signatures before using them
    - Added updateMember() and updateTree() functions
    - Added examples/mailZip.pl
    - Added examples/updateTree.pl
    - Fixed some potential but unreported bugs with function parameters like '0'
    - Removed stray warn() call
    - Caught undef second arg to replaceMember()
    - Fixed test suite run with spaces in build dir name (ticket 4214)

1.08 Tue Oct 21 07:01:29 PDT 2003
    - test noise fix from Michael Schwern (ticket 4174)
    - FAQ NAME fix from Michael Schwern (ticket 4175)

1.07 Mon Oct 20 06:48:41 PDT 2003
    - Added file attribute code by Maurice Aubrey
    - Added FAQ about RedHat 9
    - Added check for empty filenames

1.06 Thu Jul 17 11:06:18 PDT 2003
    - Fixed seek use with IO::Scalar and IO::String
    - Fixed use of binmode with pseudo-file handles
    - Removed qr{} form for older Perl versions
    - Changed rel2abs logic in _asLocalName() if there is a volume
    - Fixed errors with making directories in extractMember() when none provided
    - Return AZ_OK in extractMemberWithoutPaths() if member is a directory
    - Fixed problem in extractTree with blank directory becoming "." prefix
    - Added examples/writeScalar2.pl to show how to use IO::String as destination of Zip write
    - Edited docs and FAQ to recommend against using absolute path names in zip files.

1.05 Wed Sep 11 12:31:20 PDT 2002
    - fixed untaint from 1.04

1.04 Wed Sep 11 07:22:04 PDT 2002
    - added untaint of lastModFileDateTime

1.03 Mon Sep  2 20:42:43 PDT 2002
    - Removed dependency on IO::Scalar
    - Set required version of File::Spec to 0.8
    - Removed tests of examples that needed IO::Scalar
    - Added binmode() call to read/writeScalar examples
    - Fixed addTree() for 5.005 compatibility (still untested with 5.004)
    - Fixed mkdir() calls for 5.005
    - Clarified documentation of tree operations

1.02 Fri Aug 23 17:07:22 PDT 2002
    - Many changes for cross-platform use (use File::Spec everywhere)
    - Separated POD from Perl
    - Moved Archive::Zip::Tree contents into Archive::Zip
      A::Z::Tree is now deprecated and will warn with -w
    - Reorganized docs
    - Added FAQ
    - Added chunkSize() call to report current chunk size
      and added C::Z BufSize patch from Yeasah Pell.
    - Added fileName() to report last read zip file name
    - Added capability to prepend data, like for SFX files
    - Added examples/selfex.pl for self-extracting archives creation



( run in 1.683 second using v1.01-cache-2.11-cpan-39bf76dae61 )