+2025-06-25 Niels Möller <nisse@lysator.liu.se>
+
+ * 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 <nisse@lysator.liu.se>
Minimal patch for compilers that require prototypes, e.g., gcc-15.
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
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.
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/'`