diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-02 10:25:07 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-05-02 10:25:07 +0200 |
commit | 273224d7c58345048032498c00d00e4b69d8dc34 (patch) | |
tree | ce87ea6b55391fa68817b92775c4c171dbbd3c55 /configure.ac | |
parent | 824ef91438af118ffa6972f45f19844b1ed2ec43 (diff) | |
download | rsyslog-273224d7c58345048032498c00d00e4b69d8dc34.tar.gz rsyslog-273224d7c58345048032498c00d00e4b69d8dc34.tar.xz rsyslog-273224d7c58345048032498c00d00e4b69d8dc34.zip |
fixed a bug in imklog which lead to startup problems
... (including segfault) on some platforms under some circumsances.
Thanks to Vieri for reporting this bug and helping to troubleshoot it.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a1595bd2..8f107207 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.0],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[3.16.1],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADERS([config.h]) |