From d5402e6b178b7d62cdc2eb67be721594ef7723f1 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 30 Mar 2002 16:56:40 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 5220a7d8..56368ecc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,13 @@ * CHANGELOG. */ +03302002 - Mutexes! PhysicsFS should be thread safe now, so long as you + don't try to do something like close a file at the same time as + you are reading from it in another thread. All reasonable race + conditions should now be gone, but the new code will need some + eyeballing before we install it on life support systems or anything. + The mutex abstraction is implemented in unix.c, win32.c will be + updated shortly. 03292002 - Fixed a potential problem in ZIP_realpath() and some byte order issues in zip.c. Converted unzip.c to use physfs file i/o abstractions. Converted CHANGELOG to list latest entries first.