summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-10 12:53:04 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-10 12:53:04 +0100
commit384de6a4429436c981ad2dc87f4341dae767a89c (patch)
treea2a7be6836208acb3fc8fbd87b95870cdf21d549 /ChangeLog
parent2759e1dd846cb4e3bef78a849005afc8d0fa7438 (diff)
parent2b5e15d549940c7ace9017eaf40d523e3741c9a2 (diff)
downloadrsyslog-384de6a4429436c981ad2dc87f4341dae767a89c.tar.gz
rsyslog-384de6a4429436c981ad2dc87f4341dae767a89c.tar.xz
rsyslog-384de6a4429436c981ad2dc87f4341dae767a89c.zip
Merge branch 'v4-beta'
Conflicts: ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c1970320..dd5ce2e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@ Version 5.3.5 [DEVEL] (rgerhards), 2009-11-??
this was a regression from the omfile rewrite in 4.5.0
* bugfix(testbench): sequence check was not always performed correctly,
that could result in tests reporting success when they actually failed
+- [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
+ from the beginning. This is assumed to be useful for hard-to-find bugs.
+ Also improved the doc on the debug system.
---------------------------------------------------------------------------
Version 5.3.4 [DEVEL] (rgerhards), 2009-11-04
- added the ability to create custom message parsers
@@ -244,7 +248,13 @@ Version 4.7.0 [v4-devel] (rgerhards), 2009-09-??
See ticket for details: http://bugzilla.adiscon.com/show_bug.cgi?id=150
- imported changes from 4.5.6 and below
---------------------------------------------------------------------------
-Version 4.5.6 [v4-beta] (rgerhards), 2009-09-??
+Version 4.5.7 [v4-beta] (rgerhards), 2009-11-??
+- added a so-called "On Demand Debug" mode, in which debug output can
+ 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.
+---------------------------------------------------------------------------
+Version 4.5.6 [v4-beta] (rgerhards), 2009-11-05
- bugfix: named pipes did no longer work (they always got an open error)
this was a regression from the omfile rewrite in 4.5.0
- bugfix(minor): diag function returned wrong queue memeber count