summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-03-20 09:46:59 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-03-20 09:46:59 +0100
commit2e4e7e819fed64fa2897af01479a9083b081d0c2 (patch)
treefce38d26ba48be7ce7fcfdd929347b1606162af8
parent2bf626dce2f1679240dff4073f67c7bb94f259ec (diff)
downloadrsyslog-2e4e7e819fed64fa2897af01479a9083b081d0c2.tar.gz
rsyslog-2e4e7e819fed64fa2897af01479a9083b081d0c2.tar.bz2
rsyslog-2e4e7e819fed64fa2897af01479a9083b081d0c2.zip
doc: mention merged bugfix in ChangeLog
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0e943c2..8286b0a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@ Version 7.2.7 [v7-stable] 2013-03-??
- improved debugging support in forked (auto-backgrounding) mode
The rsyslog debug log file is now continued to be written across the
fork.
+- bugfix: using group resolution could lead to endless loop
+ Thanks to Tomas Heinrich for the patch.
+ closes: http://bugzilla.adiscon.com/show_bug.cgi?id=310
- bugfix: RainerScript getenv() function caused segfault when var was
not found.
Thanks to Philippe Muller for the patch.