diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-06 11:37:55 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-06 11:37:55 +0200 |
commit | 43c2f2b1ad5c3e4264f719dcff61893c38bc06f3 (patch) | |
tree | cc9d914c32ccf53ba6da122b3555f6d7f69527eb | |
parent | 9c7207bb7b889a47065b5bc15b32d1af214fdb59 (diff) | |
download | rsyslog-43c2f2b1ad5c3e4264f719dcff61893c38bc06f3.tar.gz rsyslog-43c2f2b1ad5c3e4264f719dcff61893c38bc06f3.tar.xz rsyslog-43c2f2b1ad5c3e4264f719dcff61893c38bc06f3.zip |
bumping version number
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/manual.html | 2 | ||||
-rw-r--r-- | doc/status.html | 8 |
4 files changed, 8 insertions, 6 deletions
@@ -1,4 +1,6 @@ --------------------------------------------------------------------------- +Version 3.19.7 (rgerhards), 2008-06-?? +--------------------------------------------------------------------------- Version 3.19.6 (rgerhards), 2008-06-06 - enhanced property replacer to support multiple regex matches - bugfix: part of permittedPeer structure was not correctly initialized diff --git a/configure.ac b/configure.ac index 3896ae19..d0f2c8ea 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],[3.19.6],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.19.7],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([ChangeLog]) AC_CONFIG_HEADERS([config.h]) diff --git a/doc/manual.html b/doc/manual.html index 3d5462c8..e8eb4459 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -16,7 +16,7 @@ relay chains while at the same time being very easy to setup for the novice user. And as we know what enterprise users really need, there is also <a href="professional_support.html">professional rsyslog support</a> available directly from the source!</p> -<p><b>This documentation is for version 3.19.6 (devel branch) of rsyslog.</b> +<p><b>This documentation is for version 3.19.7 (devel 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/doc/status.html b/doc/status.html index 296790d6..87067e31 100644 --- a/doc/status.html +++ b/doc/status.html @@ -2,12 +2,12 @@ <html><head><title>rsyslog status page</title></head> <body> <h2>rsyslog status page</h2> -<p>This page reflects the status as of 2008-05-30.</p> +<p>This page reflects the status as of 2008-06-06.</p> <h2>Current Releases</h2> -<p><b>development:</b> 3.19.5 [2008-05-30] - -<a href="http://www.rsyslog.com/Article236.phtml">change log</a> - -<a href="http://www.rsyslog.com/Downloads-req-viewdownloaddetails-lid-110.phtml">download</a> +<p><b>development:</b> 3.19.6 [2008-06-06] - +<a href="http://www.rsyslog.com/Article238.phtml">change log</a> - +<a href="http://www.rsyslog.com/Downloads-req-viewdownloaddetails-lid-111.phtml">download</a> <br><b>beta:</b> 3.17.3 [2008-05-28] - <a href="http://www.rsyslog.com/Article233.phtml">change log</a> - |