diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-03 10:33:35 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-03 10:33:35 +0200 |
commit | f03b26b550dc7a08f96753c47e8fb0673f5338ec (patch) | |
tree | d9d6215894f8370bb03a1d7ec54871b979f30c4f /ChangeLog | |
parent | b37a1eb0f8422102c11c597f15139d64c2d51c13 (diff) | |
download | rsyslog-f03b26b550dc7a08f96753c47e8fb0673f5338ec.tar.gz rsyslog-f03b26b550dc7a08f96753c47e8fb0673f5338ec.tar.xz rsyslog-f03b26b550dc7a08f96753c47e8fb0673f5338ec.zip |
bugfix: missing initialization during timestamp creationv4.5.0
This could lead to timestamps written in the wrong format, but not to
an abort.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ Version 4.5.0 [DEVEL] (rgerhards), 2009-07-02 was actually destructed. This most likely had no effect to existing code, but it may also have caused trouble in remote cases. Similarly, the fix may also cause trouble... +- bugfix: missing initialization during timestamp creation + This could lead to timestamps written in the wrong format, but not to + an abort --------------------------------------------------------------------------- Version 4.3.3 [beta] (rgerhards), 2009-0?-?? - internal bugfix: object pointer was only reset to NULL when an object |