]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
NEWS entries for nettle-3.10.1.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 16 Oct 2024 09:16:18 +0000 (11:16 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 14 Dec 2024 19:34:45 +0000 (20:34 +0100)
NEWS

diff --git a/NEWS b/NEWS
index bd0b012fe8a1bae2f2df09f41ac92c549dfa8779..99234571af35fcc1a4535d33b3243bb441164469 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+NEWS for the Nettle 3.10.1 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.10 and libhogweed.so.6.10, with sonames
+       libnettle.so.8 and libhogweed.so.6.
+
+       Bug fixes:
+
+       * Fix buffer overread in the new sha256 assembly for
+         powerpc64, as well as a stack alignment issue.
+
+       * Added missing nettle_mac structs for hmac-gosthash.
+
+       * Fix configure test for valgrind, to not attempt to run
+         valgrind on executables built using memory sanitizers.
+
+       Optimizations:
+
+       * Improved runtime detection of cpu features for OpenBSD and
+         FreeBSD, using elf_aux_info when available. This also adds
+         runtime detection for FreeBSD on arm64. Contributed by Brad
+         Smith.
+
 NEWS for the Nettle 3.10 release
 
        This is a maintenance release, including a few each of bug
@@ -43,7 +70,7 @@ NEWS for the Nettle 3.10 release
          instructions.
 
        * Add arm64 CPU feature detection for Android and for Apple systems,
-         contributed by Foolbar and Tim Kosse, prespectively.
+         contributed by Foolbar and Tim Kosse, respectively.
 
        Miscellaneous: