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
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
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
-Subproject commit dea49cdb6486a8419dc2a52696fe246645e3e472
+Subproject commit b847a0ff4dcd9be6ab6decdeb342431256d09888
# 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
#
# 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)