diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-02-24 20:56:26 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-02-24 20:56:26 -0400 |
commit | 23006356b933a9f9c1b357c14b66a997903216a5 (patch) | |
tree | 3d510842ff944dad21398f0a08b14521a7da5c54 /CHANGELOG | |
parent | 3e28f10759a3f6e7a5cf947db0c975b70151e6f7 (diff) |
Removed support for building with the old cryptohash library.
Building with that library made git-annex not support SHA3; it's time for
that to always be supported in case SHA2 dominoes.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,6 +38,9 @@ git-annex (6.20170215) UNRELEASED; urgency=medium a hash). This ensures that signed git commits of annexed files will remain secure, as long as git-annex is using a secure hashing backend. + * Removed support for building with the old cryptohash library. + Building with that library made git-annex not support SHA3; it's time + for that to always be supported in case SHA2 dominoes. -- Joey Hess <id@joeyh.name> Tue, 14 Feb 2017 15:54:25 -0400 |