From e7cc72a508ceb5df0df1e18f42f35c487ed0184a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sun, 19 Nov 2017 09:55:42 +0100 Subject: [PATCH] Update NEWS with base64 and base16 changes. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- GitLab