]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Release 3.8.12
authorAlexander Sosedkin <asosedkin@redhat.com>
Thu, 5 Feb 2026 18:29:25 +0000 (19:29 +0100)
committerAlexander Sosedkin <asosedkin@redhat.com>
Mon, 9 Feb 2026 14:08:21 +0000 (15:08 +0100)
Signed-off-by: Alexander Sosedkin <asosedkin@redhat.com>
NEWS
configure.ac
m4/hooks.m4

diff --git a/NEWS b/NEWS
index 96b7484fdf591ae2e98be12817e89e90b99b6b8f..14b101426b27d99ec43f65f0d425998ad3c659c2 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.12 (unreleased)
+* Version 3.8.12 (released 2026-02-09)
 
 ** libgnutls: Fix NULL pointer dereference in PSK binder verification
    A TLS 1.3 resumption attempt with an invalid PSK binder value in ClientHello
index 4975c4ac26eb6eb48611fc4b3bb6ec4b91a649f7..5057536e53eb73124248d0a35859149c57be9772 100644 (file)
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.71])
 
 dnl when updating version also update LT_REVISION in m4/hooks.m4
-AC_INIT([GnuTLS],[3.8.11],[bugs@gnutls.org])
+AC_INIT([GnuTLS],[3.8.12],[bugs@gnutls.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIRS([m4 src/gl/m4 lib/unistring/m4])
 AC_CANONICAL_HOST
index f58c8a436402011602e202b32fccce868415e27b..8741c58da04e5a267e3c759d40883ed66b457897 100644 (file)
@@ -41,7 +41,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   #
   # Interfaces removed:                           AGE=0 (+bump all symbol versions in .map)
   AC_SUBST(LT_CURRENT, 71)
-  AC_SUBST(LT_REVISION, 0)
+  AC_SUBST(LT_REVISION, 1)
   AC_SUBST(LT_AGE, 41)
 
   AC_SUBST(LT_SSL_CURRENT, 27)