summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-10-02 15:29:34 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-10-02 15:29:34 +0200
commit1ec858244efc4265fa5fa4c797c006a82ca52308 (patch)
treea0bed8c3cdf3c81562525b212d627e1538d3196b /ChangeLog
parent9812a2af8c308c1b29bc0b5604593595a66dd25d (diff)
downloadrsyslog-1ec858244efc4265fa5fa4c797c006a82ca52308.tar.gz
rsyslog-1ec858244efc4265fa5fa4c797c006a82ca52308.tar.xz
rsyslog-1ec858244efc4265fa5fa4c797c006a82ca52308.zip
bugfix: subseconds where not correctly extracted from a timestamp
if that timestamp did not contain any subsecond information (the resulting string was garbagge but should have been "0", what it now is).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4545c218..352c98c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
---------------------------------------------------------------------------
Version 3.19.12 [BETA] (rgerhards), 2008-08-25
+- bugfix: subseconds where not correctly extracted from a timestamp
+ if that timestamp did not contain any subsecond information (the
+ resulting string was garbagge but should have been "0", what it
+ now is).
---------------------------------------------------------------------------
Version 3.19.11 [BETA] (rgerhards), 2008-08-25
This is a refresh of the beta. No beta-specific fixes have been added.