summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-02 13:15:22 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-02 13:15:22 +0000
commitcefaff37c6385bdc0b60ea69808c6d942db44c51 (patch)
treed796ea3526bb0f0249a6c1c37654355408bd600d
parent96e2f60ec61e1614709dd09a73a94701aca55161 (diff)
downloadrsyslog-cefaff37c6385bdc0b60ea69808c6d942db44c51.tar.gz
rsyslog-cefaff37c6385bdc0b60ea69808c6d942db44c51.tar.xz
rsyslog-cefaff37c6385bdc0b60ea69808c6d942db44c51.zip
preparing for 2.0.0v2-0-0
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e36aabb0..b4603389 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
---------------------------------------------------------------------------
+Version 2.0.0 STABLE (rgerhards), 2008-01-02
+- re-release of 1.21.2 as STABLE with no modifications except some
+ doc updates
+---------------------------------------------------------------------------
Version 1.21.2 (rgerhards), 2007-12-28
- created a gss-api output module. This keeps GSS-API code and
TCP/UDP code separated. It is also important for forward-
diff --git a/configure.ac b/configure.ac
index 03e285a3..4659f495 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],[1.21.2],[rsyslog@lists.adiscon.com.])
+AC_INIT([rsyslog],[2.0.0],[rsyslog@lists.adiscon.com.])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADERS([config.h])