Skip to content

v0.25.1 (2019-08-13)

Choose a tag to compare

@implausible implausible released this 13 Aug 20:50
· 510 commits to master since this release

Summary of changes

Security patch for LibGit2:

  • A carefully constructed commit object with a very large number
    of parents may lead to potential out-of-bounds writes or
    potential denial of service.

  • The ProgramData configuration file is always read for compatibility
    with Git for Windows and Portable Git installations. The ProgramData
    location is not necessarily writable only by administrators, so we
    now ensure that the configuration file is owned by the administrator
    or the current user.

Additionally:

  • Stash should run much faster now.

Merged PRs into LibGit2