diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-10 10:15:48 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-10 10:15:48 +0000 |
commit | a98aeec6d0e5739ada471ece2b308ea787c3804a (patch) | |
tree | ab7d39306cf948f8580893803119c2501e1315c4 /ChangeLog | |
parent | d5e7ec7a8382bef969e50e4a3f8c0155f6a27d3a (diff) | |
download | rsyslog-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |