From 8db7b0a622e663fdc47f90d2adb44baa6b6c730f Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 3 Apr 2007 05:24:08 +0000 Subject: [PATCH] Updated. --- CHANGELOG.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index da5518dd..805b7be5 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,8 +2,9 @@ * CHANGELOG. */ -04032007 - Reverted Unix recursive mutex code. There were some portability - issues I didn't anticipate. +04032007 - Added a "make dist" target for packing up source code releases. + Reverted Unix recursive mutex code. There were some portability + issues I didn't anticipate. Upped version to 1.1.1! 04022007 - Added wxWidgets-based test program (incomplete). Filled in and corrected some Doxygen comments. 04012007 - Added PHYSFS_isInit() and PHYSFS_symbolicLinksPermitted() functions.