summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-07-04 07:49:32 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-07-04 07:49:32 +0200
commit05cde1b2c605fc3af4b26bad4d35e01f0bac0003 (patch)
tree50080c8cecf782cf9ef913e97e59f18f2710a8c6
parent78dd58449740adabf7915bc9aea72b7eb9f4e7ac (diff)
downloadgnutls-05cde1b2c605fc3af4b26bad4d35e01f0bac0003.tar.gz
released 3.3.28
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
3 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 5bfe3a584b..cfa71a6b22 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc.
Copyright (C) 2013-2016 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.3.28 (unreleased)
+* Version 3.3.28 (released 2017-07-04)
** libgnutls: Fixed issue when rehandshaking without a client certificate in
a session which initially used one. Reported by Frantisek Sumsal.
@@ -31,6 +31,8 @@ See the end for copying conditions.
some HSMs which do not accept an integer with a leading zero. This
improves operation with certain Atos HSMs.
+** libgnutls: Backported PKCS#11 key generation functionality for DSA keys.
+
** libgnutls: Improve check for /dev/urandom uniqueness. Ensure that when
gnutls_global_init() is called for a second time that /dev/urandom is
re-opened when the inode or device ID has changed.
diff --git a/configure.ac b/configure.ac
index 03fa174692..822c1d3b18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [3.3.27], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.3.28], [bugs@gnutls.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 94b7547f5b..14dbd0dfbc 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces added: AGE++
# Interfaces removed: AGE=0 (+bump all symbol versions in .map)
AC_SUBST(LT_CURRENT, 71)
- AC_SUBST(LT_REVISION, 1)
+ AC_SUBST(LT_REVISION, 2)
AC_SUBST(LT_AGE, 43)
AC_SUBST(LT_SSL_CURRENT, 27)