From: Niels Möller Date: Sun, 19 Nov 2017 08:55:42 +0000 (+0100) Subject: Update NEWS with base64 and base16 changes. X-Git-Tag: nettle_3.4_release_20171119~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7cc72a508ceb5df0df1e18f42f35c487ed0184a;p=thirdparty%2Fnettle.git Update NEWS with base64 and base16 changes. --- diff --git a/NEWS b/NEWS index d91ec63d..75f8aff6 100644 --- a/NEWS +++ b/NEWS @@ -46,6 +46,12 @@ NEWS for the Nettle 3.4 release Miscellaneous: + * The base16 and base64 functions now use the type char * for + ascii data, rather than uint8_t *. This eliminates the last + pointer-signedness warnings when building Nettle. This is a + minor API change, and applications may need to be adjusted, + but the ABI is unaffected on all platforms I'm aware of. + * The contents of the header file nettle/version.h is now architecture independent, except in --enable-mini-gmp configurations.