summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-17 14:21:22 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-17 14:21:22 +0200
commit8e536c5b25ca1a7106f541149cf0d76bdf9237da (patch)
tree7444f5d45a2da91df75dc219ebf1f65eed6fe77c
parent51d68bb9afdc3d2ed80fa573864b39802110b114 (diff)
downloadrsyslog-8e536c5b25ca1a7106f541149cf0d76bdf9237da.tar.gz
rsyslog-8e536c5b25ca1a7106f541149cf0d76bdf9237da.tar.xz
rsyslog-8e536c5b25ca1a7106f541149cf0d76bdf9237da.zip
highlighted bugfix imported from beta
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ccd1e7ae..b1d3b8d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@ Version 4.1.7 [BETA] (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 4.1.6 [DEVEL] (rgerhards), 2009-04-07
- added new "csv" property replacer options to enable simple creation