documented update
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 1 Oct 2012 20:13:55 +0000 (22:13 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 1 Oct 2012 20:14:09 +0000 (22:14 +0200)
NEWS

diff --git a/NEWS b/NEWS
index aa30c23..ad700d8 100644 (file)
--- 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.