Skip to content

Commit 8b59fc5

Browse files
committed
v1.7.1: add changelog
1 parent e577da9 commit 8b59fc5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
v1.7.1
2+
------
3+
4+
## What's Changed
5+
6+
### Bug fixes
7+
8+
* proxy: Return an error for invalid proxy URLs instead of crashing. by @lrm29 in https://github.com/libgit2/libgit2/pull/6597
9+
* ssh: fix known_hosts leak in _git_ssh_setup_conn by @steven9724 in https://github.com/libgit2/libgit2/pull/6599
10+
* repository: make cleanup safe for re-use with grafts by @carlosmn in https://github.com/libgit2/libgit2/pull/6600
11+
* fix: Add missing include for oidarray. by @dvzrv in https://github.com/libgit2/libgit2/pull/6608
12+
* Revert "CMake: Search for ssh2 instead of libssh2." by @ethomson in https://github.com/libgit2/libgit2/pull/6619
13+
14+
### Compatibility improvements
15+
16+
* stransport: macOS: replace errSSLNetworkTimeout, with hard-coded value by @mascguy in https://github.com/libgit2/libgit2/pull/6610
17+
18+
## New Contributors
19+
* @dvzrv made their first contribution in https://github.com/libgit2/libgit2/pull/6608
20+
* @steven9724 made their first contribution in https://github.com/libgit2/libgit2/pull/6599
21+
22+
**Full Changelog**: https://github.com/libgit2/libgit2/compare/v1.7.0...v1.7.1
23+
124
v1.7
225
----
326

0 commit comments

Comments
 (0)