diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-09-07 15:56:09 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-09-07 15:56:09 +0000 |
commit | 307f0893e1e589662fca1176050d96d5bfa9a367 (patch) | |
tree | ece38559d4255e01213f65181e72dfe33d1cf80a /ChangeLog | |
parent | de23e3ef8ce50975077b39de45076262696639d7 (diff) | |
download | rsyslog-307f0893e1e589662fca1176050d96d5bfa9a367.tar.gz rsyslog-307f0893e1e589662fca1176050d96d5bfa9a367.tar.xz rsyslog-307f0893e1e589662fca1176050d96d5bfa9a367.zip |
preparing for 1.19.5 release
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |