From b7ea09361c7618b1a1c8a7f0b9d0b7f2b1414884 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 13 Jan 2010 12:41:45 +0100 Subject: prepared for 5.3.6 --- ChangeLog | 6 +++--- configure.ac | 2 +- doc/manual.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 826e41e1..744d6320 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,5 @@ -- fixed a memory leak when sending messages in zip-compressed format - Thanks to Naoya Nakazawa for analyzing this issue and providing a patch. --------------------------------------------------------------------------- -Version 5.3.6 [BETA] (rgerhards), 2009-11-?? +Version 5.3.6 [BETA] (rgerhards), 2010-01-13 - bugfix: ompgsql did not properly check the server connection in tryResume(), which could lead to rsyslog running in a thight loop - bugfix: suspension during beginTransaction() was not properly handled @@ -19,6 +17,8 @@ Version 5.3.6 [BETA] (rgerhards), 2009-11-?? - bugfix: ompgsql had problems with transaction support, what actually rendered it unsuable. Thanks to forum user "horhe" for alerting me on this bug and helping to debug/fix it! +- bugfix: memory leak when sending messages in zip-compressed format + Thanks to Naoya Nakazawa for analyzing this issue and providing a patch. - worked around an issue where omfile failed to compile on 32 bit platforms under some circumstances (this smells like a gcc problem, but a simple solution was available). Thanks to Kenneth Marshall for some advice. diff --git a/configure.ac b/configure.ac index 85f2c75a..5186eb26 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.3.5],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[5.3.6],[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 e65628a7..e2b171d8 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 5.3.5 (beta branch) of rsyslog. +

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

If you like rsyslog, you might -- cgit