From 433d7f0f44ef366bfca2591f512da5a08d4c4362 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 30 Mar 2003 18:46:29 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 205e834..c651904 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ * CHANGELOG. */ +03302003 - Fixed seeking in uncompressed ZIP entries, and handle a + misbehaviour in Java's JAR creation tools. Thanks to "Tree" for + pointing these bugs out. 03192003 - Fixed problem in PHYSFS_mkdir() when dirs to be created already exist. Fixed problem where PHYSFS_mkdir() incorrectly tripped an alarm in __PHYSFS_verifySecurity().