diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2006-01-10 14:40:28 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2006-01-10 14:40:28 +0000 |
commit | 707afb5d03e2e594c5e5964e8b3f74adb8cbdf55 (patch) | |
tree | b86e15142de4ce0751a66b5b6082279d24604f85 /NEWS | |
parent | ca7fa1f7e97e09788ae091395435dd64ac8532c9 (diff) | |
download | rsyslog-707afb5d03e2e594c5e5964e8b3f74adb8cbdf55.tar.gz rsyslog-707afb5d03e2e594c5e5964e8b3f74adb8cbdf55.tar.xz rsyslog-707afb5d03e2e594c5e5964e8b3f74adb8cbdf55.zip |
fixed a bug that caused the default socket (usually /dev/log) to be opened
even when -o command line option was given
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ Version 1.12.2 (RGer), 2005-12-?? - added support for field-extracting in the property replacer
- enhanced the legacy-syslog parser so that it can interpret messages
that do not contain a TIMESTAMP
+- fixed a bug that caused the default socket (usually /dev/log) to be
+ opened even when -o command line option was given
---------------------------------------------------------------------------
Version 1.12.1 (RGer), 2005-11-23
- made multithreading work with BSD. Some signal-handling needed to be
|