summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-17 14:18:39 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-17 14:18:39 +0200
commite8c94fcd898539a147550d3cebcf30e560807de0 (patch)
treeb567995095c011b6992abead6998e879d449cc16 /ChangeLog
parentccd426e0da2c5612d50f90abe140dcf7c5631748 (diff)
downloadrsyslog-e8c94fcd898539a147550d3cebcf30e560807de0.tar.gz
rsyslog-e8c94fcd898539a147550d3cebcf30e560807de0.tar.xz
rsyslog-e8c94fcd898539a147550d3cebcf30e560807de0.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6eb0dac..c50899e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
---------------------------------------------------------------------------
+Version 2.0.8 V2-STABLE (rgerhards), 2008-??-??
+- 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 2.0.7 V2-STABLE (rgerhards), 2008-04-14
- bugfix: the default for $DirCreateMode was 0644, and as such wrong.
It has now been changed to 0700. For some background, please see