Skip to content

libgit2 v1.7.1

Compare
Choose a tag to compare
@ethomson ethomson released this 14 Aug 21:49
· 6 commits to maint/v1.7 since this release
a2bde63

v1.7.1

What's Changed

Bug fixes

  • proxy: Return an error for invalid proxy URLs instead of crashing. by @lrm29 in #6597
  • ssh: fix known_hosts leak in _git_ssh_setup_conn by @steven9724 in #6599
  • repository: make cleanup safe for re-use with grafts by @carlosmn in #6600
  • fix: Add missing include for oidarray. by @dvzrv in #6608
  • Revert "CMake: Search for ssh2 instead of libssh2." by @ethomson in #6619

Compatibility improvements

  • stransport: macOS: replace errSSLNetworkTimeout, with hard-coded value by @mascguy in #6610

New Contributors

Full Changelog: v1.7.0...v1.7.1