summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPawel Kowalski <p.kowalski2@partner.samsung.com>2019-08-28 14:31:23 +0200
committerPawel Kowalski <p.kowalski2@partner.samsung.com>2019-08-28 16:56:31 +0200
commitdee455252ad321c660b411b4ecd65aa5e08f8fc1 (patch)
treeb55f9ec039e963e42605e9e9bdc186354cf9df42 /NEWS
parent5c7e0aaf17a296535495e3431db6a86ad64064b3 (diff)
parent26bea900a531662c6028ecc06f4adea825658434 (diff)
downloadlibtasn1-accepted/tizen_6.0_unified.tar.gz
libtasn1-accepted/tizen_6.0_unified.tar.bz2
libtasn1-accepted/tizen_6.0_unified.zip
Change-Id: I6d4b47b2072db8e7c45daa6e269e2f0cc6f54a7f
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3fac146..55ae59d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,18 @@
GNU Libtasn1 NEWS -*- outline -*-
+* Noteworthy changes in release 4.14 (released 2019-07-21) [stable]
+- New #defines for version checking: ASN1_VERSION_MAJOR, ASN1_VERSION_MINOR,
+ ASN1_VERSION_PATCH, ASN1_VERSION_NUMBER. The next release will switch
+ to semantic version semantics.
+- Simplify ordering of SET OF elements by using qsort().
+- Marked explicitly const uses of asn1_node with the introduction
+ of the (compatible) asn1_node_const type.
+- Limit recursion in _asn1_expand_object_id() to detect infinite
+ recursion in incorrect .asn files (#4).
+- asn1_array2tree(): fixed thread safety issues.
+- Several fixes in gtk-doc generation.
+
+
* Noteworthy changes in release 4.13 (released 2018-01-16) [stable]
- On indefinite string decoding, set a maximum level of allowed recursions
(3) to protect the BER decoder from a stack exhaustion.