This commit is contained in:
Ryan C. Gordon 2002-07-13 10:16:53 +00:00
parent 959a15e27f
commit f3b7c83e03
2 changed files with 6 additions and 1 deletions

View File

@ -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

1
TODO
View File

@ -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