summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-07-07 15:36:42 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-07-07 15:36:42 +0200
commitf5d4aaf126d150a02db3d48add51ae01549e1148 (patch)
tree843e6f0b545e38445ab734d484a946253e027c42 /ChangeLog
parent8ffdf2df8f1a08d2ae36fa9d39564bfd9fe982b6 (diff)
downloadrsyslog-f5d4aaf126d150a02db3d48add51ae01549e1148.tar.gz
rsyslog-f5d4aaf126d150a02db3d48add51ae01549e1148.tar.xz
rsyslog-f5d4aaf126d150a02db3d48add51ae01549e1148.zip
preparing for 3.19.9v3.19.9
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 387bc035..0479d93a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,14 @@
---------------------------------------------------------------------------
-Version 3.19.9 (rgerhards), 2008-07-??
+Version 3.19.9 (rgerhards), 2008-07-07
- added tutorial for creating a TLS-secured syslog infrastructure
-- rewriten omusrmsg to no longer fork() a new process for sending messages
+- rewritten omusrmsg to no longer fork() a new process for sending messages
this caused some problems with the threading model, e.g. zombies. Also,
it was far less optimal than it is now.
- bugfix: machine certificate was required for client even in TLS anon mode
Reference: http://bugzilla.adiscon.com/show_bug.cgi?id=85
The fix also slightly improves performance by not storing certificates in
client sessions when there is no need to do so.
+- bugfix: RainerScript syntax error was not always detected
---------------------------------------------------------------------------
Version 3.19.8 (rgerhards), 2008-07-01
- bugfix: gtls module did not correctly handle EGAIN (and similar) recv()