summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Meckelein <mmeckelein@hq.adiscon.com>2007-08-22 10:52:33 +0000
committerMichael Meckelein <mmeckelein@hq.adiscon.com>2007-08-22 10:52:33 +0000
commit54b0b3ab14799966d2845a6524fa62e9cebe5c67 (patch)
tree5d1a86eefa8e991a2fc46823c882219a8ab84bb7
parentfb13c3a39850ba28bf28ae8aead9c80c180fc13f (diff)
downloadrsyslog-54b0b3ab14799966d2845a6524fa62e9cebe5c67.tar.gz
rsyslog-54b0b3ab14799966d2845a6524fa62e9cebe5c67.tar.xz
rsyslog-54b0b3ab14799966d2845a6524fa62e9cebe5c67.zip
prepared for next release
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bd08925e..2f28532e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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])