summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-25 09:35:18 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-25 09:35:18 +0100
commit0df879fada6faed213ec32950ff17fe76396e438 (patch)
treeb9b92e199f4b9c216e9b3ba1925c73537b56545c
parent78a919444daec19b4f2713a78453f308b94adb15 (diff)
downloadrsyslog-0df879fada6faed213ec32950ff17fe76396e438.tar.gz
rsyslog-0df879fada6faed213ec32950ff17fe76396e438.tar.bz2
rsyslog-0df879fada6faed213ec32950ff17fe76396e438.zip
bumping version number
-rw-r--r--ChangeLog12
-rw-r--r--configure.ac2
-rw-r--r--doc/manual.html2
-rw-r--r--tests/Makefile.am2
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</a> available directly from the source!</p>
<p><b>Please visit the <a href="http://www.rsyslog.com/sponsors">rsyslog sponsor's page</a>
to honor the project sponsors or become one yourself!</b> We are very grateful for any help towards the
project goals.</p>
-<p><b>This documentation is for version 7.5.6 (devel branch) of rsyslog.</b>
+<p><b>This documentation is for version 7.5.7 (devel branch) of rsyslog.</b>
Visit the <i><a href="http://www.rsyslog.com/status">rsyslog status page</a></i></b>
to obtain current version information and project status.
</p><p><b>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 \