From: Niels Möller Date: Sat, 24 Nov 2018 09:11:39 +0000 (+0100) Subject: Initial NEWS entries for nettle-3.4.1. X-Git-Tag: nettle_3.4.1rc1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51b64bb84ca860a7b39d1cd121b03e2db3b67743;p=thirdparty%2Fnettle.git Initial NEWS entries for nettle-3.4.1. --- diff --git a/NEWS b/NEWS index 75f8aff6..a5cf5d47 100644 --- 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