summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-11-30 12:11:09 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-11-30 12:11:09 +0100
commitd1ccc0302653017782a59c3ff9e5f7e69811173e (patch)
tree0b2de603f6a8182c73fab29d1d0c63e24b29197b /ChangeLog
parent786a44a0243cc6a5b0d47fb15f8f20a1a3f5bf0e (diff)
parent1aac36dfd077073a76b80368f893810e1741a1ec (diff)
downloadrsyslog-d1ccc0302653017782a59c3ff9e5f7e69811173e.tar.gz
rsyslog-d1ccc0302653017782a59c3ff9e5f7e69811173e.tar.xz
rsyslog-d1ccc0302653017782a59c3ff9e5f7e69811173e.zip
Merge branch 'v5-devel'v6.1.1
Conflicts: ChangeLog configure.ac
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 10 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 068d7b67..44200ce2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
---------------------------------------------------------------------------
-Version 6.1.1 [DEVEL] (rgerhards), 2010-??-??
+Version 6.1.1 [DEVEL] (rgerhards), 2010-11-30
+- 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
- support for omhdfs officially added (import from 5.7.1)
- merged imuxsock improvements from 5.7.1 (see there)
- support for systemd officially added (import from 5.7.0)
@@ -8,10 +12,6 @@ Version 6.1.1 [DEVEL] (rgerhards), 2010-??-??
- bugfix: imfile utilizes 32 bit to track offset. Most importantly,
this problem can not experienced on Fedora 64 bit OS (which has
64 bit long's!)
-- 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
- a number of other bugfixes from older versions imported
---------------------------------------------------------------------------
Version 6.1.0 [DEVEL] (rgerhards), 2010-08-12
@@ -30,7 +30,11 @@ expected that interfaces, even new ones, break during the initial
syslog plain tcp input plugin (NOT supporting TLS!)
[ported from v4]
---------------------------------------------------------------------------
-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()