From b828ccb29f2055316fc8c1150dc1d7c1294fae74 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 1 Jan 2013 13:51:52 +0100 Subject: [PATCH] NEWS for 0.7 written --- NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/NEWS b/NEWS index b5445d0..4e62bf8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +Version 0.7 +=========== + +• New ISDS service Re-signISDSDocument has been implemented as +isds_resign_message() function. This can be used for adding time stamp to +already signed message or delivery details that had been produced without the +time stamp. + +• TLS errors from cURL library are reported as IE_SECURITY to libisds +applications now. This is new isds_error value and it denotes any security +problem leading to abort of requested operation. + +• This release is ABI-compatible with previous version 0.6. However +applications built against 0.7 are not guaranteed to work with 0.6. + +• Internal test suite checks TLS authentication. GnuTLS is needed for +building tests now. + +• Parsing dmRecipientOrgUnitNum value from message envelope has been fixed. + +• A memory leak when using XPath has been fixed. + Version 0.6.2 ============= -- 2.11.4.GIT