about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2005-02-10 12:49:04 +0000
committerAlexander Barton <alex@barton.de>2005-02-10 12:49:04 +0000
commit9537542647b014894227de81a59fb063fc0dc3e4 (patch)
treea2213e8f7c4fa246f4ab22ce6471dd8c89e7e0e0 /ChangeLog
parent0993ff81bb54fe45e4c2feacdab9ea8d2da5b60b (diff)
downloadngircd-9537542647b014894227de81a59fb063fc0dc3e4.tar.gz
ngircd-9537542647b014894227de81a59fb063fc0dc3e4.zip
Write "error file" (/tmp/ngircd-XXX.err) only if compiled with debug
code ("--enable-debug") and running as daemon process.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7694623b..7d134b6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@
 
 ngIRCd CVSHEAD
 
+  - Write "error file" (/tmp/ngircd-XXX.err) only if compiled with debug
+    code ("--enable-debug") and running as daemon process.
   - Don't create version information string each time a client connects
     but insetead on server startup. By Florian Westphal.
   - New configuration variable "PidFile", section "[Global]": if defined,
@@ -584,4 +586,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: ChangeLog,v 1.260 2005/02/09 09:52:58 alex Exp $
+$Id: ChangeLog,v 1.261 2005/02/10 12:49:04 alex Exp $