From: Richard Levitte Date: Mon, 13 Mar 2017 12:20:55 +0000 (+0100) Subject: Document in CHANGES that config now recognises 64-bit mingw X-Git-Tag: OpenSSL_1_1_1-pre1~2062 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=b1fa4031feb94e1406f3bd2ba0f771e48d0407b5;ds=sidebyside Document in CHANGES that config now recognises 64-bit mingw Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2917) --- diff --git a/CHANGES b/CHANGES index 12a9c92282..b6d5332c81 100644 --- 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]