diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-17 14:20:25 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-17 14:20:25 +0200 |
commit | b408585416626f2dfb8735fc5d3155b914f58d45 (patch) | |
tree | 82dd9e140c9932023691abff710ae0fd6ffaf08a | |
parent | 63d39827216a68fb3fa4e0532ec840066a02cb25 (diff) | |
download | rsyslog-b408585416626f2dfb8735fc5d3155b914f58d45.tar.gz rsyslog-b408585416626f2dfb8735fc5d3155b914f58d45.tar.bz2 rsyslog-b408585416626f2dfb8735fc5d3155b914f58d45.zip |
highlighted bugfix imported from v2-stable
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,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! |