summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-29 15:40:40 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-29 15:40:40 +0200
commit40334847b685e6058be562b4436f72426637f4d8 (patch)
treeb312baf018722872c5116e40b3aec891e513f0ca /ChangeLog
parent7e7ee674bed138a19e8b7bdf962e1df5ae28128b (diff)
parent5a993ad7425bce33380ff10308f2ae93dadf8dae (diff)
downloadrsyslog-40334847b685e6058be562b4436f72426637f4d8.tar.gz
rsyslog-40334847b685e6058be562b4436f72426637f4d8.tar.xz
rsyslog-40334847b685e6058be562b4436f72426637f4d8.zip
Merge branch 'master-module'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1666f07c..3ac89c65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
Version 6.5.0 [devel] 2012-0?-??
- imrelp now supports non-cancel thread termination
(but now requires at least librelp 1.0.1)
+- implemented freeCnf() module interface
+ This was actually not present in older versions, even though some modules
+ already used it. The implementation was now done, and not in 6.3/6.4
+ because the resulting memory leak was ultra-slim and the new interface
+ handling has some potential to seriously break things. Not the kind of
+ thing you want to add in late beta state, if avoidable.
- added --enable-debugless configure option for very high demanding envs
This actually at compile time disables a lot of debug code, resulting
in some speedup (but serious loss of debugging capabilities)