dotnet-core/release-notes/1.0/1.0.8.md
2017-11-14 09:48:00 -08:00

4 KiB

.NET Core November 2017 Update - Released 11/14/2017

.NET Core 1.0.8, 1.1.5 and SDK 1.1.5 are available for download and usage in your environment.

Downloads

After installing the .NET Core SDK 1.1.5, the following command will show that you're running version 1.1.5 of the tools.

dotnet --version

Your feedback is important and appreciated. We've created dotnet/core #???? for your questions and comments.

Azure AppServices

Deployment of the November 2017 Update on Azure AppServices is in process. Because AppServices is a high availability service, the deployment is carefully staged across regions over a period of time. Availability will begin in the West US 2 region today and gradually expand to all regions over the next few days.

November Update Highlights

Security Advisories

Docker Images

The .NET Core Docker images have been updated for this release. Look for the 1.1.5 images.

Fixes in the November 2017 Update

1.0.8

CoreCLR

  • [54f1cf6] Port to 1.0.0 - Fix passing struct with four floats in registers via reflection (#14392)
  • [0ddcf7e] Fix resource lookup recursion issue (#13948)
  • [254df57] Remove FreeBSD 10.1/OpenSuSE 13.2 and Fedora 23 (#13634)

CoreFX

  • [686812c] rel/1.0.0: Fix ECDsa ExportParameters segfault (#24458)
  • [88f43c3] Remove EOL'd OS's openSuSE 13.2 and Fedora 23 have been EOL'd and are no longer usable/upgradeable in CI. (#23621)
  • [ec5640f] Fix handling of flock in FileStream on Unix (#23235)
  • [e13c1b0] Packaging updates to service X509Certificates
  • [47d95a6] Simplify X509Chain building with OpenSSL
  • [a077f83] add apfs introduced by OSX 10.13
  • [3af071c] Prevent crash when Openssl's PKCS12_parse function fails.

1.1.5

CoreCLR

CoreFX

  • [aff7844] Fix ECDsa ExportParameters segfault
  • [617d183] Remove EOL openSuSE 42.1 (#23682)
  • [3d76b76] Update CoreClr, CoreFx to servicing-25629-01, servicing-25629-01, respectively
  • [374c767] Remove EOL'd OS's openSuSE 13.2 and Fedora 23 (#23622)
  • [144bfd9] Packaging updates to service X509Certificates
  • [3a3dda9] Simplify X509Chain building with OpenSSL
  • [710d628] Put System.Net.Http for servicing.
  • [3d2debc] add apfs introduced in osx 10.13