From 09d3320ac258a3d78e02b29fc3806043af4fbf65 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 2 Jul 2012 15:55:02 +0200 Subject: preparing for 6.3.12 --- ChangeLog | 4 +--- configure.ac | 2 +- doc/manual.html | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6ba46438..09664a88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,10 @@ --------------------------------------------------------------------------- -Version 6.3.13 [BETA] 2012-06-?? +Version 6.3.12 [BETA] 2012-07-02 - support for elasticsearch via omelasticsearch added Note that this module has been tested quite well by a number of folks, and this is why we merge in new functionality in a late beta stage. Even if problems would exist, only users of omelasticsearch would experience them, making it a pretty safe addition. ---------------------------------------------------------------------------- -Version 6.3.12 [BETA] 2012-06-18 - bugfix: $ActionName was not properly honored Thanks to Abby Edwards for alerting us --------------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 3c068d0d..8b5e3bd0 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],[6.3.11],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[6.3.12],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) diff --git a/doc/manual.html b/doc/manual.html index 1bc8f1f7..12667161 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -19,7 +19,7 @@ rsyslog support available directly from the source!

Please visit the rsyslog sponsor's page to honor the project sponsors or become one yourself! We are very grateful for any help towards the project goals.

-

This documentation is for version 6.3.11 (beta branch) of rsyslog. +

This documentation is for version 6.3.12 (beta branch) of rsyslog. Visit the rsyslog status page to obtain current version information and project status.

If you like rsyslog, you might -- cgit