summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--lib/libgnutls.map1
-rw-r--r--m4/hooks.m46
3 files changed, 6 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index f2ee8316cb..88a76c80fe 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ 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.14 (unreleased)
+* Version 3.1.14 (released 2013-08-31)
** libgnutls: Fixes when session tickets and session DB are used.
Report and initial patch by Stefan Buehler.
@@ -13,7 +13,7 @@ Report and initial patch by Stefan Buehler.
Alfredo Pironti.
** API and ABI modifications:
-No changes since last version.
+gnutls_record_set_timeout: Exported
* Version 3.1.13 (released 2013-07-12)
diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index 29e243f076..510d5a8341 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -906,6 +906,7 @@ GNUTLS_3_1_0 {
gnutls_sign_algorithm_get_client;
gnutls_certificate_set_x509_key_mem2;
gnutls_certificate_set_x509_key_file2;
+ gnutls_record_set_timeout;
} GNUTLS_3_0_0;
GNUTLS_PRIVATE {
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 84647154b7..53936059a8 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
- AC_SUBST(LT_CURRENT, 47)
- AC_SUBST(LT_REVISION, 3)
- AC_SUBST(LT_AGE, 19)
+ AC_SUBST(LT_CURRENT, 48)
+ AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_AGE, 20)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 2)