commit | aa1e005d261ffa43ee4071ac79db97830eb8386d | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Aug 30 18:37:41 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Aug 30 18:37:41 2007 +0000 |
tree | 6ab7f476e09ff721f03053052be9acdf1c29640c | |
parent | d4c096900bf553e9339074da6eefeff388eac208 [diff] [blame] |
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.