KEMBAR78
Comparing v1.11.430...v1.11.510 · microsoft/winget-cli · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/winget-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.430
Choose a base ref
...
head repository: microsoft/winget-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.510
Choose a head ref
  • 3 commits
  • 32 files changed
  • 1 contributor

Commits on Jul 21, 2025

  1. Update detours vcpkg to use prior version (CP to 1.11) (#5608)

    Cherry pick #5601
    
    ## Change
    Starting with the time that the UndockedRegFreeWinRT change was
    introduced and working backward through commits, I found the equivalent
    one (only whitespace changes are present, probably due to
    auto-formatting). This change uses the existing overlay infrastructure
    to update the detours port to that commit.
    JohnMcPMS authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    1474b6a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Improve COM static store usage (port to 1.11) (#5685)

    CP from #5680 
    
    Ported changes backward from the termination handling refactor.
    JohnMcPMS authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    e75fd58 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. MS Store cert pinning updates (1.11) (#5735)

    Cherry-pick #5732 to 1.11
    
    ## Change
    New certificate pinning guidelines/PKI allow us to pin only a trusted
    intermediate. This means less churn due to renewals with the Store.
    
    Adds functionality to the pinning validation to allow partial chain
    definitions. This is leveraged to allow chains containing two new
    intermediate certificates
    
    The existing chains are left as is since they continue to be the current
    in-operation values.
    
    ## Validation
    Adds new tests covering partial chain definitions, etc.
    Adds a new test to warn about the remaining lifetime of pinning
    certificates.
    JohnMcPMS authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    cf4eb46 View commit details
    Browse the repository at this point in the history
Loading