Skip to content

Commit 82310c2

Browse files
Update README.md
Adding changes to be shipped for upcoming 6.2.11 release
1 parent 793f496 commit 82310c2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

releases/UWP/net-native2.2/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ You can see what was included in each .NET Native 2.2 ([Microsoft.NETCore.Univer
44

55
When using Visual Studio, these packages require Visual Studio 2019 or Visual Studio 2017 Version 15.9.
66

7+
### UWP 6.2.11 (November 19th, 2020)
8+
- .NET Native fix for call to `string.Replace` does not terminate and goes into an infinite loop
9+
- Fix is to consume updated Telemetry files which is shipped in UWP 6.2.11
10+
- Fix denial of service (DoS) by cap the maximum length passed to the StringBuilder(int capacity) ctor
11+
- 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
12+
- Fix for crashes seen in WireUpCoreRuntime on duplicate executables
13+
- Fix ILT0005 error when building InMobiSDk. This Fix addresses an access violation in complier when building InMobiSDK resulting in ILT0005 error
14+
- This build provides a workaround that resolves OOM issues for ARM64 compilation scenarios which has been validated by liquidtext.
15+
16+
17+
718
### UWP 6.2.10 (March 18th, 2020)
819
- Fix for RhpCallFilterFunclet stack misalignment on ARM causing runtime failures
920
(https://github.com/dotnet/corert/pull/7744)

0 commit comments

Comments
 (0)