summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7032b8bb44..8fcccb4c32 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,10 @@ See the end for copying conditions.
** libgnutls: Fixed interoperability issue with openssl when safe renegotiation was
used. Resolves gitlab issue #259.
+** libgnutls: Use readdir() instead of readdir_r internally. The latter
+ is deprecated and on our use we don't need readdir() to be thread safe
+ (which it is in most common platforms).
+
** p11tool: Mark all generated objects as sensitive by default.
** API and ABI modifications: