summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-12 13:36:29 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-12 13:36:29 +0100
commitadab485b93a6bc87a90337f9f46dac1a9dfd62b1 (patch)
tree7ff7c12a27f26a6d1e89330c2d31c783a5f8b6fc /ChangeLog
parent2dafb35077f013a22f0ce9d59306d8f59d709a51 (diff)
parent329b20451f0ed767dbf08903cab9a380ff1f4302 (diff)
downloadrsyslog-adab485b93a6bc87a90337f9f46dac1a9dfd62b1.tar.gz
rsyslog-adab485b93a6bc87a90337f9f46dac1a9dfd62b1.tar.xz
rsyslog-adab485b93a6bc87a90337f9f46dac1a9dfd62b1.zip
Merge branch 'v4-devel'
Conflicts: tests/Makefile.am
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10945e2c..722faf05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,8 @@ Version 5.3.5 [DEVEL] (rgerhards), 2009-11-??
that could result in tests reporting success when they actually failed
- improved testbench: added tests for UDP forwarding and omudpspoof
- doc bugfix: omudpspoof had wrong config command names ("om" missing)
+- bugfix [imported from 4.4.3]: $ActionExecOnlyOnceEveryInterval did
+ not work.
- [inport v4] improved testbench, contains now tcp and gzip test cases
- [import v4] added a so-called "On Demand Debug" mode, in which debug
output can be generated only after the process has started, but not right
@@ -264,6 +266,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)
@@ -426,6 +430,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]
---------------------------------------------------------------------------