+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