diff options
author | Michael Meckelein <mmeckelein@hq.adiscon.com> | 2007-08-22 10:52:33 +0000 |
---|---|---|
committer | Michael Meckelein <mmeckelein@hq.adiscon.com> | 2007-08-22 10:52:33 +0000 |
commit | 54b0b3ab14799966d2845a6524fa62e9cebe5c67 (patch) | |
tree | 5d1a86eefa8e991a2fc46823c882219a8ab84bb7 | |
parent | fb13c3a39850ba28bf28ae8aead9c80c180fc13f (diff) | |
download | rsyslog-54b0b3ab14799966d2845a6524fa62e9cebe5c67.tar.gz rsyslog-54b0b3ab14799966d2845a6524fa62e9cebe5c67.tar.xz rsyslog-54b0b3ab14799966d2845a6524fa62e9cebe5c67.zip |
prepared for next release
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,7 @@ --------------------------------------------------------------------------- +Version 1.19.2 (rgerhards), 2007-? +- ... +--------------------------------------------------------------------------- Version 1.19.1 (rgerhards), 2007-08-22 - a bug that caused a high load when a TCP/UDP connection was closed is fixed now - Thanks mildew for solving this issue diff --git a/configure.ac b/configure.ac index cdcd28d3..d9103d16 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([rsyslog],[1.19.1],[rsyslog@lists.adiscon.com.]) -AM_INIT_AUTOMAKE(rsyslog, 1.19.1) +AC_INIT([rsyslog],[1.19.2],[rsyslog@lists.adiscon.com.]) +AM_INIT_AUTOMAKE(rsyslog, 1.19.2) AC_CONFIG_SRCDIR([syslogd.c]) AC_CONFIG_HEADER([config.h]) |