From 8da5f294758aad1ce166b165a4f0509f780b6434 Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Tue, 17 Feb 2004 06:18:36 +0000 Subject: [PATCH] dgamelaunch 1.4.2 soon git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@244 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- Changelog | 7 +++++++ Makefile | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.47.3