diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-27 15:26:41 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-27 15:26:41 +0200 |
commit | eabc99953046b65cc8cd3e52a5ae3650dbf4af4c (patch) | |
tree | 01cb65ef3a3f5ec8fc01831eeb46e3a596747c0a | |
parent | 0e03445b1f1788e632d5ae91b55bd4e73dbea48c (diff) | |
download | rsyslog-eabc99953046b65cc8cd3e52a5ae3650dbf4af4c.tar.gz rsyslog-eabc99953046b65cc8cd3e52a5ae3650dbf4af4c.tar.xz rsyslog-eabc99953046b65cc8cd3e52a5ae3650dbf4af4c.zip |
bumped version number
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/manual.html | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,6 @@ --------------------------------------------------------------------------- +Version 3.19.5 (rgerhards), 2008-05-?? +--------------------------------------------------------------------------- Version 3.19.4 (rgerhards), 2008-05-27 - implemented x509/certvalid gtls auth mode - implemented x509/name gtls auth mode (including wildcards) diff --git a/configure.ac b/configure.ac index 24d87646..b6064693 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.4],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.19.5],[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 d8f4573f..433dbd85 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.4 (devel branch) of rsyslog.</b> +<p><b>This documentation is for version 3.19.5 (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 |