diff --git a/Changelog b/Changelog index 55809eb..7aca856 100644 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/Makefile b/Makefile index 1210b5a..c07ccf1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.4.1 +VERSION = 1.4.2 # Hardcoded path to config file DEFCONFIG = /etc/dgamelaunch.conf NAME = dgamelaunch