summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-09-07 15:56:09 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-09-07 15:56:09 +0000
commit307f0893e1e589662fca1176050d96d5bfa9a367 (patch)
treeece38559d4255e01213f65181e72dfe33d1cf80a /ChangeLog
parentde23e3ef8ce50975077b39de45076262696639d7 (diff)
downloadrsyslog-307f0893e1e589662fca1176050d96d5bfa9a367.tar.gz
rsyslog-307f0893e1e589662fca1176050d96d5bfa9a367.tar.xz
rsyslog-307f0893e1e589662fca1176050d96d5bfa9a367.zip
preparing for 1.19.5 release
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 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