summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-31 14:32:56 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-31 14:32:56 +0000
commite5d5c9d93f9387dc663cd12c107559a8cbc17dd9 (patch)
treee977e525d113037c291d94b23fc1e08749bae513
parent03c0e5549ac2daefbdf2002e8406b29af8390d02 (diff)
downloadrsyslog-e5d5c9d93f9387dc663cd12c107559a8cbc17dd9.tar.gz
rsyslog-e5d5c9d93f9387dc663cd12c107559a8cbc17dd9.tar.xz
rsyslog-e5d5c9d93f9387dc663cd12c107559a8cbc17dd9.zip
preparing for 3.13.0-dev0 release
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
-rw-r--r--doc/status.html9
3 files changed, 8 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 34c2dfac..8f3499c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
---------------------------------------------------------------------------
-Version 3.12.6 (rgerhards), 2008-03-31
+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,
as the modules were otherwise correctly deinitialized and dlopen()
@@ -13,6 +13,8 @@ Version 3.12.6 (rgerhards), 2008-03-31
- added a --enable/disable-rsyslogd configure option so that
source-based packaging systems can build plugins without the need
to compile rsyslogd
+- some cleanup
+- test of potential new version number scheme
---------------------------------------------------------------------------
Version 3.12.5 (rgerhards), 2008-03-28
- changed default for "last message repeated n times", which is now
diff --git a/configure.ac b/configure.ac
index 8fe70cba..04ec3db5 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.12.6],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[3.13.0-dev0],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([syslogd.c])
AC_CONFIG_HEADERS([config.h])
diff --git a/doc/status.html b/doc/status.html
index 4966471a..159fc04b 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -2,13 +2,12 @@
<html><head><title>rsyslog status page</title></head>
<body>
<h2>rsyslog status page</h2>
-<p>This page reflects the status as of 2008-03-28.</p>
+<p>This page reflects the status as of 2008-03-31.</p>
<h2>Current Releases</h2>
-<p><b>development:</b> 3.12.5 -
-<a href="http://www.rsyslog.com/Article199.phtml">change
-log</a> -
-<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-91.phtml">download</a></p>
+<p><b>development:</b> 3.13.0-dev9 -
+<a href="http://www.rsyslog.com/Article201.phtml">change log</a> -
+<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-92.phtml">download</a></p>
<p><a href="v3compatibility.html">If you updgrade from version 2, be sure to read the rsyslog v3
compatibility document.</a></p>