dotnet-core/release-notes/1.0/1.0.5.md

53 lines
2.4 KiB
Markdown
Raw Normal View History

# Release Notes
## .NET Core May 2017 Update - 1.0.5 Released 5/8/2017
2020-10-05 21:29:00 +02:00
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://dotnet.microsoft.com/download/dotnet-core/current/runtime) or from the following.
2017-05-09 22:05:57 +02:00
* [.NET Core Runtime 1.0.5](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.5-download.md)
* [.NET Core Runtime 1.1.2](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.2-download.md)
* [.NET Core SDK 1.0.4](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.4-sdk-download.md)
2017-05-09 22:05:57 +02:00
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.
2017-05-09 22:05:57 +02:00
Details regarding the security issues addressed by this release can be seen in the [Security Advisory announcement](https://github.com/dotnet/announcements/issues/12).
2017-05-09 22:05:57 +02:00
### .NET Core 1.0.5 Symbol Packages
Symbol packages for .NET 1.0.5 are available for download from the following locations.
* [CoreCLR](https://go.microsoft.com/fwlink/?LinkID=848773)
* [CoreFX](https://go.microsoft.com/fwlink/?LinkID=848774)
### Docker Images
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. See the new image names below.
2017-05-09 22:05:57 +02:00
#### SDK
* 1.0.5-sdk
* 1.0.5-sdk-nanoserver
* 1.1.2-sdk
* 1.1.2-sdk-nanoserver
2017-05-09 22:05:57 +02:00
#### Runtime
* 1.0.5-runtime
* 1.0.5-runtime-nanoserver
* 1.1.2-runtime
* 1.1.2-runtime-nanoserver
2017-05-09 22:05:57 +02:00
## Closed issues for this release
### CoreCLR
* [`[f4579b26d]`](https://github.com/dotnet/coreclr/commit/f4579b26d) Fix debugging on OS X Sierra (#10078) (#10205)
### CoreFX
* [`[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.
* [`[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.
### ASP.NET Core
* Please see the [ASP.NET Core release page](https://github.com/aspnet/home/releases/1.0.5) for details on fixes from ASP.NET Core, MVC, Entity Framework Core and others.