summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-09-25 07:38:03 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-09-25 07:38:03 +0000
commit96d9bdcc09322528b02e471587bf2d4a4ee029d7 (patch)
treec81a1dac9e820b491fd335f2d7f4c851156dc046 /ChangeLog
parent11b3854192211aefb419544d21d83e375b2a9fc1 (diff)
downloadrsyslog-96d9bdcc09322528b02e471587bf2d4a4ee029d7.tar.gz
rsyslog-96d9bdcc09322528b02e471587bf2d4a4ee029d7.tar.xz
rsyslog-96d9bdcc09322528b02e471587bf2d4a4ee029d7.zip
more cleanup on thread-safe CRL functions
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b2319df1..60cfd118 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@ Version 1.19.7 (rgerhards), 2007-09-1?
a NUL character. It is now simply removed. This also caused trailing LF
reduction to fail, when it was followed by such a NUL. This is now also
handled.
+- replaced some non-thread-safe function calls by their thread-safe
+ counterparts
+- fixed a minor memory leak that occured when the %APPNAME% property was
+ used (I think nobody used that in practice)
+- general code cleanup (e.g. compiler warnings, comments)
---------------------------------------------------------------------------
Version 1.19.6 (rgerhards), 2007-09-11
- applied patch by varmojfekoj to change signal handling to the new