diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-12 13:14:39 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-12 13:14:39 +0100 |
commit | 0a5b731f2f18168795bcdefd9b6fa562dce6a0d5 (patch) | |
tree | c40937a25c2887cd267f8dcc43a00dece5d3258a /ChangeLog | |
parent | 9407f2a3e08940d0dd0367c5904654f5a56117af (diff) | |
download | rsyslog-0a5b731f2f18168795bcdefd9b6fa562dce6a0d5.tar.gz rsyslog-0a5b731f2f18168795bcdefd9b6fa562dce6a0d5.tar.xz rsyslog-0a5b731f2f18168795bcdefd9b6fa562dce6a0d5.zip |
bugfix: $ActionExecOnlyOnceEveryInterval did not work.
This was a regression from the time() optimizations done in v4.
Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=143
Thanks to Klaus Tachtler for reporting this bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ --------------------------------------------------------------------------- Version 4.4.3 [v4-stable] (rgerhards), 2009-10-?? +- bugfix: $ActionExecOnlyOnceEveryInterval did not work. + This was a regression from the time() optimizations done in v4. + Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=143 + Thanks to Klaus Tachtler for reporting this bug. - bugfix: potential hang condition on queue shutdown [imported from v3-stable] --------------------------------------------------------------------------- |