summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-11-26 23:22:58 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-11-26 23:22:58 +0100
commitc3e138bc56026da0f4b854b999f192678e6f8a54 (patch)
tree29fe6af1a62c1e3699228eb55a5577dfa1ecbd33
parent095e01ff0fc5583153883b7151c20806042134ca (diff)
downloadgnutls-c3e138bc56026da0f4b854b999f192678e6f8a54.tar.gz
doc update
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d47388c5d5..ce034ae239 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,12 @@ See the end for copying conditions.
* Version 3.2.8 (unreleased)
+** libgnutls: Updated code for AES-NI. That prevents an uninitialized
+variable complaint from valgrind.
+
+** libgnutls: It only links to librt if the required functions are
+not present in libc.
+
** certtool: The --verify option will use the system CAs if the
load-ca-certificate option is not provided.