summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-11-22 11:57:28 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-11-22 11:57:28 +0100
commit423abcbbc0c44c612526e96bd95744a685315dd7 (patch)
treef01f907630fb56b9790d834d7f51a864d0df8f59
parentb78af2aaf546cee90671513be39d8e3717f2ace6 (diff)
downloadrsyslog-423abcbbc0c44c612526e96bd95744a685315dd7.tar.gz
rsyslog-423abcbbc0c44c612526e96bd95744a685315dd7.tar.bz2
rsyslog-423abcbbc0c44c612526e96bd95744a685315dd7.zip
typo correction
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 55f75264..1b9fb6c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,27 +1,27 @@
---------------------------------------------------------------------------
Version 5.10.2 [V5-STABLE], 201?-??-??
- bugfix: spurios error messages from imuxsock about (non-error) EAGAIN
- Thanks to Marius Tomaschwesky for the patch.
+ Thanks to Marius Tomaschewski for the patch.
- imklog: added $klogParseKernelTimestamp option
When enabled, kernel message [timestamp] is converted for message time.
Default is to use receive time as in 5.8.x and before, because the clock
used to create the timestamp is not supposed to be as accurate as the
monotonic clock (depends on hardware and kernel) resulting in differences
between kernel and system messages which occurred at same time.
- Thanks to Marius Tomaschwesky for the patch.
+ Thanks to Marius Tomaschewski for the patch.
- imklog: added $klogKeepKernelTimestamp option
When enabled, the kernel [timestamp] remains at begin of
each message, even it is used for the message time too.
- Thanks to Marius Tomaschwesky 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.
- Thanks to Marius Tomaschwesky for the bug report and the patch idea.
+ Thanks to Marius Tomaschewski for the bug report and the patch idea.
---------------------------------------------------------------------------
Version 5.10.1 [V5-STABLE], 2012-10-17
- bugfix: imuxsock and imklog truncated head of received message
This happened only under some circumstances. Thanks to Marius
- Tomaschwesky, Florian Piekert and Milan Bartos for their help in
+ Tomaschewski, Florian Piekert and Milan Bartos for their help in
solving this issue.
- enable DNS resolution in imrelp
Thanks to Apollon Oikonomopoulos for the patch