diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-09-02 14:58:54 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-09-02 14:58:54 +0200 |
commit | aac3d9aed8ff45b191b207f3e8c22bf602f54774 (patch) | |
tree | 8b3d29d053a99ff143bc6f5a8ec87badeaf357a5 | |
parent | b1894b53f9173c5a76a2f5250bfced870b699cc3 (diff) | |
download | rsyslog-aac3d9aed8ff45b191b207f3e8c22bf602f54774.tar.gz rsyslog-aac3d9aed8ff45b191b207f3e8c22bf602f54774.tar.bz2 rsyslog-aac3d9aed8ff45b191b207f3e8c22bf602f54774.zip |
doc: add recent patch series to ChangeLog
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ --------------------------------------------------------------------------- Version 7.4.4 [v7.4-stable] 2013-0?-?? +- better error messages in GuardTime signature provider + Thanks to Ahto Truu for providing the patch. +- bugfix: TLV16 flag encoding error in signature files from GT provider + This fixes a problem where the TLV16 flag was improperly encoded. + Unfortunately, existing files already have the bug and may not properly + be processed. The fix uses constants from the GuardTime API lib to + prevent such problems in the future. + Thanks to Ahto Truu for providing the patch. - bugfix: imtcp addtlframedelimiter could not be set to zero Thanks to Chris Norton for alerting us. - doc bugfix: remove no-longer existing omtemplate from developer doc |