summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-26 12:13:18 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-26 12:13:18 +0100
commit4c5c1e3b5297f7f4d3359ce7be355751b2823313 (patch)
tree098e4931e30a16636d4162c3bc3a0e16f151fb20
parent5dea3221bd62e5ddd0649b91826853718431a9d3 (diff)
downloadrsyslog-4c5c1e3b5297f7f4d3359ce7be355751b2823313.tar.gz
rsyslog-4c5c1e3b5297f7f4d3359ce7be355751b2823313.tar.bz2
rsyslog-4c5c1e3b5297f7f4d3359ce7be355751b2823313.zip
doc: maintain ChangeLog
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bdeda7de..13fcfeff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@ Version 8.1.2 [devel] 2013-11-??
* queue.workerThreadMinimumMessage set to queue.size / num workers
For queues with very low queue.maxSize (< 100), "emergency" defaults
will be used.
+- support for jemalloc added via --enable-jemalloc
+ 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.