summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7b7ee03a0..92fc5b41b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,10 @@
git-annex (6.20170215) UNRELEASED; urgency=medium
+ * Cryptographically secure hashes can be forced to be used in a
+ repository, by setting annex.securehashesonly.
+ This does not prevent the git repository from containing files
+ with insecure hashes, but it does prevent the content of such files
+ from being added to .git/annex/objects.
* sync, merge: Fail when the current branch has no commits yet, instead
of not merging in anything from remotes and appearing to succeed.
* Run ssh with -n whenever input is not being piped into it,