summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-12 13:21:46 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-12 13:21:46 +0100
commit0fd8143d8719d08d9feb0a304bb352dd7c4bbab6 (patch)
treeb344fb400aabea95b2352ba13f51ae438a08d51a /ChangeLog
parent22bf4fc83274df41f9d490f522718f248e35c1f5 (diff)
parent0a5b731f2f18168795bcdefd9b6fa562dce6a0d5 (diff)
downloadrsyslog-0fd8143d8719d08d9feb0a304bb352dd7c4bbab6.tar.gz
rsyslog-0fd8143d8719d08d9feb0a304bb352dd7c4bbab6.tar.xz
rsyslog-0fd8143d8719d08d9feb0a304bb352dd7c4bbab6.zip
Merge branch 'v4-stable' into v4-beta
Conflicts: tests/Makefile.am
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e0fa31d..cb6fbf2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@ Version 4.5.7 [v4-beta] (rgerhards), 2009-11-??
be generated only after the process has started, but not right from
the beginning. This is assumed to be useful for hard-to-find bugs.
Also improved the doc on the debug system.
+- bugfix [imported from 4.4.3]: $ActionExecOnlyOnceEveryInterval did
+ not work.
---------------------------------------------------------------------------
Version 4.5.6 [v4-beta] (rgerhards), 2009-11-05
- bugfix: named pipes did no longer work (they always got an open error)
@@ -166,6 +168,10 @@ Version 4.5.0 [DEVEL] (rgerhards), 2009-07-02
an abort
---------------------------------------------------------------------------
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]
---------------------------------------------------------------------------