diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-01 15:40:03 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-01 15:40:03 +0200 |
commit | ba35cbbfe3002e200e4561d93c234805d9a8d760 (patch) | |
tree | 2b8cbfc2cf931d419d0d3aa209e60674c222dc89 | |
parent | 3d464287bd6db2ddbef67a3f7bd59e0358a5e015 (diff) | |
download | rsyslog-ba35cbbfe3002e200e4561d93c234805d9a8d760.tar.gz rsyslog-ba35cbbfe3002e200e4561d93c234805d9a8d760.tar.xz rsyslog-ba35cbbfe3002e200e4561d93c234805d9a8d760.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.9 (rgerhards), 2008-07-?? +--------------------------------------------------------------------------- Version 3.19.8 (rgerhards), 2008-07-01 - bugfix: gtls module did not correctly handle EGAIN (and similar) recv() states. This has been fixed by introducing a new abstraction layer inside diff --git a/configure.ac b/configure.ac index e3b5a67b..5e141ab5 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.8],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.19.9],[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 d1b670aa..15607c58 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.8 (devel branch) of rsyslog.</b> +<p><b>This documentation is for version 3.19.9 (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 |