summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-02-10 15:26:27 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-02-10 15:26:27 +0100
commit76b3f2cd875dca755f4beee8dbf525c23d9730cf (patch)
tree9ddaa0bcbbd839ae05dbebbf2d2f68add651b606
parentb1a118172074019c0dae9d54db9fbc2ca4824592 (diff)
downloadrsyslog-4.5.8.tar.gz
rsyslog-4.5.8.tar.xz
rsyslog-4.5.8.zip
preparing for 4.5.8v4.5.8
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
-rw-r--r--doc/manual.html2
-rw-r--r--tests/Makefile.am4
4 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index bc5d5f53..e9f7214f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
---------------------------------------------------------------------------
-Version 4.5.8 [v4-beta] (rgerhards), 2010-01-??
+Version 4.5.8 [v4-beta] (rgerhards), 2010-02-10
- enhanced doc for using PostgreSQL
Thanks to Marc Schiffbauer for the new/updated doc
- bugfix: property replacer returned invalid parameters under some (unusual)
diff --git a/configure.ac b/configure.ac
index 9a637d4d..fea6c0dd 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],[4.5.7],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[4.5.8],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([ChangeLog])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/doc/manual.html b/doc/manual.html
index 289d490b..f258686e 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -19,7 +19,7 @@ rsyslog support</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 4.5.7 (v4-beta branch) of rsyslog.</b>
+<p><b>This documentation is for version 4.5.8 (v4-beta branch) of rsyslog.</b>
Visit the <i><a href="http://www.rsyslog.com/doc-status.html">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 2026aec1..7adebfac 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -89,6 +89,10 @@ EXTRA_DIST= 1.rstest 2.rstest 3.rstest err1.rstest \
testsuites/rfc5424-2.parse1 \
testsuites/rfc5424-3.parse1 \
testsuites/rfc5424-4.parse1 \
+ testsuites/parse3.conf \
+ testsuites/reallife.parse3 \
+ testsuites/parse_invld_regex.conf \
+ testsuites/samples.parse_invld_regex \
testsuites/omod-if-array.conf \
testsuites/1.omod-if-array \
testsuites/1.field1 \