summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-17 14:19:02 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-17 14:19:02 +0200
commit9ebbe7477ceaf080b49ec03a23ca0c086316b848 (patch)
tree155e07a9e7b73874c318d2b90e29d840c9c0c983 /ChangeLog
parent140d5cf0f80c40ee8db3c7b24176e45b00be0572 (diff)
parente8c94fcd898539a147550d3cebcf30e560807de0 (diff)
downloadrsyslog-9ebbe7477ceaf080b49ec03a23ca0c086316b848.tar.gz
rsyslog-9ebbe7477ceaf080b49ec03a23ca0c086316b848.tar.xz
rsyslog-9ebbe7477ceaf080b49ec03a23ca0c086316b848.zip
Merge branch 'v2-stable' into debian_lenny
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08b9abb6..f9456996 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -686,6 +686,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