summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m44
3 files changed, 7 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index df43e85f7c..e67d2035c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
GnuTLS NEWS -- History of user-visible changes. -*- outline -*-
Copyright (C) 2000-2015 Free Software Foundation, Inc.
-Copyright (C) 2013, 2014 Nikos Mavrogiannopoulos
+Copyright (C) 2013-2015 Nikos Mavrogiannopoulos
See the end for copying conditions.
* Version 3.4.4 (unreleased)
@@ -9,6 +9,9 @@ See the end for copying conditions.
the PRF as specified by RFC5705. Suggestion and original patch
by Rick van Rein.
+** libgnutls: Link to trousers (TPM library) dynamically when this
+ functionality is requested.
+
** API and ABI modifications:
gnutls_prf_rfc5705: Added
diff --git a/configure.ac b/configure.ac
index 64d879640c..5d5c65f396 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.4.3], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.4.4], [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 36cdd779a8..76b1630b3d 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -39,9 +39,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0 (+bump all symbol versions in .map)
- AC_SUBST(LT_CURRENT, 32)
+ AC_SUBST(LT_CURRENT, 33)
AC_SUBST(LT_REVISION, 0)
- AC_SUBST(LT_AGE, 2)
+ AC_SUBST(LT_AGE, 3)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 2)