From 0df879fada6faed213ec32950ff17fe76396e438 Mon Sep 17 00:00:00 2001
From: Rainer Gerhards
Date: Mon, 25 Nov 2013 09:35:18 +0100
Subject: bumping version number
---
ChangeLog | 12 ++++++------
configure.ac | 2 +-
doc/manual.html | 2 +-
tests/Makefile.am | 2 +-
4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 7e0d0052..65bad2fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
---------------------------------------------------------------------------
-Version 7.5.7 [v7-devel] 2013-11-??
+Version 7.5.7 [v7-devel] 2013-11-25
- 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,6 +7,11 @@ Version 7.5.7 [v7-devel] 2013-11-??
* queue.workerThreadMinimumMessage set to queue.size / num workers
For queues with very low queue.maxSize (< 100), "emergency" defaults
will be used.
+- worker thread pool handling has been improved
+ Among others, permits pool to actually shrink (was quite hard with
+ previous implementation. This will also improve performance and/or
+ lower system overhead on busy systems.
+ Thanks to Pavel Levshin for the enhancement.
- bugfix: mmpstrucdata generated inaccessible properties
- bugfix: RainerScript optimizer did not optimize PRI filters
things like "if $syslogfacility-text == "local3"" were not converted
@@ -27,11 +32,6 @@ Version 7.5.7 [v7-devel] 2013-11-??
is very unlikely to happen and the fix itself has some regression
potential (the fix looks very solid, but it addresses a core component).
Thanks to Pavel Levshin for the fix
-- worker thread pool handling has been improved
- Among others, permits pool to actually shrink (was quite hard with
- previous implementation. This will also improve performance and/or
- lower system overhead on busy systems.
- Thanks to Pavel Levshin for the enhancement.
- now emit warning message if om with msg passing mode uses action queue
These can modify the message, and this causes races.
- bugfix: $SystemLogUseSysTimeStamp/$SystemLogUsePIDFromSystem did not work
diff --git a/configure.ac b/configure.ac
index 3abd559e..7dad8aa8 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],[7.5.6],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[7.5.7],[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 3e3625d9..7e24ea7d 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 7.5.6 (devel branch) of rsyslog.
+
This documentation is for version 7.5.7 (devel branch) of rsyslog.
Visit the rsyslog status page
to obtain current version information and project status.
If you like rsyslog, you might
diff --git a/tests/Makefile.am b/tests/Makefile.am
index fe1c8204..4dff5648 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -305,7 +305,7 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
rfc5424parser.sh \
testsuites/rfc5424parser.conf \
rs_optimizer_pri.sh \
- testsuites/rs_optimizer_pr.conf \
+ testsuites/rs_optimizer_pri.conf \
rscript_prifilt.sh \
testsuites/rscript_prifilt.conf \
rscript_optimizer1.sh \
--
cgit v1.2.3