diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-17 14:21:02 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-17 14:21:02 +0200 |
commit | 51d68bb9afdc3d2ed80fa573864b39802110b114 (patch) | |
tree | 8714a1f50a52d150e8ec7a366493be52e765a8df /ChangeLog | |
parent | 5ccec36e8d69230ddbd94d1b63bc9f6518c5ade8 (diff) | |
parent | b408585416626f2dfb8735fc5d3155b914f58d45 (diff) | |
download | rsyslog-51d68bb9afdc3d2ed80fa573864b39802110b114.tar.gz rsyslog-51d68bb9afdc3d2ed80fa573864b39802110b114.tar.xz rsyslog-51d68bb9afdc3d2ed80fa573864b39802110b114.zip |
Merge branch 'beta'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -148,6 +148,11 @@ Version 3.22.0 [v3-stable] (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 3.21.11 [BETA] (rgerhards), 2009-04-03 - build system improvements contributed by Michael Biebl - thx! @@ -1242,6 +1247,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 |