diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-09-12 14:20:47 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-09-12 14:20:47 +0200 |
commit | 920cc1e1640a7a01145111530106cf96a60b6086 (patch) | |
tree | e133de7af55258e38235f29be983276496b2d0cf /ChangeLog | |
parent | 7ad8addeb5b16669d67492188cb18646dd562484 (diff) | |
download | rsyslog-920cc1e1640a7a01145111530106cf96a60b6086.tar.gz rsyslog-920cc1e1640a7a01145111530106cf96a60b6086.tar.xz rsyslog-920cc1e1640a7a01145111530106cf96a60b6086.zip |
bugfix: colon after date should be ignored, but was not.
This has now been corrected. Required change to the
internal ParseTIMESTAMP3164() interface.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ Version 3.18.4 (rgerhards), 2008-09-?? - bugfix: option value for legacy -a option could not be specified, resulting in strange operations. Thanks to Marius Tomaschewski for the patch. +- bugfix: colon after date should be ignored, but was not. This has + now been corrected. Required change to the internal ParseTIMESTAMP3164() + interface. --------------------------------------------------------------------------- Version 3.18.3 (rgerhards), 2008-08-18 - bugfix: imfile could cause a segfault upon rsyslogd HUP and termination |