summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-02-24 12:28:10 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-24 12:31:23 -0400
commitd79fc1fc6fc5b8f3c0f60e1cba37c984bc5af901 (patch)
treea304bc5db9c90c27b0ab5cff3d39ab1e19a236b7 /CHANGELOG
parent1da3d6d7d6e44e2e4cc2930f6db4c37af20dd718 (diff)
update
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4d6bc19f3..9f3c22414 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -33,10 +33,10 @@ git-annex (6.20170215) UNRELEASED; urgency=medium
to wget, since curl is able to display only errors to stderr, unlike
wget.
* status: Pass --ignore-submodules=when option on to git status.
- * Tighten key parser to mitigate against hypothetical SHA1 preimage
+ * Tighten key parser to mitigate against hypothetical SHA1 chosen-prefix
attacks. This ensures that signed git commits of annexed files
- will remain secure, even against the worst possible future SHA1
- attacks, as long as git-annex is using a secure hashing backend.
+ will remain secure, as long as git-annex is using a secure hashing
+ backend.
-- Joey Hess <id@joeyh.name> Tue, 14 Feb 2017 15:54:25 -0400