From 82310c2f256c65e1a5a46f267e7fbfd5d9a3a8f5 Mon Sep 17 00:00:00 2001 From: kalaskarsanket <73312933+kalaskarsanket@users.noreply.github.com> Date: Wed, 18 Nov 2020 17:28:48 -0800 Subject: [PATCH] Update README.md Adding changes to be shipped for upcoming 6.2.11 release --- releases/UWP/net-native2.2/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/releases/UWP/net-native2.2/README.md b/releases/UWP/net-native2.2/README.md index ce2cfb4..1987d91 100644 --- a/releases/UWP/net-native2.2/README.md +++ b/releases/UWP/net-native2.2/README.md @@ -4,6 +4,17 @@ You can see what was included in each .NET Native 2.2 ([Microsoft.NETCore.Univer When using Visual Studio, these packages require Visual Studio 2019 or Visual Studio 2017 Version 15.9. +### UWP 6.2.11 (November 19th, 2020) +- .NET Native fix for call to `string.Replace` does not terminate and goes into an infinite loop +- Fix is to consume updated Telemetry files which is shipped in UWP 6.2.11 +- Fix denial of service (DoS) by cap the maximum length passed to the StringBuilder(int capacity) ctor +- Fix to avoid incorrectly leaking thread COM state to default thread pool by turning on AppContext switch by default. 6.2.10 had shipped the original fix but with this release the switch is enabled by default +- Fix for crashes seen in WireUpCoreRuntime on duplicate executables +- Fix ILT0005 error when building InMobiSDk. This Fix addresses an access violation in complier when building InMobiSDK resulting in ILT0005 error +- This build provides a workaround that resolves OOM issues for ARM64 compilation scenarios which has been validated by liquidtext. + + + ### UWP 6.2.10 (March 18th, 2020) - Fix for RhpCallFilterFunclet stack misalignment on ARM causing runtime failures (https://github.com/dotnet/corert/pull/7744)