diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-20 09:46:59 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-20 09:46:59 +0100 |
commit | 2e4e7e819fed64fa2897af01479a9083b081d0c2 (patch) | |
tree | fce38d26ba48be7ce7fcfdd929347b1606162af8 | |
parent | 2bf626dce2f1679240dff4073f67c7bb94f259ec (diff) | |
download | rsyslog-2e4e7e819fed64fa2897af01479a9083b081d0c2.tar.gz rsyslog-2e4e7e819fed64fa2897af01479a9083b081d0c2.tar.bz2 rsyslog-2e4e7e819fed64fa2897af01479a9083b081d0c2.zip |
doc: mention merged bugfix in ChangeLog
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |