dgamelaunch 1.4.2 soon

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@244 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-02-17 06:18:36 +00:00
parent cb40c5ffc0
commit 8da5f29475
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
1.4.2 (???)
* Add a compile-time option to define a static location to look
for a configuration file. Will ALWAYS override defconfig values
if it is present, so beware.
* Fixed some eerie race conditions that prevented writefile() from
writing a full file all the time. (jilles)
1.4.1 (2004/02/13)
* Don't explicitly unlock the lock file before fclosing it;
this creates a race condition where we might not have finished

View File

@ -1,4 +1,4 @@
VERSION = 1.4.1
VERSION = 1.4.2
# Hardcoded path to config file
DEFCONFIG = /etc/dgamelaunch.conf
NAME = dgamelaunch