summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-09-25 09:58:53 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-09-25 09:58:53 +0000
commit22ca8b6abaa0377cf078f6c0710446cd06c6f641 (patch)
treef787b42b693a4dc1b4fee69b0e8f4419fed3bf1c
parente4b787fac8e07b3fa8918033e8b1928f3bd02742 (diff)
downloadrsyslog-22ca8b6abaa0377cf078f6c0710446cd06c6f641.tar.gz
rsyslog-22ca8b6abaa0377cf078f6c0710446cd06c6f641.tar.xz
rsyslog-22ca8b6abaa0377cf078f6c0710446cd06c6f641.zip
bumping version number
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 709417a9..95c4e8b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
---------------------------------------------------------------------------
+Version 1.19.8 (rgerhards), 2007-09-??
+---------------------------------------------------------------------------
Version 1.19.7 (rgerhards), 2007-09-25
- added code to handle situations where senders send us messages ending with
a NUL character. It is now simply removed. This also caused trailing LF
diff --git a/configure.ac b/configure.ac
index ff32d57d..bc2ab7cf 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.7],[rsyslog@lists.adiscon.com.])
-AM_INIT_AUTOMAKE(rsyslog, 1.19.7)
+AC_INIT([rsyslog],[1.19.8],[rsyslog@lists.adiscon.com.])
+AM_INIT_AUTOMAKE(rsyslog, 1.19.8)
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADER([config.h])