summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-28 14:57:42 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-28 14:57:42 +0100
commit56e2157bae6e5ad9e64ef672735a6e6e45e34312 (patch)
tree8383f3acca09127e599e213743d08b31cf3cee5d
parentf0e7a92dc736e980a9e4d161f329b1e97e1811c6 (diff)
downloadrsyslog-8.1.2.tar.gz
rsyslog-8.1.2.tar.bz2
rsyslog-8.1.2.zip
doc: fix cut&paste errorv8.1.2
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e910701c..ad634770 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@ Version 8.1.2 [devel] 2013-11-28
Thanks to Pavel Levshin for his work in this regard.
- support for jemalloc added via --enable-jemalloc
Thanks to Pavel Levshin for suggesting jemalloc
+ Note that build system is experimental at this stage.
- queue defaults have changed
* high water mark is now dynamically 90% of queue size
* low water makr is now dynamically 70% of queue size
@@ -11,7 +12,6 @@ Version 8.1.2 [devel] 2013-11-28
* queue.workerThreadMinimumMessage set to queue.size / num workers
For queues with very low queue.maxSize (< 100), "emergency" defaults
will be used.
- Note that build system is experiemental at this stage.
- bugfix: disk queues created files in wrong working directory
if the $WorkDirectory was changed multiple times, all queues only
used the last value set.