diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-10-01 22:13:55 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-10-01 22:14:09 +0200 |
commit | 841a2450a9d4497c84b248f8faec1e3e38cd195b (patch) | |
tree | 5d0b62132933a9faa356d28f16f781a83b53bbf4 /NEWS | |
parent | c48c4111d0429a5c3c1ccc19745a7ce6359efe30 (diff) | |
download | libtasn1-841a2450a9d4497c84b248f8faec1e3e38cd195b.tar.gz libtasn1-841a2450a9d4497c84b248f8faec1e3e38cd195b.tar.bz2 libtasn1-841a2450a9d4497c84b248f8faec1e3e38cd195b.zip |
documented update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -5,6 +5,15 @@ GNU Libtasn1 NEWS -*- outline -*- - Optimizations in internal tree allocation. - Optimizations in tree search. - libtasn1.h no longer exports internal structures. +- Types were renamed for consistency: + ASN1_DATA_NODE -> asn_data_node_st + ASN1_ARRAY_TYPE -> asn_static_node_t + ASN1_TYPE -> asn_node_t + ASN1_TYPE_EMPTY -> NULL + static_struct_asn -> asn_static_node_st + node_asn_struct -> asn_node_st + node_asn -> asn_node_st + (the old types are still available as definitions) * Noteworthy changes in release 2.13 (2012-05-31) [stable] - Updated fix for DER decoding issue to not depend on specific compilers. |