Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2015-06-24 06:30:58 +0300
committerEdward Thomson <ethomson@edwardthomson.com>2015-06-24 06:30:58 +0300
commitbd670abd23944a20c6a84978ea590c8fd4258cb2 (patch)
treedf51120cb908816edcc098da00c433b51f28fbf4 /CHANGELOG.md
parent8351abc7822c38f597bf0ee07f0f293a4f62b1f3 (diff)
parentbb4896f22c9199e88b25a47ee4389a7e778d9d7f (diff)
Merge pull request #3226 from libgit2/cmn/racy-diff-again
racy-git, the missing link
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb7ae842b..1340f78f9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -69,6 +69,9 @@ support for HTTPS connections insead of OpenSSL.
and `git_diff_buffers` now accept a new binary callback of type
`git_diff_binary_cb` that includes the binary diff information.
+* The race condition mitigations described in `racy-git.txt` have been
+ implemented.
+
### API additions
* The `git_merge_options` gained a `file_flags` member.