Ryan C. Gordon 23 سال پیش
والد
کامیت
f3b7c83e03
2فایلهای تغییر یافته به همراه6 افزوده شده و 1 حذف شده
  1. 6 0
      CHANGELOG
  2. 0 1
      TODO

+ 6 - 0
CHANGELOG

@@ -2,6 +2,12 @@
  * CHANGELOG.
  */
 
+07122002 - Rewrote the ZIP archiver to no longer use Gilles Vollant's unzip.c
+           code. Losing that abstraction should make the ZIP archiver
+           significantly more efficient, and halved the amount of code used.
+           Plus, being a control freak, I like my coding style more than
+           Gilles's. :)  There are still bugs to shake out, but this is good
+           progress.
 07112002 - configure.in updated to make it happier on newer autoconfs
            (thanks again, Alexander!). FIXME cleanups.
 07102002 - Added a byteorder-friendly convenience API, so you can read/write

+ 0 - 1
TODO

@@ -4,7 +4,6 @@ These are in no particular order. A 1.0 release is reliant on doing most of
  this stuff. Some might be dupes, some might be done already.
 
 - Include the Visual Studio.NET project file in CVS directly.
-- Improve ZIP_seek() (archivers/zip.c)
 - Make the zipfile parse symlinks with relative paths. See the function
   expand_symlink_path() in archivers/zip.c ...
 - Actually, the zipfile driver could use a lot of tweaking. Please look