]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Initial NEWS entries for nettle-3.4.1.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 24 Nov 2018 09:11:39 +0000 (10:11 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 24 Nov 2018 09:11:39 +0000 (10:11 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 75f8aff60c3e5c3d239902b8144209197dc08f56..a5cf5d47d3f213253f1d36912efc1138831928e9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+NEWS for the Nettle 3.4.1 release
+
+       This is a bugfix release.
+
+       Bug fixes:
+
+       * Fix bug in pkcs1-conv, missing break statements in the
+         parsing of PEM input files.
+
+       * Fix link error on the pss-mgf1-test test, affecting builds
+         without public key support.
+
+       The shared library names are libnettle.so.6.5 and
+       libhogweed.so.4.5, 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.4 release
 
        This release fixes bugs and adds a few new features. It also