summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-04-19 17:55:19 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-04-19 17:55:19 +0200
commit8eca897124f1d3116fd00291bbbc80aee9f7ae5a (patch)
treeb51aaac08855876c1a74fcb6a6b1c8d1a3cd420c
parent72dbce1a9454a1efcbb1e729d81c1e94681ede4f (diff)
downloadrsyslog-8eca897124f1d3116fd00291bbbc80aee9f7ae5a.tar.gz
rsyslog-8eca897124f1d3116fd00291bbbc80aee9f7ae5a.tar.xz
rsyslog-8eca897124f1d3116fd00291bbbc80aee9f7ae5a.zip
doc: add last bugfix to changelog
and bump up version
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 95e22671..602b13dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+- bugfix: imptcp input name could not be set
+ config directive was accepted, but had no effect
- added configuration directive to disable octet-counted framing
for imtcp, directive is $InputTCPServerSupportOctetCountedFraming
for imptcp, directive is $InputPTCPServerSupportOctetCountedFraming
diff --git a/configure.ac b/configure.ac
index b626da66..6ad79bcc 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],[5.8.9-newstats12],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[5.8.9-newstats13],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])