]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Release 3.8.7
authorDaiki Ueno <ueno@gnu.org>
Thu, 15 Aug 2024 00:45:04 +0000 (09:45 +0900)
committerDaiki Ueno <ueno@gnu.org>
Thu, 15 Aug 2024 01:46:00 +0000 (10:46 +0900)
Signed-off-by: Daiki Ueno <ueno@gnu.org>
NEWS
configure.ac
devel/abi-dump
devel/libgnutls.abignore
m4/hooks.m4

diff --git a/NEWS b/NEWS
index b9f43504e96e098a2b43e7abf621bf3a33ca8ec4..d5b30b0aa853430011c8ea5a2004a474b0794cdc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Copyright (C) 2000-2016 Free Software Foundation, Inc.
 Copyright (C) 2013-2019 Nikos Mavrogiannopoulos
 See the end for copying conditions.
 
-* Version 3.8.7 (unreleased)
+* Version 3.8.7 (released 2024-08-15)
 
 ** libgnutls: New configure option to compile out DSA support
    The --disable-dsa configure option has been added to completely disable DSA
@@ -18,6 +18,9 @@ See the end for copying conditions.
    this key exchange is disabled by default and can be enabled with
    the --with-liboqs configure option.
 
+** API and ABI modifications:
+No changes since last version.
+
 * Version 3.8.6 (released 2024-07-03)
 
 ** libgnutls: PBMAC1 is now supported as a MAC mechanism for PKCS#12
index 831e573ef77c601b49d5b4a4c4f3d42331457a78..95ec4c15159b120e05ba4cab009d401de92ec706 100644 (file)
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.64)
 
 dnl when updating version also update LT_REVISION in m4/hooks.m4
-AC_INIT([GnuTLS], [3.8.6], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.8.7], [bugs@gnutls.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIRS([m4 src/gl/m4 lib/unistring/m4])
 AC_CANONICAL_HOST
index dea49cdb6486a8419dc2a52696fe246645e3e472..b847a0ff4dcd9be6ab6decdeb342431256d09888 160000 (submodule)
@@ -1 +1 @@
-Subproject commit dea49cdb6486a8419dc2a52696fe246645e3e472
+Subproject commit b847a0ff4dcd9be6ab6decdeb342431256d09888
index d381e9fdc87c476d86ef2cfd2d6304e33be3e5d7..c19dce38e11a1c763a5d7bb7a17888e269dc61bf 100644 (file)
@@ -70,12 +70,3 @@ name = drbg_aes_reseed
 
 # The following should be removed in the new release, after updating the
 # abi-dump repository:
-[suppress_function]
-name = gnutls_pkcs12_generate_mac3
-
-[suppress_type]
-name = gnutls_mac_algorithm_t
-changed_enumerators = GNUTLS_MAC_PBMAC1
-
-[suppress_function]
-name = gnutls_hash_squeeze
index a786d35150e62a6473ac9a5464816d4a2de88918..a943fdf06a373e485bb298758a66919108b6e8f2 100644 (file)
@@ -41,7 +41,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   #
   # Interfaces removed:                           AGE=0 (+bump all symbol versions in .map)
   AC_SUBST(LT_CURRENT, 70)
-  AC_SUBST(LT_REVISION, 0)
+  AC_SUBST(LT_REVISION, 1)
   AC_SUBST(LT_AGE, 40)
 
   AC_SUBST(LT_SSL_CURRENT, 27)