summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-31 16:32:56 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-31 16:32:56 +0000
commit221784cd3d9290ac798c7974827eb153c10cfcb9 (patch)
treecef8874f3312871123167556b0bc7a067d6b09f8
parent89ac6a8f4a5261278f55f10d3fb65613af5d6efb (diff)
downloadrsyslog-221784cd3d9290ac798c7974827eb153c10cfcb9.tar.gz
rsyslog-221784cd3d9290ac798c7974827eb153c10cfcb9.tar.xz
rsyslog-221784cd3d9290ac798c7974827eb153c10cfcb9.zip
bumping version number
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f3499c9..15de452f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
---------------------------------------------------------------------------
+Version 3.17.0 (rgerhards), 2008-04-??
+- FEATURE FOCUS for 3.17 is TLS over plain TCP syslog
+---------------------------------------------------------------------------
Version 3.13.0-dev0 (rgerhards), 2008-03-31
- bugfix: accidently set debug option in 3.12.5 reset to production
This option prevented dlclose() to be called. It had no real bad effects,
diff --git a/configure.ac b/configure.ac
index 04ec3db5..7ea97864 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],[3.13.0-dev0],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[3.17.0],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADERS([config.h])