summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-17 14:19:43 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-17 14:19:43 +0200
commit63d39827216a68fb3fa4e0532ec840066a02cb25 (patch)
treecb0ea510981c993a34795a4a68d8202df38e1b5a /ChangeLog
parenteec6aff6a938f6b761155ce2ccc4ef27e431ef6d (diff)
parent53bff58625e1c3258d3c59bea588a955512bb0dd (diff)
downloadrsyslog-63d39827216a68fb3fa4e0532ec840066a02cb25.tar.gz
rsyslog-63d39827216a68fb3fa4e0532ec840066a02cb25.tar.xz
rsyslog-63d39827216a68fb3fa4e0532ec840066a02cb25.zip
Merge branch 'v3-stable' into beta
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29b83fd0..dec9c0d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1096,6 +1096,13 @@ Version 3.10.0 (rgerhards), 2008-01-07
- much cleaner code due to new objects and removal of single-threading
mode
---------------------------------------------------------------------------
+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