summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-09-12 14:20:47 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-09-12 14:20:47 +0200
commit920cc1e1640a7a01145111530106cf96a60b6086 (patch)
treee133de7af55258e38235f29be983276496b2d0cf /ChangeLog
parent7ad8addeb5b16669d67492188cb18646dd562484 (diff)
downloadrsyslog-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35041e63..5491c407 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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