summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--cross.mk2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index abc1d5c98c..d85daa3071 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,14 @@ GnuTLS NEWS -- History of user-visible changes. -*- outline -*-
Copyright (C) 2000-2012 Free Software Foundation, Inc.
See the end for copying conditions.
+* Version 3.1.6 (unreleased)
+
+** libgnutls: Several updates in the ASN.1 string handling subsystem.
+
+** API and ABI modifications:
+No changes since last version.
+
+
* Version 3.1.5 (released 2012-11-24)
** libgnutls: Added functions to parse the certificates policies
diff --git a/cross.mk b/cross.mk
index 9b5ba2c958..af3dacdc7d 100644
--- a/cross.mk
+++ b/cross.mk
@@ -1,4 +1,4 @@
-GNUTLS_VERSION:=3.1.4
+GNUTLS_VERSION:=3.1.5
GNUTLS_FILE:=gnutls-$(GNUTLS_VERSION).tar.xz
GNUTLS_DIR:=gnutls-$(GNUTLS_VERSION)