Document in CHANGES that config now recognises 64-bit mingw
authorRichard Levitte <levitte@openssl.org>
Mon, 13 Mar 2017 12:20:55 +0000 (13:20 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 13 Mar 2017 12:20:55 +0000 (13:20 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2917)

CHANGES

diff --git a/CHANGES b/CHANGES
index 12a9c92282426d767c5c97ce6617c96b9873cdf6..b6d5332c8127ef443ab0134c269f94e9e2bece21 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
 
  Changes between 1.1.0e and 1.1.1 [xx XXX xxxx]
 
+  *) Have 'config' recognise 64-bit mingw and choose 'mingw64' as the target
+     platform rather than 'mingw'.
+     [Richard Levitte]
+
   *) x86_64 assembly pack: annotate code with DWARF CFI directives to
      facilitate stack unwinding even from assembly subroutines.
      [Andy Polyakov]