From: <jk...@us...> - 2009-03-30 23:18:32
|
Revision: 972 http://opengtoolkit.svn.sourceforge.net/opengtoolkit/?rev=972&view=rev Author: jkring Date: 2009-03-30 23:18:20 +0000 (Mon, 30 Mar 2009) Log Message: ----------- updated revision history in spec file Modified Paths: -------------- trunk/lvzip/build_support/lvzip.rev trunk/lvzip/lvzip.ogpb Modified: trunk/lvzip/build_support/lvzip.rev =================================================================== --- trunk/lvzip/build_support/lvzip.rev 2009-03-30 23:05:12 UTC (rev 971) +++ trunk/lvzip/build_support/lvzip.rev 2009-03-30 23:18:20 UTC (rev 972) @@ -1,7 +1,7 @@ [lvzip.ogbld] Version=2.5 -Build_Number=27 -Build_Date="3/30/2009 3:56:37 PM" +Build_Number=29 +Build_Date="3/30/2009 4:15:53 PM" Status=OK Warnings=1 Log_File=/D/Projects/OpenG/opengtoolkit/SVN_Folders/lvzip/built/lvzip.log Modified: trunk/lvzip/lvzip.ogpb =================================================================== --- trunk/lvzip/lvzip.ogpb 2009-03-30 23:05:12 UTC (rev 971) +++ trunk/lvzip/lvzip.ogpb 2009-03-30 23:18:20 UTC (rev 972) @@ -4,10 +4,11 @@ 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 memory stream handling." +Description="The lvzip package contains several routines for operating on zip files.\0D\0A\0D\0AVersion 2.5: Changes license of LabVIEW sources from LGPL to BSD, Adds Memory Stream VIs to the palettes, Optimizes ZLIB Extract All Files to Dir, Fixes potential problem where error such as out of disk on finishing to add a file into an archive might get lost meaning that a corrupted archive could result without the user being informed about it, Fixes issue preventing adding files specified by UNC network path to zip archive.\0D\0AVersion 2.4 adds support for direct memory stream handling.\0D\0AVersion 2.3 adds support for transparent Mac Resource file handling through MacBinary encoding.\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." + 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" +License="BSD (VIs), LGPL (Shared Library)" +Copyright="1995-2004 Mark Adler, Jean-loup Gailly\0A1998-2004 Gilles Vollant\0A2002 - 2009 Christophe Salzmann, Jim Kring, Rolf Kalbermatter" Distribution="OpenG Toolkit" Icon=lvzip.bmp Vendor=OpenG.org This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |