summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-10 10:15:48 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-10 10:15:48 +0000
commita98aeec6d0e5739ada471ece2b308ea787c3804a (patch)
treeab7d39306cf948f8580893803119c2501e1315c4 /ChangeLog
parentd5e7ec7a8382bef969e50e4a3f8c0155f6a27d3a (diff)
downloadrsyslog-a98aeec6d0e5739ada471ece2b308ea787c3804a.tar.gz
rsyslog-a98aeec6d0e5739ada471ece2b308ea787c3804a.tar.xz
rsyslog-a98aeec6d0e5739ada471ece2b308ea787c3804a.zip
bugfix: debug.c now survives module unloads in all cases tracker:
http://bugzilla.adiscon.com/show_bug.cgi?id=2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 601765ee..c6c8b072 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@ Version 3.12.2 (rgerhards), 2008-03-??
- added RSYSLOGD_MODDIR environment variable
- added -M rsyslogd option (allows to specify module directory location)
- converted net.c into a loadable library plugin
+- bugfix: debug module now survives unload of loadable module when
+ printing out function call data
---------------------------------------------------------------------------
Version 3.12.1 (rgerhards), 2008-03-06
- added library plugins, which can be automatically loaded