From 1aac36dfd077073a76b80368f893810e1741a1ec Mon Sep 17 00:00:00 2001
From: Rainer Gerhards
Date: Tue, 30 Nov 2010 11:23:12 +0100
Subject: bumped version to 5.7.2
---
ChangeLog | 6 +++++-
configure.ac | 2 +-
doc/manual.html | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 55f375e3..e18c152e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
---------------------------------------------------------------------------
-Version 5.7.2 [V5-DEVEL] (rgerhards), 2010-10-05
+Version 5.7.2 [V5-DEVEL] (rgerhards), 2010-11-26
+- bugfix(important): problem in TLS handling could cause rsyslog to loop
+ in a tight loop, effectively disabling functionality and bearing the
+ risk of unresponsiveness of the whole system.
+ Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=194
- bugfix: imfile state file was not written when relative file name
for it was specified
- bugfix: compile failed on systems without epoll_create1()
diff --git a/configure.ac b/configure.ac
index c2c7e8be..c1b41115 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.7.1],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[5.7.2],[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 6affe746..7fdf3f14 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.7.1 (beta branch) of rsyslog.
+
This documentation is for version 5.7.2 (beta branch) of rsyslog.
Visit the rsyslog status page
to obtain current version information and project status.
If you like rsyslog, you might
--
cgit v1.2.3