]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Initial Nettle 3.10.2 NEWS.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 25 Jun 2025 19:34:45 +0000 (21:34 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 25 Jun 2025 19:34:45 +0000 (21:34 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 99234571af35fcc1a4535d33b3243bb441164469..c7030155093aa13f211fe2f65a8fc7cec4988017 100644 (file)
--- 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