From ee7682fc5315db9b522363b59d1d522de36b637e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Sun, 4 Mar 2012 21:30:20 +0100
Subject: [PATCH] Started on NEWS entries for nettle-2.5.

---
 NEWS | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/NEWS b/NEWS
index 9d3915f4..3d92744c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+NEWS for the 2.5 release
+
+	* Various portability fixes for MacOS and M$ Windows. A lot of
+	  this work done by Martin Storsj�.
+
+	* In particular, Nettle now hopefully works on 64-bit Windows
+	  builds, "W64", including the x86_64 assemby code.
+
+	* Documentation for the base16 and base64 functions. Was
+	  contributed by Jeronimo Pellegrini back in 2006, but
+	  unfortunately forgotten until now.
+
+	* The nettle repository has been migrated from cvs to git,
+	  with a public repository at
+	  http://git.lysator.liu.se/nettle. To make it independent of
+	  the LSH repository, a few files have been moved around.
+	  While at it, files have also been converted from latin-1 to
+	  utf-8.
+
+	The libraries are intended to be binary compatible with
+	nettle-2.2 and later. The shared library names are
+	libnettle.so.4.4 and libhogweed.so.2.2, with sonames still
+	libnettle.so.4 and libhogweed.so.2
+
 NEWS for the 2.4 release
 
 	This is a bugfix release only. It turned out ripemd160 in the
-- 
GitLab