summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-12-10 16:03:09 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-12-10 16:03:09 +0100
commit838d7c3175c0504ac9b4facf857aa9163ad6e077 (patch)
treefa71616cbd7a89b8851f81e6237a847118cdd4c0
parentffc8274c0cc181480b7d369ab7e7711d8670c381 (diff)
downloadgnutls-838d7c3175c0504ac9b4facf857aa9163ad6e077.tar.gz
doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-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: