diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-06-19 14:34:42 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-06-19 14:34:42 +0200 |
commit | 4a6b8002c35d98a3bb39d566ef1bb11117d11868 (patch) | |
tree | 369ff6043570a17209f0d4791a3d717721580ff9 | |
parent | 1b0090f963101a18304b48780aab9c36daf74ed8 (diff) | |
download | libtasn1-4a6b8002c35d98a3bb39d566ef1bb11117d11868.tar.gz libtasn1-4a6b8002c35d98a3bb39d566ef1bb11117d11868.tar.bz2 libtasn1-4a6b8002c35d98a3bb39d566ef1bb11117d11868.zip |
doc update
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,15 +1,16 @@ GNU Libtasn1 NEWS -*- outline -*- * Noteworthy changes in release 4.0 (unreleased) [stable] -- asn1_der_decoding_element() is an alias to asn1_der_decoding(). - optimized asn1_der_decoding_startEnd(). It no longer requires the additional decoding step. -- Added asn1_dup_node(). - asn1_read_value() understands the ?CURRENT keyword, which can be used to indicate the current element of a sequence, when the provided node is a sequence element. - Several optimizations in DER decoding of structures with sequences containing many elements. +- API and ABI changes since last version: + asn1_dup_node: New function + asn1_der_decoding_element: Made alias to asn1_der_decoding * Noteworthy changes in release 3.6 (released 2014-05-25) [stable] - Corrected an off-by-one error in ASN.1 DER tag decoding. |