summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-10-01 22:13:55 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-10-01 22:14:09 +0200
commit841a2450a9d4497c84b248f8faec1e3e38cd195b (patch)
tree5d0b62132933a9faa356d28f16f781a83b53bbf4 /NEWS
parentc48c4111d0429a5c3c1ccc19745a7ce6359efe30 (diff)
downloadlibtasn1-841a2450a9d4497c84b248f8faec1e3e38cd195b.tar.gz
libtasn1-841a2450a9d4497c84b248f8faec1e3e38cd195b.tar.bz2
libtasn1-841a2450a9d4497c84b248f8faec1e3e38cd195b.zip
documented update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aa30c23..ad700d8 100644
--- a/NEWS
+++ b/NEWS
@@ -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.