Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 13, 2002
1 parent 959a15e commit f3b7c83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion TODO
Expand Up @@ -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
Expand Down

0 comments on commit f3b7c83

Please sign in to comment.