summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--doc/status.html6
2 files changed, 6 insertions, 5 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()
diff --git a/doc/status.html b/doc/status.html
index bdb6cbff..4a2f732b 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -5,9 +5,9 @@
<p>This page reflects the status as of 2008-07-01.</p>
<h2>Current Releases</h2>
-<p><b>development:</b> 3.19.8 [2008-07-01] -
-<a href="http://www.rsyslog.com/Article247.phtml">change log</a> -
-<a href="http://www.rsyslog.com/Downloads-req-viewdownloaddetails-lid-116.phtml">download</a>
+<p><b>development:</b> 3.19.9 [2008-07-07] -
+<a href="http://www.rsyslog.com/Article250.phtml">change log</a> -
+<a href="http://www.rsyslog.com/Downloads-req-viewdownloaddetails-lid-117.phtml">download</a>
<br><b>beta:</b> 3.17.4 [2008-06-16] -
<a href="http://www.rsyslog.com/Article242.phtml">change log</a> -