summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-03 13:55:44 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-03 13:55:44 +0000
commit8b8c1f095a8d822a0bde4993e233038567665d90 (patch)
tree0549de17d94729f35dbae7c5442a7160f66ce022 /ChangeLog
parent46fbfee41e88034135725beb4136d44b94388ede (diff)
downloadrsyslog-8b8c1f095a8d822a0bde4993e233038567665d90.tar.gz
rsyslog-8b8c1f095a8d822a0bde4993e233038567665d90.tar.xz
rsyslog-8b8c1f095a8d822a0bde4993e233038567665d90.zip
bugfix: some memory leak when queue is runing in disk mode
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6291a67..c30c8c7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@ Version 3.17.0 (rgerhards), 2008-04-??
- added the capability to specify a processing (actually dequeue)
timeframe with queues - so things can be configured to be done
at off-peak hours
+- bugfix: some memory leak when queue is runing in disk mode
---------------------------------------------------------------------------
Version 3.15.1 (rgerhards), 2008-04-??
- disabled atomic operations for the time being because they introduce some