From: Rolf K. <lab...@us...> - 2007-09-16 15:11:57
|
Update of /cvsroot/opengtoolkit/lvzip In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29526 Modified Files: Change-Log.txt lvzip.ogbld lvzip.ogpb lvzip.spec Log Message: Addition of memory stream for ZIP file Index: lvzip.spec =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/lvzip.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** lvzip.spec 1 Mar 2006 15:02:25 -0000 1.22 --- lvzip.spec 16 Sep 2007 15:11:58 -0000 1.23 *************** *** 1,12 **** [Package Name] Name=oglib_lvzip ! Version=2.3 Release=1 [Description] ! Description="The lvzip package contains several routines for operating on zip files.\0D\0A\0D\0AVersion 2.2 adds support for appending files to an existing archive, deleting files from an archive and password support for adding and extracting files.\0D\0A\0D\0AVersion 2.3 adds support for transparent Mac Resource file handling through MacBinary encoding." Summary="OpenG Zip Tools" License=LGPL ! Copyright="1995-2005 Mark Adler, Jean-loup Gailly\0A1998-2005 Gilles Vollant\0A2002 - 2006 Christophe Salzmann, Jim Kring, Rolf Kalbermatter" Distribution="OpenG Toolkit" Icon=lvzip.bmp --- 1,12 ---- [Package Name] Name=oglib_lvzip ! Version=2.4 Release=1 [Description] ! Description="The lvzip package contains several routines for operating on zip files.\0D\0A\0D\0AVersion 2.2 adds support for appending files to an existing archive, deleting files from an archive and password support for adding and extracting files.\0D\0A\0D\0AVersion 2.3 adds support for transparent Mac Resource file handling through MacBinary encoding.\0D\0AVersion 2.4 adds support for direct extracting into memory and storing from memory." Summary="OpenG Zip Tools" License=LGPL ! Copyright="1995-2005 Mark Adler, Jean-loup Gailly\0A1998-2005 Gilles Vollant\0A2002 - 2007 Christophe Salzmann, Jim Kring, Rolf Kalbermatter" Distribution="OpenG Toolkit" Icon=lvzip.bmp *************** *** 40,44 **** File 0=macbin.mnu ! File 1=readme2_3.txt File 2=unzip.mnu File 3=zip.mnu --- 40,44 ---- File 0=macbin.mnu ! File 1=readme.txt File 2=unzip.mnu File 3=zip.mnu Index: lvzip.ogpb =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/lvzip.ogpb,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lvzip.ogpb 3 Jan 2006 12:17:22 -0000 1.2 --- lvzip.ogpb 16 Sep 2007 15:11:58 -0000 1.3 *************** *** 1,12 **** [Package Name] Name=oglib_lvzip ! Version=2.3 Release=1 [Description] ! Description="The lvzip package contains several routines for operating on zip files.\0D\0AThe new version 2.2 adds support for appending files to an existing archive, deleting files from an archive and password support for adding and extracting files." Summary="OpenG Zip Tools" License=LGPL ! Copyright="1995-2004 Mark Adler, Jean-loup Gailly\0A1998-2004 Gilles Vollant\0A2002 - 2005 Christophe Salzmann, Jim Kring, Rolf Kalbermatter" Distribution="OpenG Toolkit" Icon=lvzip.bmp --- 1,12 ---- [Package Name] Name=oglib_lvzip ! Version=2.4 Release=1 [Description] ! Description="The lvzip package contains several routines for operating on zip files.\0D\0AThe new version 2.2 adds support for appending files to an existing archive, deleting files from an archive and password support for adding and extracting files.\0D\0A\0D\0AVersion 2.3 adds support for transparent Mac Resource file handling through MacBinary encoding.\0D\0AVersion 2.4 adds support for direct extracting into memory and storing from memory." Summary="OpenG Zip Tools" License=LGPL ! Copyright="1995-2004 Mark Adler, Jean-loup Gailly\0A1998-2004 Gilles Vollant\0A2002 - 2007 Christophe Salzmann, Jim Kring, Rolf Kalbermatter" Distribution="OpenG Toolkit" Icon=lvzip.bmp Index: lvzip.ogbld =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/lvzip.ogbld,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** lvzip.ogbld 23 Sep 2006 18:45:16 -0000 1.6 --- lvzip.ogbld 16 Sep 2007 15:11:58 -0000 1.7 *************** *** 43,47 **** Ambiguous VIs Dest Dir="" Call Pre-Build VI="build_support/Pre-Post Build (testing).vi" ! Call Post-Build VI="build_support/Pre-Post Build (testing).vi" Revision File=build_support/lvzip.rev Version VI Name="" --- 43,47 ---- Ambiguous VIs Dest Dir="" Call Pre-Build VI="build_support/Pre-Post Build (testing).vi" ! Call Post-Build VI="" Revision File=build_support/lvzip.rev Version VI Name="" Index: Change-Log.txt =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/Change-Log.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Change-Log.txt 23 Sep 2006 06:09:14 -0000 1.6 --- Change-Log.txt 16 Sep 2007 15:11:58 -0000 1.7 *************** *** 42,44 **** 2006-09-23 rk ! Fixed error in LabVIEW 8 when extracting read-only files. \ No newline at end of file --- 42,50 ---- 2006-09-23 rk ! Fixed error in LabVIEW 8 when extracting read-only files. ! ! 2007-09-10 rk ! Added support for adding and extracting memory streams to and from a ZIP file. ! ! 2007-09-16 rk ! Added support for ZIP streams itself instead of disk based ZIP files. |