From a2a06312b94f015ff8b061f0567de940338aadb4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Wed, 25 Jun 2025 22:06:53 +0200 Subject: [PATCH] Bump version numbers for Nettle-3.10.2. --- ChangeLog | 6 ++++++ NEWS | 5 +++++ configure.ac | 6 +++--- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b57e153b..f360d613 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2025-06-25 Niels Möller + + * configure.ac: Bump package version, to 3.10.2. + (LIBNETTLE_MINOR): Bump minor number, to 8.11. + (LIBHOGWEED_MINOR): Bump minor number, to 6.11. + 2025-06-24 Niels Möller Minimal patch for compilers that require prototypes, e.g., gcc-15. diff --git a/NEWS b/NEWS index c7030155..be0e1d14 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,11 @@ NEWS for the Nettle 3.10.2 release This is a maintenance release, with only a few bugfixes and portability improvements. + The new version is intended to be fully source and binary + compatible with Nettle-3.6. The shared library names are + libnettle.so.8.11 and libhogweed.so.6.11, with sonames + libnettle.so.8 and libhogweed.so.6. + Bug fixes: * Fix missing prototypes in getopt.h and getopt.c, affecting diff --git a/configure.ac b/configure.ac index 0ad58fbd..5ae03c42 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl -*- mode: shell-script; sh-indentation: 2; -*- dnl Process this file with autoconf to produce a configure script. -AC_INIT([nettle], [3.10.1], [nettle-bugs@lists.lysator.liu.se]) +AC_INIT([nettle], [3.10.2], [nettle-bugs@lists.lysator.liu.se]) AC_PREREQ([2.69]) AC_CONFIG_SRCDIR([nettle-types.h]) # Needed to stop autoconf from looking for files in parent directories. @@ -11,10 +11,10 @@ AC_CONFIG_AUX_DIR([.]) AC_CONFIG_HEADERS([config.h]) LIBNETTLE_MAJOR=8 -LIBNETTLE_MINOR=10 +LIBNETTLE_MINOR=11 LIBHOGWEED_MAJOR=6 -LIBHOGWEED_MINOR=10 +LIBHOGWEED_MINOR=11 dnl Note double square brackets, for extra m4 quoting. MAJOR_VERSION=`echo $PACKAGE_VERSION | sed 's/^\([[^.]]*\)\..*/\1/'` -- 2.47.2