From 74a9c06a5a01e5152d353415a69494044e5ebe33 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 17 Jul 2002 16:05:52 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 9e42551a..290f3474 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ * CHANGELOG. */ +07172002 - Fixed seeking backwards in ZIP_seek(). Changed the error message + ERR_TOO_MANY_SYMLINKS to ERR_SYMLINK_LOOP. +07152002 - Symlinks in ZIP archives are detected correctly now, I think. 07142002 - Use GetVolumeInformation() instead of GetDiskFreeSpace() in win32.c's mediaInDrive() function. This allows Windows NT 3.x to correctly detect CD-ROM drives. Library now appears to be fully