]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Copy NEWS entries for Nettle-3.10.2.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 26 Jun 2025 19:53:14 +0000 (21:53 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 26 Jun 2025 19:53:14 +0000 (21:53 +0200)
NEWS

diff --git a/NEWS b/NEWS
index da9ee680288f0e689fad80c83f238e197f231809..94f0e233581b0a1cfe928adc9fe6134c2d5d07a3 100644 (file)
--- 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