summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-09-02 14:58:54 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-09-02 14:58:54 +0200
commitaac3d9aed8ff45b191b207f3e8c22bf602f54774 (patch)
tree8b3d29d053a99ff143bc6f5a8ec87badeaf357a5
parentb1894b53f9173c5a76a2f5250bfced870b699cc3 (diff)
downloadrsyslog-aac3d9aed8ff45b191b207f3e8c22bf602f54774.tar.gz
rsyslog-aac3d9aed8ff45b191b207f3e8c22bf602f54774.tar.bz2
rsyslog-aac3d9aed8ff45b191b207f3e8c22bf602f54774.zip
doc: add recent patch series to ChangeLog
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb87d667..f07bd5dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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