summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-09-14 08:50:41 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-09-14 08:50:41 +0000
commitd3a88c693c9d4ce0f5d0964d6aac169fd14afb67 (patch)
tree76443038572bf79f4cb583a403d73880393c7165 /configure.ac
parent08955213b79f8c4137539f0f6b7af002f0a00102 (diff)
downloadrsyslog-d3a88c693c9d4ce0f5d0964d6aac169fd14afb67.tar.gz
rsyslog-d3a88c693c9d4ce0f5d0964d6aac169fd14afb67.tar.xz
rsyslog-d3a88c693c9d4ce0f5d0964d6aac169fd14afb67.zip
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 reduction to fail, when it was followed by such a NUL. This is now also handled.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0e295b17..aae19485 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.6],[rsyslog@lists.adiscon.com.])
-AM_INIT_AUTOMAKE(rsyslog, 1.19.6)
+AC_INIT([rsyslog],[1.19.7],[rsyslog@lists.adiscon.com.])
+AM_INIT_AUTOMAKE(rsyslog, 1.19.7)
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADER([config.h])