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: dotnet/android-libzipsharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1a0f342
Choose a base ref
...
head repository: dotnet/android-libzipsharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7abbbf4
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Oct 11, 2023

  1. A round of library version updates (#131)

    Changes: https://libzip.org/news/release-1.10.0.html
    Changes: https://libzip.org/news/release-1.10.1.html
    Changes: https://zlib.net/ChangeLog.txt
    Changes: https://github.com/facebook/zstd/releases/tag/v1.5.4
    Changes: https://github.com/facebook/zstd/releases/tag/v1.5.5
    
      * libzip updated to v1.10.1 (from v1.9.2 via 1.10.0)
        A handful of API changes not important to us, fixes for handling
        very large ZIP archives and buffers, use ISO C secure library
        functions.
      * zlib updated to v1.3.0 (from v1.2.13)
        Changes which mostly affect the gzip compression, not used by
        libzip.
      * zstd updated to v1.5.5 (from v1.5.2, via v1.5.4)
        v1.5.4 is mostly a performance improvement release, see the URL
        above for details. v1.5.5 is a quickfix release addressing a
        rare corruption bug in high compression mode, plus more performance
        improvements.
    grendello authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ed2ccd5 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Bump to microsoft/vcpkg@c8696863d3 (#133)

    Changes: microsoft/vcpkg@94ce0da...c869686
    
    A recent build attempt failed downloading various mingw dependencies:
    
        Error: Failed to download from mirror set:
        https://repo.msys2.org/mingw/i686/mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst: failed: status code 404
    
    Bumping to the latest vcpkg release tag appears to fix this.
    pjcollins authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    22957e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    ca8a64a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7abbbf4 View commit details
    Browse the repository at this point in the history
Loading