CHANGELOG: update for v0.27.7
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 38db317..f7e72d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,48 @@
+v0.27.7
+-------
+
+This is a bugfix release with the following changes or improvements:
+
+- Our continuous integration environment has switched from Travis and
+ AppVeyor to Azure Pipelines CI.
+
+- Fix adding worktrees for bare repositories.
+
+- Fix parsed patches not computing the old respectively new line
+ numbers correctly.
+
+- Fix parsing configuration variables which do not have a section.
+
+- Fix a zero-byte allocation when trying to detect file renames and
+ copies of a diff without any hunks.
+
+- Fix a zero-byte allocation when trying to resize or duplicate
+ vectors.
+
+- Fix return value when trying to unlock worktrees which aren't
+ locked.
+
+- Fix returning an unitialized error code when preparing a revision
+ walk without any pushed commits.
+
+- Fix return value of `git_remote_lookup` when lookup of
+ "remote.$remote.tagopt" fails.
+
+- Fix the revision walk always labelling commits as interesting due
+ to a mishandling of the commit date.
+
+- Fix the packbuilder inserting uninteresting blobs when adding a
+ tree containing references to such blobs.
+
+- Ignore unsupported authentication schemes in HTTP transport.
+
+- Improve performane of `git_remote_prune`.
+
+- Fix detection of whether `qsort_r` has a BSD or GNU function
+ signature.
+
+- Fix detection of iconv if it is provided by libc.
+
v0.27.6
-------