aboutsummaryrefslogtreecommitdiffstats
path: root/doc/log.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/log.txt')
-rw-r--r--doc/log.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index acce16410..9edd60018 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -23,6 +23,11 @@ Version 1.10.2, Not Yet Released
* Add AltiVec detection for OpenBSD, contributed by Brad Smith (PR 162)
+* If targetting GCC on a Windows system, configure.py will warn that
+ likely you wanted to configure for either MinGW or Cygwin, not the
+ generic Windows target which is oriented to Win32 plus the Visual
+ C++ runtime.
+
* Fixed a compilation problem of the dynamic loader hooks under MinGW GCC
* Don't set a soname on OpenBSD, as it doesn't support it (PR 158)