From: Niels Möller Date: Wed, 16 Oct 2024 09:16:18 +0000 (+0200) Subject: NEWS entries for nettle-3.10.1. X-Git-Tag: nettle_3.10.1_release_20241230~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8dc9b4e6d624b39c25dace12ecbd51b319992c0d;p=thirdparty%2Fnettle.git NEWS entries for nettle-3.10.1. --- diff --git a/NEWS b/NEWS index bd0b012f..99234571 100644 --- 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: