Bug #1746880: Correctly install DLLs into system32 folder on Win64.
diff --git a/Misc/NEWS b/Misc/NEWS
index e5871cb..9a0cab0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -113,6 +113,8 @@
 Build
 -----
 
+- Bug #1746880: Correctly install DLLs into system32 folder on Win64.
+
 - Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+.
 
 - Patch #1673122: Use an explicit path to libtool when building a framework.