summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-29 11:54:19 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-29 11:54:19 +0200
commit21ced790cd01e18d94d2cf65c6325769c2bad285 (patch)
tree11b10578db99236a0758a18a0e99780d60a02b8f /ChangeLog
parent6f9773f1faa79c87c4c35c679455151d4e6d9e00 (diff)
parent030fd145a3d8759367b73cc66e03023ff131c951 (diff)
downloadrsyslog-21ced790cd01e18d94d2cf65c6325769c2bad285.tar.gz
rsyslog-21ced790cd01e18d94d2cf65c6325769c2bad285.tar.xz
rsyslog-21ced790cd01e18d94d2cf65c6325769c2bad285.zip
Merge branch 'v5-beta-strgen-bind' into v5-beta
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cbc91b87..d59871fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,16 @@
- bugfix: RFC5424 parser confused by empty structured data
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=237
---------------------------------------------------------------------------
+Version 5.7.10 [V5-BETA] (rgerhards), 2011-03-??
+- bugfix: error return from strgen caused abort, now causes action to be
+ ignored (just like a failed filter)
+- new sample plugin for a strgen to generate sql statement consumable
+ by a database plugin
+- bugfix: strgen could not be used together with database outputs
+ because the sql/stdsql option could not be specified. This has been
+ solved by permitting the strgen to include the opton inside its name.
+ closes: http://bugzilla.adiscon.com/show_bug.cgi?id=195
+---------------------------------------------------------------------------
Version 5.7.9 [V5-BETA] (rgerhards), 2011-03-16
- improved testbench
among others, life tests for ommysql (against a test database) have