diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-17 14:19:22 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-17 14:19:22 +0200 |
commit | 53bff58625e1c3258d3c59bea588a955512bb0dd (patch) | |
tree | 569669b6e51a591845c233f9a56aee72d65190a7 /ChangeLog | |
parent | 481dca7c80a26773c4d5f66abce9cee0f60016e9 (diff) | |
parent | 9ebbe7477ceaf080b49ec03a23ca0c086316b848 (diff) | |
download | rsyslog-53bff58625e1c3258d3c59bea588a955512bb0dd.tar.gz rsyslog-53bff58625e1c3258d3c59bea588a955512bb0dd.tar.bz2 rsyslog-53bff58625e1c3258d3c59bea588a955512bb0dd.zip |
Merge branch 'debian_lenny' into v3-stable
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -938,6 +938,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 |