From baf6d5e248711952231c2f33329a1f9b664b30b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Thu, 26 Jun 2025 21:53:14 +0200 Subject: [PATCH] Copy NEWS entries for Nettle-3.10.2. --- NEWS | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/NEWS b/NEWS index da9ee680..94f0e233 100644 --- a/NEWS +++ b/NEWS @@ -117,6 +117,29 @@ NEWS for the Nettle 4.0 release Baryshkov years ago, but delayed, since it implies an ABI break. +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 + non-glibc systems, and causing compile errors with C23 + compilers that require prototypes, e.g., gcc-15. + + * For powerpc64, avoid using v9 (ISA v3.0) instructions + lxvb16x, lxv and stxv in powerpc64/p8/ files. + + * For powerpc64, add configure check for __VSX__, and disable + use of assembly if not defined. Nettle's powerpc64 assembly + requires at least v7 (ISA v2.06). + NEWS for the Nettle 3.10.1 release This is a maintenance release, with only a few bugfixes and -- 2.47.3