From: Rolf K. <lab...@us...> - 2008-03-31 20:59:07
|
Update of /cvsroot/opengtoolkit/lvzip/source In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8877/source Modified Files: lvzlib.dll lvzlib.so readme.txt Log Message: Fixed problem on opening existing empty directory for append archive mode. Index: lvzlib.dll =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzlib.dll,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 Binary files /tmp/cvsxgRRGp and /tmp/cvs1UHmnD differ Index: lvzlib.so =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/lvzlib.so,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 Binary files /tmp/cvsOKZv0u and /tmp/cvsleumQI differ Index: readme.txt =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/source/readme.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** readme.txt 12 Dec 2007 16:19:05 -0000 1.3 --- readme.txt 31 Mar 2008 20:59:08 -0000 1.4 *************** *** 32,35 **** --- 32,43 ---- deploy or download that file automatically for those targets. + Bug fixes in 2.4: + ----------------- + 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 potential problem with uninitialized memory in a function in + the shared library. + New features in 2.3: |