From b870f3b7786b5bb7cfeec44fe866382e21e3dac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sat, 3 Sep 2011 08:15:11 +0200 Subject: [PATCH] *** empty log message *** Rev: nettle/ChangeLog:1.221 Rev: nettle/NEWS:1.17 --- ChangeLog | 5 +++++ NEWS | 11 +++++++++++ 2 files changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index e849f77e..92e94b0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-09-03 Niels M�ller <nisse@lysator.liu.se> + + * ripemd160-compress.c: Added missing include of config.h. Needed + for correct operation on big-endian systems. + 2011-09-02 Niels M�ller <nisse@amfibolit.hack.org> * configure.ac: Changed version number to 2.4. diff --git a/NEWS b/NEWS index 8bf59a01..9d3915f4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +NEWS for the 2.4 release + + This is a bugfix release only. It turned out ripemd160 in the + 2.3 release was broken on all big-endian systems, due to a + missing include of config.h. nettle-2.4 fixes this. + + The library is intended to be binary compatible with + nettle-2.2 and nettle-2.3. The shared library names are + libnettle.so.4.3 and libhogweed.so.2.1, with sonames still + libnettle.so.4 and libhogweed.so.2. + NEWS for the 2.3 release * Support for the ripemd-160 hash function. -- GitLab