From c7d476e6576c2889e1cfeba22a24917d42ce01be Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 25 Mar 2002 08:14:47 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e3a41ae2..031986c6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -75,8 +75,9 @@ types...this breaks binary compatibility with previous PhysicsFS releases! Added platform specific i/o functions, so we don't have to rely on stdio anymore. Updated TODO with my comments on the - physfs mailing list. 1.0, here we come! Tons of other fixes and - enhancements. + physfs mailing list. 1.0, here we come! Removed race condition from + grp.c and converted to file i/o abstraction layer calls from stdio. + Tons of other fixes and enhancements. --ryan. (icculus@clutteredmind.org)