From: Rolf K. <lab...@us...> - 2007-09-17 12:32:43
|
Update of /cvsroot/opengtoolkit/lvzip In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12004 Modified Files: build lvzip.vi lvzip.ogpb lvzip.spec Log Message: Changed comments for version 2.4 to reflect the new functionality. Index: build lvzip.vi =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/build lvzip.vi,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 Binary files /tmp/cvs1Hp2o5 and /tmp/cvsKQlF47 differ Index: lvzip.spec =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/lvzip.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** lvzip.spec 16 Sep 2007 15:11:58 -0000 1.23 --- lvzip.spec 17 Sep 2007 12:32:45 -0000 1.24 *************** *** 5,9 **** [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 --- 5,9 ---- [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 memory stream handling." Summary="OpenG Zip Tools" License=LGPL Index: lvzip.ogpb =================================================================== RCS file: /cvsroot/opengtoolkit/lvzip/lvzip.ogpb,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** lvzip.ogpb 16 Sep 2007 15:11:58 -0000 1.3 --- lvzip.ogpb 17 Sep 2007 12:32:45 -0000 1.4 *************** *** 5,9 **** [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 --- 5,9 ---- [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." Summary="OpenG Zip Tools" License=LGPL |