diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-24 11:49:02 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-24 11:49:02 +0000 |
commit | e5507768177bd04231c44d6671851f98b15a1622 (patch) | |
tree | e577c7130893d276cfd44127f24282b4979d5708 /NEWS | |
parent | f42b66df986e7a7eb617841ee5550ffbad567449 (diff) | |
download | rsyslog-e5507768177bd04231c44d6671851f98b15a1622.tar.gz rsyslog-e5507768177bd04231c44d6671851f98b15a1622.tar.xz rsyslog-e5507768177bd04231c44d6671851f98b15a1622.zip |
some non-intrusive preparations for dual-threading
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ Version 1.11.2 (RGer), 2005-10-20 (like low-memory conditions) rsyslogd somehow remains active. Of course, it might loose a message or two, but at least it does not abort and it can also recover when the condition no longer persist. +- fixed a bug that could cause loss of the last message received + immediately before rsyslogd was terminated. +- added comments on thread-safety of global variables in syslogd.c +- fixed a small bug: spurios printf() when TCP syslog was used --------------------------------------------------------------------------- Version 1.11.1 (RGer), 2005-10-19 - support for BSD-style program name and host blocks |