dotnet-core/release-notes/2.1/2.1.5/2.1.5-commits.md
Lee Coward 17e11b8d0b 2.1.5 release content
add commits

update gs file locations

Update placeholders so links are valid.
2018-10-01 07:36:08 -07:00

5.1 KiB

Commits to .NET Core 2.1.5 and .NET Core SDK 2.1.403

This is a curated list of commits across the .NET Core 2.1.5 development cycle.

CoreCLR

  • 2018-09-11 - [cb730c5c1e] Fix callKillSet for CORINFO_HELP_ASSIGN_BYREF on x64. (#19780) (#19803)
  • 2018-09-11 - [d05c93d373] Port Fix ICU load on OpenSUSE Tumbleweed to 2.1 (#19861)
  • 2018-08-31 - [a25682cdcf] Determine memory load based on cgroup usage. (#19518) (#19650)
  • 2018-08-28 - [9663131aec] Fix a PAL spin lock issue (#19606)
  • 2018-08-24 - [eae0a38b81] Fix stepping issues in ARM debugging (#19255)
  • 2018-08-24 - [f706053851] Fix stepping issues in ARM debugging (#19255)
  • 2018-08-24 - [5db8cec4e9] Fix stepping issues in ARM debugging (#19255)
  • 2018-08-24 - [70e26d060f] Fix stepping issues in ARM debugging (#19255)
  • 2018-08-24 - [de90cbd4dd] Fix stepping issues in ARM debugging (#19255)
  • 2018-08-13 - [6ddb33afcf] Sign xstate binary from correct location (#19470)
  • 2018-08-07 - [67a2105a01] Add Tizen 5.0 RID
  • 2018-08-02 - [594400d009] Fix version of System.Runtime.Intrinsics.Experimental (#19260)
  • 2018-07-31 - [760418ee6e] JIT: port extra check to struct of struct of x promotion to relase/2.1

CoreFX

  • 2018-09-13 - [be79afda4d] [release/2.1] Fix windows auth when we receive a 401 after auth completes (#32243)
  • 2018-09-12 - [76b3ac0136] Pin version of S.D.DiagnosticSource on non-netfx platforms
  • 2018-09-06 - [ab121ec606] [2.1] Port "Do not expand stacktraces when completion exception is rethrown multiple times" (#31680)
  • 2018-09-06 - [ebc79f6489] Ensure that TrySetECDHNamedCurve is always called, enabling ECDHE ciphersuites (#32034)
  • 2018-08-27 - [83ac6fa606] [release/2.1] Fix Granularity for copy operation on unix (#31046)
  • 2018-08-27 - [81a99c51fe] Fix Icon overflow bug when image entry is a PNG file
  • 2018-08-21 - [5af7a6b967] Increate ReadAsyncCompletesIfFlushAsyncCanceledMidFlush timeout to 5 minutes (#31745)
  • 2018-08-21 - [d8e222dfd9] Limit ReadAsyncCompletesIfFlushAsyncCanceledMidFlush iteration count
  • 2018-08-21 - [bee0e9df4d] Syncronize cancellation in ReadAsyncCompletesIfFlushAsyncCanceledMidFlush (#31365)
  • 2018-08-21 - [141c2f4ce3] Fix ReadAsync not returning when cancellation token fires during FlushAsync (#31212)
  • 2018-08-14 - [f4e9110b2f] Fix looking up headers on HttpClient response (#31550)
  • 2018-08-10 - [3c735e45ec] Removing Fedora 26 and adding 28 as appropriate.
  • 2018-08-09 - [c6950db679] add back parsing for simple configuration (#31314) (#31367)
  • 2018-08-09 - [d6f8efc8be] improve port parsing to be more resilient against trailing characters (#31232) (#31327)
  • 2018-08-09 - [f602b2117a] Fix HttpWebRequest when using system proxy settings (#31123)
  • 2018-08-07 - [7993de4d2a] Add macOS 10.14 Mojave to the RID graph (#31548)
  • 2018-08-03 - [95f382a9f2] Handle NT auth with Connection: close on initial challenge #31527
  • 2018-07-24 - [cf41dcce70] Handle overflow in uname -r (#31261)
  • 2018-07-24 - [d438da4875] Ensure that exporting an unsorted attributes signed payload doesn't sort them.
  • 2018-07-24 - [2f8e2bb0c5] Allow SignedCms to verify documents whose signer didn't sort attributes.
  • 2018-07-18 - [16cf9914d7] Port of 'Ensure ConcurrentBag's TryTake is linearizable' again