summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-12-10 13:52:09 +0000
committerTim Rühsen <tim.ruehsen@gmx.de>2019-12-10 13:52:09 +0000
commit2b715b9564681acb3008a5574dcf25464de8b038 (patch)
treeb42cf124be667faa7d7b89cae57e0356d5c3c999 /NEWS
parent89ca230dc3c58301fc2799caf6542c79ea9b567d (diff)
parente48290a51da19288986bd7aaca265ea62b054dc8 (diff)
downloadgnutls-2b715b9564681acb3008a5574dcf25464de8b038.tar.gz
Merge branch 'tmp-more-const-1' into 'master'
Add const to function arguments in lib/x509 See merge request gnutls/gnutls!1007
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 38dcba2d14..85398a7f69 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,15 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc.
Copyright (C) 2013-2019 Nikos Mavrogiannopoulos
See the end for copying conditions.
+* Version 3.6.12 (unreleased)
+
+** libgnutls: Introduced the gnutls_ocsp_req_const_t which is compatible
+ with gnutls_ocsp_req_t but const.
+
+** API and ABI modifications:
+gnutls_ocsp_req_const_t: Added
+
+
* Version 3.6.11 (released 2019-12-01)
** libgnutls: Use KERN_ARND for the system random number generator on NetBSD.