From: Niels Möller Date: Mon, 2 Jun 2014 20:38:43 +0000 (+0200) Subject: Mention M$ Windows shared library fixes. X-Git-Tag: nettle_3.0_release_20140607~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83a90749677b968ee2f563a2cae3ae6e7f9b6899;p=thirdparty%2Fnettle.git Mention M$ Windows shared library fixes. --- diff --git a/NEWS b/NEWS index f2c4c366..a45ea571 100644 --- a/NEWS +++ b/NEWS @@ -96,6 +96,8 @@ NEWS for the Nettle 3.0 release * Use GMP's allocation functions for temporary storage related to bignums, to avoid potentially large stack allocations. + * Fixes for shared libraries on M$ Windows. + New features: * Support for Poly1305-AES MAC.