From 2227515764469d475d42d05ca7384cb227a8dce5 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 27 Jan 2012 11:42:17 +0100 Subject: preparing for 5.9.6 --- ChangeLog | 10 +++------- configure.ac | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 87a7cac8..be4f97c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ --------------------------------------------------------------------------- -Version 5.9.6 [V5-DEVEL], 2012-??-?? +Version 5.9.5 [V5-DEVEL], 2012-01-27 +- improved impstats subsystem, added many new counters +- enhanced module loader to not rely on PATH_MAX - refactored imklog linux driver, now combined with BSD driver The Linux driver no longer supports outdated kernel symbol resolution, which was disabled by default for very long. Also overall cleanup, @@ -13,12 +15,6 @@ Version 5.9.6 [V5-DEVEL], 2012-??-?? many unnamed others who already had complained at the time Chris made the suggestion ;-) --------------------------------------------------------------------------- -Version 5.9.5 [V5-DEVEL], 2011-11-29 -- new stats counters for imudp and imtcp -- new stats counters "discarded.nf" and "discarded.full" for queue object. - Tells how many messages have been discarded due to queue full condition. -- enhanced module loader to not rely on PATH_MAX ---------------------------------------------------------------------------- Version 5.9.4 [V5-DEVEL], 2011-11-29 - imuxsock: added capability to "annotate" messages with "trusted information", which contains some properties obtained from the system diff --git a/configure.ac b/configure.ac index 32029409..ccb2c47a 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],[5.9.4],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[5.9.5],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -- cgit