summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-01 15:21:49 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-01 15:23:07 +0100
commitb7bd8b012c913cf0a85b3e620ccdf408567f8027 (patch)
tree7b09ce7aa09257518145d45df6225c4bb0ca4ee2 /NEWS
parentb789eb8ad89e53f4c78be9d0a3d2afa9195250f0 (diff)
downloadlibtasn1-b7bd8b012c913cf0a85b3e620ccdf408567f8027.tar.gz
libtasn1-b7bd8b012c913cf0a85b3e620ccdf408567f8027.tar.bz2
libtasn1-b7bd8b012c913cf0a85b3e620ccdf408567f8027.zip
Corrected type asn1_static_node_t -> asn1_static_node.
The old type was left for compatibility. Reported by Andreas Metzler.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7ab3347..d2503bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
GNU Libtasn1 NEWS -*- outline -*-
+* Noteworthy changes in release 3.1 (unreleased) [stable]
+- Completed rename of types:
+ ASN1_ARRAY_TYPE -> asn1_static_node (was asn1_static_node_t)
+
* Noteworthy changes in release 3.0 (2012-10-28) [stable]
- Added tool in tests/ to benchmark X.509 structure decoding.
- Added asn1_read_node_value() to obtain a node's value.