author | Ryan C. Gordon <icculus@icculus.org> |
Sun, 30 Mar 2003 18:46:29 +0000 | |
changeset 552 | 24e99a1cbb98 |
parent 551 | f0fc464fd51b |
child 553 | 4338d9c0bbcd |
--- a/CHANGELOG Sun Mar 30 18:44:59 2003 +0000 +++ b/CHANGELOG Sun Mar 30 18:46:29 2003 +0000 @@ -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().