diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-08-21 10:54:15 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-08-21 10:54:15 +0200 |
commit | fc5c09a7224c2550249aefb19f021a7fabf2c010 (patch) | |
tree | 83f0ec8a37428a7cd2e25cc38ad839bee83f9bba | |
parent | 596383988792635f128cb645c9b7c8aae50453e6 (diff) | |
download | rsyslog-fc5c09a7224c2550249aefb19f021a7fabf2c010.tar.gz rsyslog-fc5c09a7224c2550249aefb19f021a7fabf2c010.tar.xz rsyslog-fc5c09a7224c2550249aefb19f021a7fabf2c010.zip |
preparing for 4.5.2v4.5.2
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/manual.html | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ --------------------------------------------------------------------------- -Version 4.5.2 [DEVEL] (rgerhards), 2009-07-?? +Version 4.5.2 [v4-beta] (rgerhards), 2009-08-21 - legacy syslog parser changed so that it now accepts date stamps in wrong case. Some devices seem to create them and I do not see any harm in supporting that. diff --git a/configure.ac b/configure.ac index 8709c25a..ab0c3a33 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.1],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[4.5.2],[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 0fb91e1d..e1f7480e 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.1 (beta branch) of rsyslog.</b> +<p><b>This documentation is for version 4.5.2 (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 |