From: <lab...@us...> - 2009-09-02 20:52:02
|
Revision: 996 http://opengtoolkit.svn.sourceforge.net/opengtoolkit/?rev=996&view=rev Author: labviewer Date: 2009-09-02 20:51:44 +0000 (Wed, 02 Sep 2009) Log Message: ----------- Fixed a LabVIEW 2009 problem where the used path conversion functions are now private. Modified Paths: -------------- trunk/lvzip/Change-Log.txt trunk/lvzip/source/lvzip.llb/ZLIB Close Read File.vi trunk/lvzip/source/lvzip.llb/ZLIB Delete Files From Archive.vi trunk/lvzip/source/lvzip.llb/ZLIB Extract All Files To Dir.vi trunk/lvzip/source/lvzip.llb/ZLIB Store File.vi trunk/lvzip/source/lvzip.llb/ZLIB VI Tree.vi trunk/lvzip/source/lvzlib.dll trunk/lvzip/source/readme.txt Modified: trunk/lvzip/Change-Log.txt =================================================================== --- trunk/lvzip/Change-Log.txt 2009-09-02 17:38:35 UTC (rev 995) +++ trunk/lvzip/Change-Log.txt 2009-09-02 20:51:44 UTC (rev 996) @@ -65,8 +65,7 @@ 2008-10-25 rk Added missing VI documentation to various VIs. changed ZLIB Delete Files From Archive.vi to use a correct temporary filename for -the intermediate archive file. -by creating a temporary copy to add to the archive. +the intermediate archive file by creating a temporary copy to add to the archive. 2008-12-23 rk Prepended all public symbols with lvzip_ to avoid name conflicts with the LabVIEW @@ -82,3 +81,9 @@ 2009-01-06 rk Optimized ZLIB Extract All Files To Dir.vi and ZLIB Delete Files From Archive.vi to not index files uneccessarily to speed up the operation considerably. +Fixed palette files to include the polymorphic icons. + +2009-09-02 rk +Removed use of the private vi.lib config file VIs to convert between unix style paths +and platform paths by incorperating them into the library. +Added a test for deleting from an archive. \ No newline at end of file Modified: trunk/lvzip/source/lvzip.llb/ZLIB Close Read 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 Extract All Files To Dir.vi =================================================================== (Binary files differ) Modified: trunk/lvzip/source/lvzip.llb/ZLIB Store File.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/readme.txt =================================================================== --- trunk/lvzip/source/readme.txt 2009-09-02 17:38:35 UTC (rev 995) +++ trunk/lvzip/source/readme.txt 2009-09-02 20:51:44 UTC (rev 996) @@ -1,7 +1,7 @@ -LabVIEW ZIP library, version 2.4 --------------------------------- +LabVIEW ZIP library, version 2.5.2 +---------------------------------- -Copyright 2002-2007 Rolf Kalbermatter +Copyright 2002-2009 Rolf Kalbermatter Please read this document before you upgrade from a version of LVZIP @@ -11,9 +11,32 @@ in comparison to earlier versions which might require you to slightly redo your project. +Release 2.5.2, Released: Sep. 3, 2009 +===================================== -New features in 2.4: --------------------- +Bug fixes: +---------- +1) Fixed the use of LabVIEW config file VIs that are now considered private in 2009. + + +Release 2.5.1, Released: April 28, 2009 +======================================= + +New features: +------------- +1) Optimized ZLIB Extract All Files To Dir.vi and ZLIB Delete Files From Archive.vi to +not index files uneccessarily to speed up the operation considerably. + +Bug fixes: +---------- +1) Fixed palette files to include the polymorphic icons. + + +Release 2.4.1, Released: Jan. 2, 2009 +===================================== + +New features: +------------- 1) Support for ZIP and UNZIP streams directly located in memory contrary to requiring disk based files at all times. @@ -28,24 +51,39 @@ 8.5/8.6. Note, that for VxWorks based targets you have to copy the lvzlib.out file found -typically under "user.lib/_OpenG.lib/lvzipfile" manually to your RT target using -some FTP utility into the "ni-rt/system" folder. LabVIEW will currently not -deploy or download that file automatically for those targets. +typically under "user.lib/_OpenG.lib/lvzip" manually to your RT target using +some FTP utility to copy this file into the "ni-rt/system" folder. LabVIEW will +currently not deploy or download that file automatically for those targets. -Bug fixes in 2.4: ------------------ +Bug fixes: +---------- 1) Fixed a problem in ZIP Open File.vi where one could not open an empty already created archive for appending new files. 2) Fixed a problem in ZLIB Delete Files From Archive.vi to use a correct temporary filename for the intermediate archive file. -3) Fixed a potential problem with uninitialized memory in a function in -the shared library. +3) Fixed a problem in ZLIB Store File.vi to also wirk for LabVIEW files +located inside an LLB. +4) Fixed a potential problem with uninitialized memory in a function in +the shared library that could cause ZLIB Get Global Info to error on an +not properly closed archive. -New features in 2.3: --------------------- +Removed support: +---------------- +1) Removed MacOS 9 Shared library. + + +Release 2.3.2, Released: Feb. 6, 2007 +===================================== + + +Release 2.3.1, Released: Sep. 23, 2006 +====================================== + +New features: +------------- 1) Transparent MacBinary support on the Macintosh (experimental feature) If the compression routine encounters a Macintosh file with a resource fork @@ -63,9 +101,12 @@ modification time has been applied. -New features in 2.2 (never really properly released): ------------------------------------------------------ +Release 2.2, (never really properly released) +============================================= +New features: +------------- + 1) Password support (limited testing) ZLIB Extract All Files To Dir.vi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |