From f3b7c83e0345a2701231d0229dd2d117a117ea33 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 13 Jul 2002 10:16:53 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 6 ++++++ TODO | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c973312..8b3ed29 100644 --- a/CHANGELOG +++ b/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 diff --git a/TODO b/TODO index 2bf2b18..d7e91f6 100644 --- a/TODO +++ b/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