From fc2cc75b70d7351782ee2360c7d6817c588be3c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Mon, 27 May 2013 21:11:09 +0200
Subject: [PATCH] In NEWS, note problem with --disable-static on windows.

---
 NEWS | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 91e98bcb..db2e419a 100644
--- a/NEWS
+++ b/NEWS
@@ -31,13 +31,15 @@ NEWS for the 2.7.1 release
 	  slower. This is being fixed by the gcc hackers, see
 	  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57157.
 	  
-	The following problem has been reported, but is *not* fixed in
-	this release:
+	The following problems have been reported, but are *not* fixed
+	in this release:
 
 	* ARM assembly files use instruction syntax which is not
           supported by all assemblers. Workaround: Use a current
           version of GNU as, or configure with --disable-assembler.
 
+	* Configuring with --disable-static doesn't work on windows.
+	
 	The libraries are intended to be binary compatible with
 	nettle-2.2 and later. The shared library names are
 	libnettle.so.4.7 and libhogweed.so.2.5, with sonames still
-- 
GitLab