Skip Navigation Links
Skip Navigation LinksHome > ZipArchive > History of Changes
History of Changes in the ZipArchive Library
Applies To: All

4.0.1 (2009-04-24)

Changes

  • Allowed using precompiled headers by correcting the stdafx.h inclusion order.
  • Projects for Visual Studio 2008/2005/2003 use now a precompiled header.

Bugs Fixed

  • Fixed problem with decompressing spanned archives (thanks to Miroslav Bonchev for reporting it).
  • CZipFile::Seek() in the STL version didn't seek on files larger than 2GB when Zip64 was disabled.
  • Opening an archive that was not a split archive, was throwing exception when closing an archive even if the iAfterException parameter was set to CZipArchive::afAfterException (thanks to Dragan Milic for reporting it).
  • Opening a binary split archive could throw an exception sometimes (thanks to Dragan Milic for the fix).
  • Extracting a binary split archive could throw exception with some archives (thanks to Dragan Milic for reporting it).
  • Fixed run-time check failure under Visual Studio (a cast to a smaller data type has caused a loss of data) - thanks to James Grocholl for the fix.
  • Fixed custom Unicode compilation issues in the Open Source version (thanks to Ralph Valeriote for reporting it).

4.0.0 (2009-03-24)

New Features

Changes

Previous History

To see the history of previous versions, please visit Archived History of Changes in the ZipArchive Library
Article ID: history
Back To Top Up