From f0e7a92dc736e980a9e4d161f329b1e97e1811c6 Mon Sep 17 00:00:00 2001
From: Rainer Gerhards
Date: Thu, 28 Nov 2013 12:02:57 +0100
Subject: preparing for 8.1.2 release
---
ChangeLog | 7 +++++--
configure.ac | 2 +-
doc/manual.html | 2 +-
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1bee9804..e910701c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
---------------------------------------------------------------------------
-Version 8.1.2 [devel] 2013-11-??
+Version 8.1.2 [devel] 2013-11-28
+- support for liblognorm1 added - results in performance improvements
+ Thanks to Pavel Levshin for his work in this regard.
+- support for jemalloc added via --enable-jemalloc
+ Thanks to Pavel Levshin for suggesting jemalloc
- queue defaults have changed
* high water mark is now dynamically 90% of queue size
* low water makr is now dynamically 70% of queue size
@@ -7,7 +11,6 @@ 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
diff --git a/configure.ac b/configure.ac
index c1abde98..d086c6fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([rsyslog],[8.1.1],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[8.1.2],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff --git a/doc/manual.html b/doc/manual.html
index e6bde2aa..017ece24 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -19,7 +19,7 @@ professional services available directly from the source!
Please visit the rsyslog sponsor's page
to honor the project sponsors or become one yourself! We are very grateful for any help towards the
project goals.
-This documentation is for version 8.1.1 (devel branch) of rsyslog.
+
This documentation is for version 8.1.2 (devel branch) of rsyslog.
Visit the rsyslog status page
to obtain current version information and project status.
If you like rsyslog, you might
--
cgit v1.2.3