Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1711.1 release #2814

Merged
merged 10 commits into from
Nov 10, 2017
Merged

1711.1 release #2814

merged 10 commits into from
Nov 10, 2017

Commits on Jul 7, 2017

  1. Fix some NSArray/NSMutableArray issues

    * removeObject:inRange: was originally finding the first instance of the
      object in the range, and then doing an array-wide search-and-remove
      every time it found one. This was very clearly wrong.
    * removeObject: is supposed to remove every instance of the found object.
      It wasn't doing so. Fixes microsoft#2771.
    * removeObjectIdenticalTo: is supposed to remove every instance of the
      found object. It also wasn't doing so.
    * removeObjectIdenticalTo:inRange: wasn't implemented.
    * exchangeObjectAtIndex:withObjectAtIndex: was not using its CF
      optimized implementation.
    * Methods that mutated ranges were not bounds-checking those ranges.
    DHowett committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    71669cd View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2017

  1. Disable UIKitActionSheetTests (microsoft#2784)

    * Disable UIKitActionSheetTests
    
    Causing failures in subsequent tests in the daily build.
    ms-jihua committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    c268596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a289d8f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. Configuration menu
    Copy the full SHA
    996163f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. Configuration menu
    Copy the full SHA
    31777b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. Peg cppwinrt to version 2017.4.6.1 (microsoft#2795)

    Version 2017.8.25.1 was published last week, which introduces some breaking changes and requires VS2017 15.3.
    For the time being, we will continue to consume 2017.4.6.1.
    ms-jihua committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    bdee9f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2017

  1. Update Expired App Certificates (microsoft#2803)

    * Update expired app certificates
    
    * Revert changes to Test App project files.
    
    * Use same app certificate for each internal test app
    
    * Fix internal app certificates
    MSFTFox committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    2f6c508 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Configuration menu
    Copy the full SHA
    e59dd27 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2017

  1. Unify App Certificate Across Repos (microsoft#2811)

    * NewCerts
    
    * New certs
    MSFTFox committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    46e59cd View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Update NuGet.exe in initialization script to new version. (microsoft#…

    …2809)
    
    NuGet.exe fails to restore packages. Updating to NuGet 4.4 instead
    of 4.0 resolves the issue.
    MSFTFox committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    50d5773 View commit details
    Browse the repository at this point in the history