summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-28 13:16:02 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-28 13:16:02 +0000
commit16d4429147e5c7480deec742d07cb34126ef1fa4 (patch)
tree61c8fe54c3b9a7d7dbda53053d2fdabf6c9c900e /ChangeLog
parentbd6a67d38e042cca09ff41872dda874ba71c2e80 (diff)
downloadrsyslog-16d4429147e5c7480deec742d07cb34126ef1fa4.tar.gz
rsyslog-16d4429147e5c7480deec742d07cb34126ef1fa4.tar.xz
rsyslog-16d4429147e5c7480deec742d07cb34126ef1fa4.zip
add Michael Biebl's autoconf patch for netsnmp - thks!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7e3e1b3..7da9603b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@ Version 3.10.3 (rgerhards), 2008-01-14
- fixed a bug with standard template definitions (not a big deal) - thanks
to varmojfekoj for spotting it
- run-time instrumentation added
+- implemented disk-assisted queue mode, which enables on-demand disk
+ spooling if the queue's in-memory queue is exhausted
+- implemented a dynamic worker thread pool for processing incoming
+ messages; workers are started and shut down as need arises
- implemented the $MainMsgQueueSaveOnShutdown config directive
- implemented the $MainMsgQueueWorkerThreadMinimumMessages config directive
- implemented the $MainMsgQueueTimeoutWorkerThreadShutdown config directive