Copyright (C) 2013-2019 Nikos Mavrogiannopoulos
See the end for copying conditions.
-* Version 3.8.11 (unreleased)
+* Version 3.8.11 (released 2025-11-18)
** libgnutls: Fix stack overwrite in gnutls_pkcs11_token_init
Reported by Luigino Camastra from Aisle Research. [GNUTLS-SA-2025-11-18,
security relevant fixes, the library's minimum requirement of
Nettle is updated to 3.10.
+** build: The default priority file path is now constructed from sysconfdir
+ Previously, the location of the default priority file was
+ hard-coded to be /etc/gnutls/config. Now it takes into account of
+ the --sysconfdir option given to the configure script.
+
** API and ABI modifications:
gnutls_psk_allocate_client_credentials2: New function
gnutls_psk_allocate_server_credentials2: New function
AC_PREREQ([2.71])
dnl when updating version also update LT_REVISION in m4/hooks.m4
-AC_INIT([GnuTLS],[3.8.10],[bugs@gnutls.org])
+AC_INIT([GnuTLS],[3.8.11],[bugs@gnutls.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIRS([m4 src/gl/m4 lib/unistring/m4])
AC_CANONICAL_HOST
# in CONTRIBUTION.md for more info.
#
# Interfaces removed: AGE=0 (+bump all symbol versions in .map)
- AC_SUBST(LT_CURRENT, 70)
- AC_SUBST(LT_REVISION, 4)
- AC_SUBST(LT_AGE, 40)
+ AC_SUBST(LT_CURRENT, 71)
+ AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_AGE, 41)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 2)