8000 v1.6.2: update changelog · libgit2/libgit2@25ec373 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25ec373

Browse files
committed
v1.6.2: update changelog
1 parent 9d1a3ef commit 25ec373

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
v1.6.2
2+
------
3+
4+
## What's Changed
5+
### Bug fixes
6+
7+
* remote: always populate old id in update tips by @ethomson in https://github.com/libgit2/libgit2/pull/6506
8+
The update tips callback would not always be properly provided with an empty (`0000000...`) OID for new refs.
9+
10+
* Revert #6503 by @ethomson in https://github.com/libgit2/libgit2/pull/6511
11+
The certificate callback added port information for callbacks in #6503, but the format was ambiguous with IPv6 addresses. Revert this change temporarily.
12+
13+
* Add `git_odb_backend_loose` back by @ethomson in https://github.com/libgit2/libgit2/pull/6512
14+
During SHA256 refactoring, the `git_odb_backend_loose` API was accidentally removed. Add it back.
15+
16+
* meta: configure pkg-config .pc correctly by @ethomson in https://github.com/libgit2/libgit2/pull/6514
17+
During SHA256 refactoring, the pkg-config `.pc` file was erroneously renamed to `git2` instead of `libgit2`. Repair this.
18+
19+
**Full Changelog**: https://github.com/libgit2/libgit2/compare/v1.6.1...v1.6.2
20+
121
v1.6
222
----
323

0 commit comments

Comments
 (0)
0