summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-26 16:38:34 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-26 16:38:34 +0100
commitb67b5b8f73074931285dad4cb2e6d760923a19f8 (patch)
treef6144cdc8f06255ec5ac02cc6f64198f007a33f5 /ChangeLog
parent91a5e176d609d77d4451d7d7b1bf00dfdac5fe50 (diff)
downloadrsyslog-b67b5b8f73074931285dad4cb2e6d760923a19f8.tar.gz
rsyslog-b67b5b8f73074931285dad4cb2e6d760923a19f8.tar.xz
rsyslog-b67b5b8f73074931285dad4cb2e6d760923a19f8.zip
bugfix: local unix system log socket was deleted even when it was not configured
Also made sure that /dev/log will not be processed by imuxsock when running under Solaris -- otherwise, the module may had accidently deleted the log socket and cause problems.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e064b2e..26dfda48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
---------------------------------------------------------------------------
+Version 4.6.3 [v4-stable] (rgerhards), 2010-03-??
+- bugfix: local unix system log socket was deleted even when it was
+ not configured
+---------------------------------------------------------------------------
Version 4.6.2 [v4-stable] (rgerhards), 2010-03-??
- new feature: "." action type added to support writing files to relative
pathes (this is primarily meant as a debug aid)