summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--doc/status.html8
2 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index b939add9..f8c74da3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,14 @@
---------------------------------------------------------------------------
-Version 1.19.5 (rgerhards), 2007-09-0?
+Version 1.19.5 (rgerhards), 2007-09-07
- changed part of the CStr interface so that better error tracking
is provided and the calling sequence is more intuitive (there were
invalid calls based on a too-weired interface)
- (hopefully) fixed some remaining bugs rooted in wrong use of
the CStr class. These could lead to program abort.
+- applied patch by varmojfekoj two fix two potential segfault situations
+- added $ModDir config directive
+- modified $ModLoad so that an absolute path may be specified as
+ module name (e.g. /rsyslog/ommysql.so)
---------------------------------------------------------------------------
Version 1.19.4 (rgerhards/varmojfekoj), 2007-09-04
- fixed a number of small memory leaks - thanks varmojfekoj for patching
diff --git a/doc/status.html b/doc/status.html
index eb449238..76985482 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -4,11 +4,11 @@
</head>
<body>
<h2>rsyslog status page</h2>
-<p>This page reflects the status as of 2007-09-04.</p>
+<p>This page reflects the status as of 2007-09-07.</p>
<h2>Current Releases</h2>
-<p><b>development:</b> 1.19.4 -
-<a href="http://www.rsyslog.com/Article123.phtml">change log</a> -
-<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-56.phtml">download</a></p>
+<p><b>development:</b> 1.19.5 -
+<a href="http://www.rsyslog.com/Article125.phtml">change log</a> -
+<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-57.phtml">download</a></p>
<p><b>stable:</b> 1.0.5 - <a href="http://www.rsyslog.com/Article85.phtml">change log</a> -
<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-39.phtml">download</a></p>
<p>&nbsp;(<a href="version_naming.html">How are versions named?</a>)</p>