summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2020-06-03 10:23:09 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2020-06-03 10:23:09 +0100
commit11dca3ca20af4bfa74d926db5693ed2314ecceb2 (patch)
tree174a0aebe2e486d4cb73c4d7ecefd7b7c551f9d5
parent79507cd8b2fb89555fa1a900d84f24e629fdf902 (diff)
downloadlibgit2-11dca3ca20af4bfa74d926db5693ed2314ecceb2.tar.gz
v1.0.1: prepare the changelog
-rw-r--r--docs/changelog.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 97cf94c6b..c2423c338 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -1,3 +1,33 @@
+v1.0.1
+------
+
+This is a bugfix release with the following changes:
+
+- Calculating information about renamed files during merges is more
+ efficient because dissimilarity about files is now being cached and
+ no longer needs to be recomputed.
+
+- The `git_worktree_prune_init_options` has been correctly restored for
+ backward compatibility. In v1.0 it was incorrectly deprecated with a
+ typo.
+
+- The optional ntlmclient dependency now supports NetBSD.
+
+- A bug where attempting to stash on a bare repository may have failed
+ has been fixed.
+
+- Configuration files that are unreadable due to permissions are now
+ silently ignored, and treated as if they do not exist. This matches
+ git's behavior; previously this case would have been an error.
+
+- v4 index files are now correctly written; previously we would read
+ them correctly but would not write the prefix-compression accurately,
+ causing corruption.
+
+- A bug where the smart HTTP transport could not read large data packets
+ has been fixed. Previously, fetching from servers like Gerrit, that
+ sent large data packets, would error.
+
v1.0
----