summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-04 15:30:53 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-04 15:30:53 +0000
commitc7173e592773e73ebf3e005402ffdb347b555d5f (patch)
tree28815bed9e0156a40f07318c6be5f75717934264
parenteb5339d4ab214e1b01a81d9f26e595148f60d939 (diff)
downloadrsyslog-c7173e592773e73ebf3e005402ffdb347b555d5f.tar.gz
rsyslog-c7173e592773e73ebf3e005402ffdb347b555d5f.tar.xz
rsyslog-c7173e592773e73ebf3e005402ffdb347b555d5f.zip
preparing for 3.14.1 releasev3-14-1
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ac32eabe..09fca562 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
---------------------------------------------------------------------------
-Version 3.14.0 (rgerhards), 2008-04-04
+Version 3.14.1 (rgerhards), 2008-04-04
- bugfix: some messages were emited without hostname
- bugfix: rsyslogd was no longer build by default; man pages are
only installed if corresponding option is selected. Thanks to
@@ -19,6 +19,11 @@ Version 3.14.0 (rgerhards), 2008-04-04
max are used by default. If you need large tags in the output, you need
to provide custom templates.
---------------------------------------------------------------------------
+Version 3.14.0 (rgerhards), 2008-04-02
+An interim version was accidently released to the web. It was named 3.14.0.
+To avoid confusion, we have not assigned this version number to any
+official release. If you happen to use 3.14.0, please update to 3.14.1.
+---------------------------------------------------------------------------
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 7012018d..ae388a9a 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.14.0],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[3.14.1],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADERS([config.h])