From e5d5c9d93f9387dc663cd12c107559a8cbc17dd9 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 31 Mar 2008 14:32:56 +0000 Subject: preparing for 3.13.0-dev0 release --- ChangeLog | 4 +++- configure.ac | 2 +- doc/status.html | 9 ++++----- 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 @@ rsyslog status page

rsyslog status page

-

This page reflects the status as of 2008-03-28.

+

This page reflects the status as of 2008-03-31.

Current Releases

-

development: 3.12.5 - -change -log - -download

+

development: 3.13.0-dev9 - +change log - +download

If you updgrade from version 2, be sure to read the rsyslog v3 compatibility document.

-- cgit v1.2.3