summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMouriNaruto <Mouri_Naruto@outlook.com>2019-05-12 05:10:58 +0800
committerMatt Caswell <matt@openssl.org>2019-06-10 10:22:36 +0100
commit5ded1ca6dade13e093086573f4cebe400bff9f4d (patch)
treec63ffbc195d9a2bc69b0a27e0ddb1f93ba09b034 /CHANGES
parentb4d3f203da6210f148b2a0c7bf5a802b55ba0e65 (diff)
Improve the Windows OneCore target support. (Add targets for building libraries for Windows Store apps.)
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8917)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7151e2bfb5..ef2a890d7c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,11 @@
Changes between 1.1.1 and 3.0.0 [xx XXX xxxx]
+ *) Add target VC-WIN32-UWP, VC-WIN64A-UWP, VC-WIN32-ARM-UWP and
+ VC-WIN64-ARM-UWP in Windows OneCore target for making building libraries
+ for Windows Store apps easier. Also, the "no-uplink" option has been added.
+ [Kenji Mouri]
+
*) Join the directories crypto/x509 and crypto/x509v3
[Richard Levitte]