summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2017-06-11 12:21:23 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2017-06-11 12:21:23 +0100
commita1b4cafde5bfd64b4599380246ae2f153818ec35 (patch)
tree236b67c32d328e113e73327e59fb144a0a6d5f6f
parent29ef7d3f3bb59b1d7896d84de76b5ea93392da90 (diff)
downloadlibgit2-a1b4cafde5bfd64b4599380246ae2f153818ec35.tar.gz
changelog: add some final 0.26 changes
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 499121f48..f06321bfc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,12 +24,17 @@ v0.25 + 1
* We now optionally call `fsync` on loose objects, packfiles and their indexes,
loose references and packed reference files.
-* We can now build against OpenSSL v1.1.
+* We can now build against OpenSSL v1.1 and against LibreSSL.
* `GIT_MERGE_OPTIONS_INIT` now includes a setting to perform rename detection.
This aligns this structure with the default by `git_merge` and
`git_merge_trees` when `NULL` was provided for the options.
+* Improvements for reading index v4 files.
+
+* Perform additional retries for filesystem operations on Windows when files
+ are temporarily locked by other processes.
+
### API additions
* New family of functions to handle worktrees: