summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2023-02-28 10:22:07 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2023-02-28 10:22:07 +0000
commit25ec37379ed07b10c4ecc6143cf6018cabc8f857 (patch)
treee8a505fa0e8573f7250584754a47fbc5e0b0af3b /docs
parent9d1a3ef7c722d38c8d007627b3ae830c2e658929 (diff)
downloadlibgit2-25ec37379ed07b10c4ecc6143cf6018cabc8f857.tar.gz
v1.6.2: update changelogv1.6.2
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index c27a07496..f685234aa 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -1,3 +1,23 @@
+v1.6.2
+------
+
+## What's Changed
+### Bug fixes
+
+* remote: always populate old id in update tips by @ethomson in https://github.com/libgit2/libgit2/pull/6506
+ The update tips callback would not always be properly provided with an empty (`0000000...`) OID for new refs.
+
+* Revert #6503 by @ethomson in https://github.com/libgit2/libgit2/pull/6511
+ The certificate callback added port information for callbacks in #6503, but the format was ambiguous with IPv6 addresses. Revert this change temporarily.
+
+* Add `git_odb_backend_loose` back by @ethomson in https://github.com/libgit2/libgit2/pull/6512
+ During SHA256 refactoring, the `git_odb_backend_loose` API was accidentally removed. Add it back.
+
+* meta: configure pkg-config .pc correctly by @ethomson in https://github.com/libgit2/libgit2/pull/6514
+ During SHA256 refactoring, the pkg-config `.pc` file was erroneously renamed to `git2` instead of `libgit2`. Repair this.
+
+**Full Changelog**: https://github.com/libgit2/libgit2/compare/v1.6.1...v1.6.2
+
v1.6
----