From: Niels Möller Date: Wed, 25 Jun 2025 19:34:45 +0000 (+0200) Subject: Initial Nettle 3.10.2 NEWS. X-Git-Tag: nettle_3.10.2_release_20250626~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=409b57022b3a2c26733364c124020138f18b5fac;p=thirdparty%2Fnettle.git Initial Nettle 3.10.2 NEWS. --- diff --git a/NEWS b/NEWS index 99234571..c7030155 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +NEWS for the Nettle 3.10.2 release + + This is a maintenance release, with only a few bugfixes and + portability improvements. + + 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