diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-21 15:48:56 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-21 15:48:56 +0200 |
commit | f4b774738815dc01fc69628ed3f597f8ede3626f (patch) | |
tree | be5cbe83bc415938b556215428aaf368621ef648 | |
parent | 01e15eda3353c604f9d1f569a8ec3acf60187aa0 (diff) | |
download | rsyslog-f4b774738815dc01fc69628ed3f597f8ede3626f.tar.gz rsyslog-f4b774738815dc01fc69628ed3f597f8ede3626f.tar.bz2 rsyslog-f4b774738815dc01fc69628ed3f597f8ede3626f.zip |
preparing for 3.18.1v3.18.1
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/manual.html | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -1,5 +1,5 @@ --------------------------------------------------------------------------- -Version 3.18.1 (rgerhards), 2008-07-?? +Version 3.18.1 (rgerhards), 2008-07-21 - bugfix: potential segfault in creating message mutex in non-direct queue mode. rsyslogd segfaults on freeeBSD 7.0 (an potentially other platforms) if an action queue is running in any other mode than non-direct. The @@ -39,6 +39,7 @@ Version 3.18.1 (rgerhards), 2008-07-?? secpath-drop were not documented - doc bugfix: fixed some typos in rsyslog.conf man page - fixed typo in source comment - thanks to Rio Fujita +- some general cleanup (thanks to Michael Biebl) --------------------------------------------------------------------------- Version 3.18.0 (rgerhards), 2008-07-11 - begun a new v3-stable based on former 3.17.4 beta plus patches to diff --git a/configure.ac b/configure.ac index 85d0b260..1589ad62 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.0],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.18.1],[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 5b2a039f..eb5fe52d 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.0 (v3-stable branch) of rsyslog.</b> +<p><b>This documentation is for version 3.18.1 (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 |