diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-11 09:17:19 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-11 09:17:19 +0200 |
commit | 68d2f993036c0971f34619194706c09a3c36ff11 (patch) | |
tree | efd890a86fe83ad2b0a1dadda632d82afd18aa29 | |
parent | 1486175e6b0e1f33a59ec80585f7c33fb97b49c3 (diff) | |
download | rsyslog-68d2f993036c0971f34619194706c09a3c36ff11.tar.gz rsyslog-68d2f993036c0971f34619194706c09a3c36ff11.tar.bz2 rsyslog-68d2f993036c0971f34619194706c09a3c36ff11.zip |
prepared for 3.16.3 release
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/manual.html | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,8 @@ --------------------------------------------------------------------------- +Version 3.16.3 (rgerhards), 2008-07-11 +- updated information on rsyslog packages +- bugfix: memory leak in disk-based queue modes +--------------------------------------------------------------------------- Version 3.16.2 (rgerhards), 2008-06-25 - fixed potential segfault due to invalid call to cfsysline thanks to varmojfekoj for the patch diff --git a/configure.ac b/configure.ac index cac215ff..d2f28255 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.16.2],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.16.3],[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 21cfe396..245a6cce 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.16.2 (v3-stable branch) of rsyslog.</b> +<p><b>This documentation is for version 3.16.3 (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 |