From: Rolf K. <lab...@us...> - 2007-12-12 23:00:14
|
Update of /cvsroot/opengtoolkit/lvzip/source In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7603/source Modified Files: lvzlib.dll readme.txt Log Message: Documentation updates Index: lvzlib.dll =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzlib.dll,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 Binary files /tmp/cvsPfH4Rz and /tmp/cvsqfh7hd differ Index: readme.txt =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/readme.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** readme.txt 23 Sep 2006 05:02:22 -0000 1.1 --- readme.txt 12 Dec 2007 16:13:37 -0000 1.2 *************** *** 1,6 **** ! LabVIEW ZIP library, version 2.3 -------------------------------- ! Copyright 2002-2006 Rolf Kalbermatter --- 1,6 ---- ! LabVIEW ZIP library, version 2.4 -------------------------------- ! Copyright 2002-2007 Rolf Kalbermatter *************** *** 8,17 **** older than 2.2 to this version. ! The new version since 2.2 of LVZIP has some new features and some ! modifications. New features in 2.3: -------------------- ! 1) Transparent MacBinary support on the Macintosh If the compression routine encounters a Macintosh file with a resource fork --- 8,38 ---- older than 2.2 to this version. ! Version 2.2 of LVZIP has some modifications to the VI connector panes ! in comparison to earlier versions which might require you to slightly redo ! your project. ! ! ! New features in 2.4: ! -------------------- ! 1) Support for ZIP and UNZIP streams directly located in memory contrary to ! requiring disk based files at all times. ! ! 2) Support for adding to and extracting from an archive directly memory based ! streams without requiring to turn them into files first. ! ! 3) Minor tweaks to support compilation for LabVIEW relatime targets. This is ! still considered an experimental feature as testing of this was not really ! possible due to lack of available hardware. The standard Windows DLL should ! work for all Pharlap based RT systems so far. LabVIEW 7.1, 8.2 and 8.5 were ! checked. Added support for vxWorks based RT targets for LabVIEW 8.2 and 8.5. ! ! Note, that for VxWorks based targets you have to copy the lvzlib.out file manually ! to your RT target into the ni-rt/system folder using some FTP utility. LabVIEW ! will currently not deploy or download that file automatically for those targets. ! New features in 2.3: -------------------- ! 1) Transparent MacBinary support on the Macintosh (experimental feature) If the compression routine encounters a Macintosh file with a resource fork *************** *** 140,144 **** The lvzip package makes use of the error package, the file package and through the last one also of the array package. Some functions in the file package have ! been added in comparison to the latest released package and therefore this version of lvzip will only work with the version 2.5 of the file package. --- 161,165 ---- The lvzip package makes use of the error package, the file package and through the last one also of the array package. Some functions in the file package have ! been added in comparison to earlier released packages and therefore this version of lvzip will only work with the version 2.5 of the file package. |