Path: blob/master/thirdparty/minizip/MiniZip64_info.txt
9832 views
MiniZip - Copyright (c) 1998-2010 - by Gilles Vollant - version 1.1 64 bits from Mathias Svensson12Introduction3---------------------4MiniZip 1.1 is built from MiniZip 1.0 by Gilles Vollant ( http://www.winimage.com/zLibDll/minizip.html )56When adding ZIP64 support into minizip it would result into risk of breaking compatibility with minizip 1.0.7All possible work was done for compatibility.8910Background11---------------------12When adding ZIP64 support Mathias Svensson found that Even Rouault have added ZIP6413support for unzip.c into minizip for a open source project called gdal ( http://www.gdal.org/ )1415That was used as a starting point. And after that ZIP64 support was added to zip.c16some refactoring and code cleanup was also done.171819Changed from MiniZip 1.0 to MiniZip 1.120---------------------------------------21* Added ZIP64 support for unzip ( by Even Rouault )22* Added ZIP64 support for zip ( by Mathias Svensson )23* Reverted some changed that Even Rouault did.24* Bunch of patches received from Gulles Vollant that he received for MiniZip from various users.25* Added unzip patch for BZIP Compression method (patch create by Daniel Borca)26* Added BZIP Compress method for zip27* Did some refactoring and code cleanup282930Credits3132Gilles Vollant - Original MiniZip author33Even Rouault - ZIP64 unzip Support34Daniel Borca - BZip Compression method support in unzip35Mathias Svensson - ZIP64 zip support36Mathias Svensson - BZip Compression method support in zip3738Resources3940ZipLayout http://result42.com/projects/ZipFileLayout41Command line tool for Windows that shows the layout and information of the headers in a zip archive.42Used when debugging and validating the creation of zip files using MiniZip64434445ZIP App Note http://www.pkware.com/documents/casestudies/APPNOTE.TXT46Zip File specification474849Notes.50* To be able to use BZip compression method in zip64.c or unzip64.c the BZIP2 lib is needed and HAVE_BZIP2 need to be defined.5152License53----------------------------------------------------------54Condition of use and distribution are the same than zlib :5556This software is provided 'as-is', without any express or implied57warranty. In no event will the authors be held liable for any damages58arising from the use of this software.5960Permission is granted to anyone to use this software for any purpose,61including commercial applications, and to alter it and redistribute it62freely, subject to the following restrictions:63641. The origin of this software must not be misrepresented; you must not65claim that you wrote the original software. If you use this software66in a product, an acknowledgment in the product documentation would be67appreciated but is not required.682. Altered source versions must be plainly marked as such, and must not be69misrepresented as being the original software.703. This notice may not be removed or altered from any source distribution.7172----------------------------------------------------------73747576