diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-01 15:21:49 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-01 15:23:07 +0100 |
commit | b7bd8b012c913cf0a85b3e620ccdf408567f8027 (patch) | |
tree | 7b09ce7aa09257518145d45df6225c4bb0ca4ee2 /NEWS | |
parent | b789eb8ad89e53f4c78be9d0a3d2afa9195250f0 (diff) | |
download | libtasn1-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-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |