diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-06-19 14:30:14 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-06-19 14:30:14 +0200 |
commit | c385a2349bba2ab703dc21f205302bbb7881ee70 (patch) | |
tree | ae9f7c9da6a28a45a1e8f735ff336c0ed739d372 | |
parent | fdfeb010e5d00102b3d55ef1bf74ed429f171e6c (diff) | |
download | libtasn1-c385a2349bba2ab703dc21f205302bbb7881ee70.tar.gz libtasn1-c385a2349bba2ab703dc21f205302bbb7881ee70.tar.bz2 libtasn1-c385a2349bba2ab703dc21f205302bbb7881ee70.zip |
doc update
-rw-r--r-- | NEWS | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,6 @@ GNU Libtasn1 NEWS -*- outline -*- -* Noteworthy changes in release 3.7 (unreleased) [stable] +* 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. @@ -10,7 +10,6 @@ GNU Libtasn1 NEWS -*- outline -*- is a sequence element. - Several optimizations in DER decoding of structures with sequences containing many elements. -- Fixes in 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. |