diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-22 12:01:52 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-22 12:01:52 +0100 |
commit | 591c9bbbf8e9929cd7bb550725ece50cdb06f179 (patch) | |
tree | ca047c57ef5ab7f02a79cb852a705175eeba6481 | |
parent | c8483d30af5680d03726b504b7ee2372ec776552 (diff) | |
download | rsyslog-591c9bbbf8e9929cd7bb550725ece50cdb06f179.tar.gz rsyslog-591c9bbbf8e9929cd7bb550725ece50cdb06f179.tar.bz2 rsyslog-591c9bbbf8e9929cd7bb550725ece50cdb06f179.zip |
typo fix
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ ---------------------------------------------------------------------------- Version 7.2.4 [v7-stable] 2012-10-?? - imklog: added ParseKernelTimestamp parameter (import from 5.10.2) - Thanks to Marius Tomaschweski for the patch. + Thanks to Marius Tomaschewski for the patch. - imklog: added KeepKernelTimestamp parameter (import from 5.10.2) - Thanks to Marius Tomaschweski for the patch. + Thanks to Marius Tomaschewski for the patch. - bugfix: imklog mistakenly took kernel timestamp subseconds as nanoseconds ... actually, they are microseconds. So the fractional part of the timestamp was not properly formatted. (import from 5.10.2) - Thanks to Marius Tomaschweski for the bug report and the patch idea. + Thanks to Marius Tomaschewski for the bug report and the patch idea. ---------------------------------------------------------------------------- Version 7.2.3 [v7-stable] 2012-10-21 - regression fix: rsyslogd terminated when wild-card $IncludeConfig did not |