From: <lab...@us...> - 2018-12-11 20:26:09
|
Revision: 1562 http://sourceforge.net/p/opengtoolkit/svn/1562 Author: labviewer Date: 2018-12-11 20:26:07 +0000 (Tue, 11 Dec 2018) Log Message: ----------- Revert change to the Unzip File Info data structure Modified Paths: -------------- trunk/lvzip/source/LICENSE.txt trunk/lvzip/source/lvzip.llb/ZLIB Convert File Info.vi trunk/lvzip/source/lvzip.llb/ZLIB Copy Raw File.vi trunk/lvzip/source/lvzip.llb/ZLIB Delete Files From Archive.vi trunk/lvzip/source/lvzip.llb/ZLIB Enumerate File Contents Old.vi trunk/lvzip/source/lvzip.llb/ZLIB Enumerate File Contents.vi trunk/lvzip/source/lvzip.llb/ZLIB Extract All Files To Dir.vi trunk/lvzip/source/lvzip.llb/ZLIB Extract File.vi trunk/lvzip/source/lvzip.llb/ZLIB Extract Stream.vi trunk/lvzip/source/lvzip.llb/ZLIB File Info.ctl trunk/lvzip/source/lvzip.llb/ZLIB Get Current File Info Old.vi trunk/lvzip/source/lvzip.llb/ZLIB Get Current File Info.vi trunk/lvzip/source/lvzip.llb/ZLIB Get File.vi trunk/lvzip/source/lvzip.llb/ZLIB Go To First File.vi trunk/lvzip/source/lvzip.llb/ZLIB Go To Next File.vi trunk/lvzip/source/lvzip.llb/ZLIB Move Raw File.vi trunk/lvzip/source/lvzip.llb/ZLIB Open Write File.vi trunk/lvzip/source/lvzip.llb/ZLIB Store File.vi trunk/lvzip/source/lvzip.llb/ZLIB Store Stream.vi trunk/lvzip/source/lvzip.llb/ZLIB VI Tree.vi trunk/lvzip/source/lvzlib.dll trunk/lvzip/source/lvzlib64.dll trunk/lvzip/source/opengdoc.txt trunk/lvzip/source/readme.txt Modified: trunk/lvzip/source/LICENSE.txt =================================================================== --- trunk/lvzip/source/LICENSE.txt 2018-12-11 20:19:11 UTC (rev 1561) +++ trunk/lvzip/source/LICENSE.txt 2018-12-11 20:26:07 UTC (rev 1562) @@ -40,7 +40,7 @@ following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of SciWare, James Kring, Inc., nor the names of its contributors may be used to endorse + * Neither the name of OpenG, LavaG, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, Modified: trunk/lvzip/source/lvzip.llb/ZLIB Convert File Info.vi =================================================================== (Binary files differ) Modified: trunk/lvzip/source/lvzip.llb/ZLIB Copy Raw File.vi =================================================================== (Binary files differ) Modified: trunk/lvzip/source/lvzip.llb/ZLIB Delete Files From Archive.vi =================================================================== (Binary files differ) Modified: trunk/lvzip/source/lvzip.llb/ZLIB Enumerate File Contents Old.vi =================================================================== (Binary files differ) Modified: trunk/lvzip/source/lvzip.llb/ZLIB Enumerate File Contents.vi =================================================================== (Binary files differ) Modified: trunk/lvzip/source/lvzip.llb/ZLIB Extract All Files To Dir.vi =================================================================== (Binary files differ) Modified: trunk/lvzip/source/lvzip.llb/ZLIB Extract File.vi =================================================================== (Binary files differ) Modified: trunk/lvzip/source/lvzip.llb/ZLIB Extract Stream.vi =================================================================== (Binary files differ) Modified: trunk/lvzip/source/lvzip.llb/ZLIB File Info.ctl =================================================================== (Binary files differ) Modified: trunk/lvzip/source/lvzip.llb/ZLIB Get Current File Info Old.vi =================================================================== (Binary files differ) Modified: trunk/lvzip/source/lvzip.llb/ZLIB Get Current File Info.vi =================================================================== (Binary files differ) Modified: trunk/lvzip/source/lvzip.llb/ZLIB Get File.vi =================================================================== (Binary files differ) Modified: trunk/lvzip/source/lvzip.llb/ZLIB Go To First File.vi =================================================================== (Binary files differ) Modified: trunk/lvzip/source/lvzip.llb/ZLIB Go To Next File.vi =================================================================== (Binary files differ) Modified: trunk/lvzip/source/lvzip.llb/ZLIB Move Raw File.vi =================================================================== (Binary files differ) Modified: trunk/lvzip/source/lvzip.llb/ZLIB Open Write File.vi =================================================================== (Binary files differ) Modified: trunk/lvzip/source/lvzip.llb/ZLIB Store File.vi =================================================================== (Binary files differ) Modified: trunk/lvzip/source/lvzip.llb/ZLIB Store Stream.vi =================================================================== (Binary files differ) Modified: trunk/lvzip/source/lvzip.llb/ZLIB VI Tree.vi =================================================================== (Binary files differ) Modified: trunk/lvzip/source/lvzlib.dll =================================================================== (Binary files differ) Modified: trunk/lvzip/source/lvzlib64.dll =================================================================== (Binary files differ) Modified: trunk/lvzip/source/opengdoc.txt =================================================================== --- trunk/lvzip/source/opengdoc.txt 2018-12-11 20:19:11 UTC (rev 1561) +++ trunk/lvzip/source/opengdoc.txt 2018-12-11 20:26:07 UTC (rev 1562) @@ -23,7 +23,7 @@ Description -The core of this libray is an external shared library consisting basically of the version 1.2.3 release of zlib and the version 1.0.1e of the zip library from Gilles Vollant. +The core of this libray is an external shared library consisting basically of the version 1.2.11 release of zlib and the version 1.2.0 of the zip library from Gilles Vollant with modifications from The current version supports most types of ZIP files with exception of the newest proprietary format created by the latest version of Winzip. It also supports adding files with password, and extracting password protected files. One specific point to watch for, if you start to work on the Advanced level of things is that the file reference created by the two Open functions are very different. So you can't open a file with ZLIB Open ZIP Archive and pass this refnum to any of the decompress functions and vice-versa. @@ -38,7 +38,13 @@ Copyrights -Copyright (C) 1995-2004 Mark Adler, Jean-loup Gailly -Copyright (C) 1998-2004 Gilles Vollant +Copyright (C) 1995-2017 Mark Adler, Jean-loup Gailly +Copyright (C) 2004 Xavier Roche +Copyright (C) 1998-2010 Gilles Vollant +Copyright (C) 2007-2008 Even Rouault +Copyright (C) 2009-2010 Mathias Svensson +Copyright (C) 2012-2017 Nathan Moinvaziri +Copyright (c) 1998-2013 Brian Gladman, Worcester, UK +Copyright (C) 1996-2010 Julian R Seward Copyright (C) 2002-2009 Jim Kring, Christoph Salzmann -Copyright (C) 2002-2015 Rolf Kalbermatter +Copyright (C) 2002-2018 Rolf Kalbermatter Modified: trunk/lvzip/source/readme.txt =================================================================== --- trunk/lvzip/source/readme.txt 2018-12-11 20:19:11 UTC (rev 1561) +++ trunk/lvzip/source/readme.txt 2018-12-11 20:26:07 UTC (rev 1562) @@ -1,7 +1,7 @@ -LabVIEW ZIP library, version 4.1.0 +LabVIEW ZIP library, version 4.2.0 ---------------------------------- -Copyright 2002-2015 Rolf Kalbermatter +Copyright 2002-2018 Rolf Kalbermatter Please read this document before you upgrade from a version of LVZIP @@ -11,6 +11,27 @@ in comparison to earlier versions which might require you to slightly redo your project. + + +Release 4.2.0, Released: Dec. 08, 2018 +====================================== + +New features: +------------- +1) Removed limit of 2GB for individual files in an archive +2) Support for AES encryption in ZIP archives, when compressing with encryption, AES is always used. + Decoding supports both the old style crypt as well as AES depending on how the archive was encrypted. +3) Added functions that support symbolic link handling, but these are not yet used in the ZIP archive. + +Bug Fixes: +---------- +1) Several fixes to 64 bit operations + +Upgrades: +---------- +1) Upgraded to zlib 1.2.1 and minizip 1.2.0 from Nathan Moinvaziri + + Release 4.1.0, Released: Mar. 05, 2015 ====================================== @@ -24,7 +45,7 @@ 3) Added support for Windows and Linux 64 bit platforms 4) Added support for all NI-Linux RT platforrms -Bug fixes: +Upgrades: ---------- 1) Upgraded to zlib 1.2.8 and included minizip This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |