Skip to content

Commit 35b8db7

Browse files
authored
Merge pull request #623 from leecow/master
Updates to May update release notes
2 parents d596830 + 7e51631 commit 35b8db7

File tree

3 files changed

+97
-34
lines changed

3 files changed

+97
-34
lines changed

release-notes/1.0/1.0.4-sdk.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Release Notes
2+
3+
## .NET Core May 2017 Update - SDK 1.0.4 Released 5/8/2017
4+
5+
This release includes critical security and reliability updates to improve the quality of .NET Core. The latest releases can be found on the [.NET Core download pages](https://www.microsoft.com/net/download/core#/runtime) or from the following.
6+
7+
* [.NET Core Runtime 1.0.5](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.5-download.md)
8+
* [.NET Core Runtime 1.1.2](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.2-download.md)
9+
* [.NET Core SDK 1.0.4](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.4-sdk-download.md)
10+
11+
The .NET Core SDK 1.0.4 includes .NET Core 1.0.5 and 1.1.2 runtimes so downloading the runtime packages separately is not needed when installing the SDK.
12+
13+
Details regarding the security issues addressed by this release can be seen in the [Security Advisory announcement](https://github.com/dotnet/announcements/issues/12).
14+
15+
### .NET Core 1.0.5 Symbol Packages
16+
17+
Symbol packages for .NET 1.0.5 are available for download from the following locations.
18+
19+
* [CoreCLR](https://go.microsoft.com/fwlink/?LinkID=848773)
20+
* [CoreFX](https://go.microsoft.com/fwlink/?LinkID=848774)
21+
22+
### Docker Images
23+
24+
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. See the new image names below.
25+
26+
#### SDK
27+
28+
* 1.0.5-sdk
29+
* 1.0.5-sdk-nanoserver
30+
* 1.1.2-sdk
31+
* 1.1.2-sdk-nanoserver
32+
33+
#### Runtime
34+
35+
* 1.0.5-runtime
36+
* 1.0.5-runtime-nanoserver
37+
* 1.1.2-runtime
38+
* 1.1.2-runtime-nanoserver
39+
40+
## Closed issues for this release
41+
42+
#### CoreCLR
43+
44+
* [`[640a13cae]`](https://github.com/dotnet/coreclr/commit/640a13cae) Fix debugging on OS X Sierra (#10078) (#10103)
45+
* [`[dafae2f23]`](https://github.com/dotnet/coreclr/commit/dafae2f23) GetAllocatedBytesForCurrentThread unpredictably returns inaccurate values (#10277)
46+
* [`[8123965bc]`](https://github.com/dotnet/coreclr/commit/8123965bc) Eliminate EncodingForwarder performance impact (#10805)
47+
48+
#### CoreFX
49+
50+
* [`[9933227ad9]`](https://github.com/dotnet/corefx/commit/9933227ad9) [HttpClient perf] Ensure CURLOPT_TCP_NODELAY is set by CurlHandler (#16895)
51+
* [`[47d83388b3]`](https://github.com/dotnet/corefx/commit/47d83388b3) Add Xamarin support to System.ValueTuple package (#16447)
52+
* [`[8d774a8244]`](https://github.com/dotnet/corefx/commit/8d774a8244) Update AspNetCoreHosting keyword (#16477)
53+
* [`[ed4a5c8b97]`](https://github.com/dotnet/corefx/commit/ed4a5c8b97) Adding updates to packages to update SqlClient in the 1.1.x release (#17635)
54+
* [`[Microsoft Common Vulnerabilities and Exposures CVE-2017-0248]`](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-0248) Fix for a security feature bypass vulnerability when .NET Core components do not completely validate certificates.
55+
* [`[Microsoft Common Vulnerabilities and Exposures CVE-2017-0247]`](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-0247) .NET Core HTML Encode Unicode Multibyte Vulnerability (System.Text.Encodings.Web) - this is not part of Shared Framework.
56+
57+
### ASP.NET Core
58+
59+
* Please see the [ASP.NET Core release page](https://github.com/aspnet/home/releases/1.1.2) for details on fixes from ASP.NET Core, MVC, Entity Framework Core and others.

release-notes/1.0/1.0.5.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,42 @@
22

33
## .NET Core May 2017 Update - 1.0.5 Released 5/8/2017
44

5-
[.NET Core 1.0.5](https://github.com/dotnet/core/blob/master/release-notes/1.0/1.0.5.md) was released today. Both releases include critical security and reliability updates to improve the quality of .NET Core. You can download the .NET Core Runtime releases via our [.NET Core Runtimes download page](https://www.microsoft.com/net/download/core#/runtime). If you are looking for the .NET Core SDK, to get the latest tools, try the [.NET Core SDK download page](https://www.microsoft.com/net/download/core#/sdk).
5+
This release includes critical security and reliability updates to improve the quality of .NET Core. The latest releases can be found on the [.NET Core download pages](https://www.microsoft.com/net/download/core#/runtime) or from the following.
66

7-
Have a look at the [.NET announcement blog post](https://blogs.msdn.microsoft.com/dotnet/) for details and context around the release.
7+
* [.NET Core Runtime 1.0.5](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.5-download.md)
8+
* [.NET Core Runtime 1.1.2](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.2-download.md)
9+
* [.NET Core SDK 1.0.4](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.4-sdk-download.md)
810

9-
### .NET Core SDK 1.0.4
11+
The .NET Core SDK 1.0.4 includes .NET Core 1.0.5 and 1.1.2 runtimes so downloading the runtime packages separately is not needed when installing the SDK.
1012

11-
**.NET Core SDK 1.0.4** is available for download from the [.NET Core download page](https://www.microsoft.com/net/download/core).
13+
Details regarding the security issues addressed by this release can be seen in the [Security Advisory announcement](https://github.com/dotnet/announcements/issues/12).
1214

13-
### Docker Image Name Changes
15+
### .NET Core 1.0.5 Symbol Packages
16+
17+
Symbol packages for .NET 1.0.5 are available for download from the following locations.
18+
19+
* [CoreCLR](https://go.microsoft.com/fwlink/?LinkID=848773)
20+
* [CoreFX](https://go.microsoft.com/fwlink/?LinkID=848774)
21+
22+
### Docker Images
23+
24+
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. See the new image names below.
1425

15-
The latest .NET Core runtime and tools are available from [Docker](https://hub.docker.com/r/microsoft/dotnet/) in the following Docker SDK images:
26+
#### SDK
1627

1728
* 1.0.5-sdk
1829
* 1.0.5-sdk-nanoserver
1930
* 1.1.2-sdk
2031
* 1.1.2-sdk-nanoserver
2132

22-
You can also use the .NET For runtime images, which contain the latest runtime updates:
33+
#### Runtime
2334

2435
* 1.0.5-runtime
2536
* 1.0.5-runtime-nanoserver
2637
* 1.1.2-runtime
2738
* 1.1.2-runtime-nanoserver
2839

29-
### .NET Core 1.0.5 Symbol Packages
30-
31-
Symbol packages for .NET 1.0.5 are available for download from the following locations.
32-
33-
* [CoreCLR](https://go.microsoft.com/fwlink/?LinkID=848773)
34-
* [CoreFX](https://go.microsoft.com/fwlink/?LinkID=848774)
35-
36-
## Closed issues for 1.0.5
40+
## Closed issues for this release
3741

3842
### CoreCLR
3943

release-notes/1.1/1.1.2.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,42 @@
22

33
## .NET Core May 2017 Update - 1.1.2 Released 5/8/2017
44

5-
[.NET Core 1.1.2](https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.2.md) was released today. Both releases include reliability updates to improve the quality of .NET Core. You can download the .NET Core Runtime releases via our [.NET Core Runtimes download page](https://www.microsoft.com/net/download/core#/runtime). If you are looking for the .NET Core SDK, to get the latest tools, try the [.NET Core SDK download page](https://www.microsoft.com/net/download/core#/sdk).
5+
This release includes critical security and reliability updates to improve the quality of .NET Core. The latest releases can be found on the [.NET Core download pages](https://www.microsoft.com/net/download/core#/runtime) or from the following.
66

7-
Have a look at the [.NET announcement blog post](https://blogs.msdn.microsoft.com/dotnet/) for details and context around the release.
7+
* [.NET Core Runtime 1.0.5](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.5-download.md)
8+
* [.NET Core Runtime 1.1.2](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.2-download.md)
9+
* [.NET Core SDK 1.0.4](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.4-sdk-download.md)
810

9-
### .NET Core SDK 1.0.4
11+
The .NET Core SDK 1.0.4 includes .NET Core 1.0.5 and 1.1.2 runtimes so downloading the runtime packages separately is not needed when installing the SDK.
1012

11-
**.NET Core SDK 1.0.4** is available for download from the [.NET Core download page](https://www.microsoft.com/net/download/core).
13+
Details regarding the security issues addressed by this release can be seen in the [Security Advisory announcement](https://github.com/dotnet/announcements/issues/12).
1214

13-
### Docker Image Name Changes
15+
### .NET Core 1.0.5 Symbol Packages
1416

15-
The latest .NET Core runtime and tools are available from [Docker](https://hub.docker.com/r/microsoft/dotnet/) in the following Docker SDK images:
17+
Symbol packages for .NET 1.0.5 are available for download from the following locations.
18+
19+
* [CoreCLR](https://go.microsoft.com/fwlink/?LinkID=848773)
20+
* [CoreFX](https://go.microsoft.com/fwlink/?LinkID=848774)
21+
22+
### Docker Images
23+
24+
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. See the new image names below.
25+
26+
#### SDK
1627

1728
* 1.0.5-sdk
1829
* 1.0.5-sdk-nanoserver
1930
* 1.1.2-sdk
2031
* 1.1.2-sdk-nanoserver
2132

22-
You can also use the .NET For runtime images, which contain the latest runtime updates:
33+
#### Runtime
2334

2435
* 1.0.5-runtime
2536
* 1.0.5-runtime-nanoserver
2637
* 1.1.2-runtime
2738
* 1.1.2-runtime-nanoserver
2839

29-
### .NET Core 1.1.2 Symbol Packages
30-
31-
Symbol packages for .NET 1.1.2 are available for download from the following locations.
32-
33-
* [CoreCLR](https://go.microsoft.com/fwlink/?LinkID=848802)
34-
* [CoreFX](https://go.microsoft.com/fwlink/?LinkID=848806)
35-
36-
### ASP.NET Core
37-
38-
* Please see the [ASP.NET Core release page](https://github.com/aspnet/home/releases/1.1.2) for details on fixes from ASP.NET Core, MVC, Entity Framework Core and others.
39-
40-
### Closed Issues for 1.1.2
40+
## Closed issues for this release
4141

4242
#### CoreCLR
4343

0 commit comments

Comments
 (0)