]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Update NEWS for nettle-3.1.1.
authorNiels Möller <nisse@lysator.liu.se>
Fri, 24 Apr 2015 17:18:10 +0000 (19:18 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 24 Apr 2015 17:18:10 +0000 (19:18 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 6db169cf74fbfa8ca44bfb82eabde23b102e8508..ecfd99b54e34ce847901b6ed64fc3c5af10a7d19 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+NEWS for the Nettle 3.1.1 release
+
+       This release fixes a couple of non-critical bugs.
+
+       Bug fixes:
+
+       * By accident, nettle-3.1 disabled the assembly code for the
+         secp_224r1 and secp_521r1 elliptic curves on all x86_64
+         configurations, making signature operations on those curves
+         10%-30% slower. This code is now re-enabled.
+
+       * The x86_64 assembly implementation of gcm hashing has been
+          fixed to work with the Sun/Oracle assembler.
+
+       The shared library names are libnettle.so.6.1 and
+       libhogweed.so.4.1, with sonames still libnettle.so.6 and
+       libhogweed.so.4. It is intended to be fully binary compatible
+       with nettle-3.1.
+
 NEWS for the Nettle 3.1 release
 
        This release adds a couple of new features.