summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-01-31 17:22:52 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-01-31 17:22:52 +0100
commit819ada91a5addc89a24717a7a4f53e7b34c1aa47 (patch)
treecf508227774cc4d4661452085842f64d68768126
parent250e61a8cb03715662e5d1f554446c782441f009 (diff)
downloadgnutls-819ada91a5addc89a24717a7a4f53e7b34c1aa47.tar.gz
released 3.2.10gnutls_3_2_10
-rw-r--r--NEWS2
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/manpages/Makefile.am1
3 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index abe506a2dd..f9e5d41829 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2000-2012 Free Software Foundation, Inc.
Copyright (C) 2013 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.2.10 (unreleased)
+* Version 3.2.10 (released 2014-01-31)
** libgnutls: fixed null pointer derefence when printing a certificate
DN and an LDAP description isn't present.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index b3f583ccf8..e814ea412a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -823,6 +823,8 @@ FUNCS += functions/gnutls_db_check_entry
FUNCS += functions/gnutls_db_check_entry.short
FUNCS += functions/gnutls_db_check_entry_time
FUNCS += functions/gnutls_db_check_entry_time.short
+FUNCS += functions/gnutls_db_get_default_cache_expiration
+FUNCS += functions/gnutls_db_get_default_cache_expiration.short
FUNCS += functions/gnutls_db_get_ptr
FUNCS += functions/gnutls_db_get_ptr.short
FUNCS += functions/gnutls_db_remove_session
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index 0a94aba7f6..32b29422b6 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -198,6 +198,7 @@ APIMANS += gnutls_credentials_clear.3
APIMANS += gnutls_credentials_set.3
APIMANS += gnutls_db_check_entry.3
APIMANS += gnutls_db_check_entry_time.3
+APIMANS += gnutls_db_get_default_cache_expiration.3
APIMANS += gnutls_db_get_ptr.3
APIMANS += gnutls_db_remove_session.3
APIMANS += gnutls_db_set_cache_expiration.3