summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS42
1 files changed, 41 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 55ae59d..cbd09eb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,45 @@
GNU Libtasn1 NEWS -*- outline -*-
+* Noteworthy changes in release 4.19.0 (2022-08-23) [stable]
+- Clarify libtasn1.map license. Closes: #38.
+- Fix ETYPE_OK out of bounds read. Closes: #32.
+- Update gnulib files and various maintenance fixes.
+
+* Noteworthy changes in release 4.18.0 (2021-11-09) [stable]
+- Improve GTK-DOC manual. Closes: #35.
+- Improve --help and --version for tools with gnulib. Closes: #37.
+- Update gnulib files and various maintenance fixes.
+
+* Noteworthy changes in release 4.17.0 (2021-05-13) [stable]
+- Print deprecation messages for deprecated macros, thanks to Tim Rühsen.
+- Fix some clang issues due to illegal pointers, thanks to Stefan Weil.
+- Restore handling of SIZE nodes, thanks to Dmitry Baryshkov.
+- Fix memory leak caught by oss-fuzz, thanks to Dmitry Baryshkov.
+- Gtk-doc fixes, thanks to Dmitry Baryshkov.
+- Fix bugs unveiled by Static Analysis, reported by Simo Sorce.
+- Update gnulib files and many build fixes.
+
+* Noteworthy changes in release 4.16.0 (released 2020-02-01) [stable]
+- asn1_decode_simple_ber: added support for constructed definite
+ octet strings. This allows this function decode the whole set of
+ BER encodings for OCTET STRINGs.
+- asn1_get_object_id_der: enhance the range of decoded OIDs (#25).
+ This also makes OID encoding and decoding more strict on invalid
+ input. This may break gnutls' test suite before 3.6.12 as it was
+ relying on decoding some invalid OIDs.
+- asn1_object_id_der: New function
+
+
+* Noteworthy changes in release 4.15.0 (released 2019-11-21) [stable]
+- The generated tree no longer contains ASN.1 built-in types even
+ if they are explicitly defined in the description. Previously
+ a warning was printed when these types were seen, now they are
+ ignored.
+- Several fixes in ASN.1 definition parser, preventing several
+ crashes and leaks in the tools due to improper ASN.1.
+- Switched to semantic versioning.
+
+
* 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
@@ -524,7 +564,7 @@ GNU Libtasn1 NEWS -*- outline -*-
- Initial release
----------------------------------------------------------------------
-Copyright (C) 2002-2014 Free Software Foundation, Inc.
+Copyright (C) 2002-2022 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.