diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-09-01 16:42:41 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-09-01 16:42:41 +0200 |
commit | 183001fac5bc6622a7bdf8cb98325131b798d4aa (patch) | |
tree | 11d8fd070b9f9e3ed8033e603844c9a541f491b7 | |
parent | 8cba42c16a0d1d9ff9357379645e7c96ff9cef13 (diff) | |
download | rsyslog-183001fac5bc6622a7bdf8cb98325131b798d4aa.tar.gz rsyslog-183001fac5bc6622a7bdf8cb98325131b798d4aa.tar.bz2 rsyslog-183001fac5bc6622a7bdf8cb98325131b798d4aa.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,3 +1,5 @@ +--------------------------------------------------------------------------- +Version 3.18.4 (rgerhards), 2008-09-?? - bugfix: order-of magnitude issue with base-10 size definitions in config file parser. Could lead to invalid sizes, constraints etc for e.g. queue files and any other object whose size was specified diff --git a/configure.ac b/configure.ac index 314dc10f..ecc2a1a8 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.18.3],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.18.4],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) diff --git a/doc/manual.html b/doc/manual.html index f56b6db6..dd0b032e 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.18.3 (v3-stable branch) of rsyslog.</b> +<p><b>This documentation is for version 3.18.4 (v3-stable 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 |