summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-17 14:20:25 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-17 14:20:25 +0200
commitb408585416626f2dfb8735fc5d3155b914f58d45 (patch)
tree82dd9e140c9932023691abff710ae0fd6ffaf08a
parent63d39827216a68fb3fa4e0532ec840066a02cb25 (diff)
downloadrsyslog-b408585416626f2dfb8735fc5d3155b914f58d45.tar.gz
rsyslog-b408585416626f2dfb8735fc5d3155b914f58d45.tar.xz
rsyslog-b408585416626f2dfb8735fc5d3155b914f58d45.zip
highlighted bugfix imported from v2-stable
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dec9c0d6..e002058b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@ Version 3.22.0 [v3-stable] (rgerhards), 2009-04-??
- bugfix: the default for $DirCreateMode was 0644, and as such wrong.
It has now been changed to 0700. For some background, please see
http://lists.adiscon.net/pipermail/rsyslog/2009-April/001986.html
+- bugfix: ompgsql did not detect problems in sql command execution
+ this could cause loss of messages. The handling was correct if the
+ connection broke, but not if there was a problem with statement
+ execution. The most probable case for such a case would be invalid
+ sql inside the template, and this is now much easier to diagnose.
---------------------------------------------------------------------------
Version 3.21.11 [BETA] (rgerhards), 2009-04-03
- build system improvements contributed by Michael Biebl - thx!