From ef16139d8ba9eab22de0e1df8596baeb9a15ab08 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 30 Mar 2003 19:00:27 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c6519041..965c07a6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,7 +4,8 @@ 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. + pointing these bugs out. Added HOG and MVL archive support for + Descent I and II (Thanks, Bradley Bell!). 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().