release prep

This commit is contained in:
Joey Hess 2017-02-28 13:28:34 -04:00
parent 7a32e08c4a
commit b5d21e884c
No known key found for this signature in database
GPG key ID: C910D9222512E3C7
2 changed files with 18 additions and 6 deletions

View file

@ -1,4 +1,4 @@
git-annex (6.20170215) UNRELEASED; urgency=medium git-annex (6.20170228) UNRELEASED; urgency=medium
* Cryptographically secure hashes can be forced to be used in a * Cryptographically secure hashes can be forced to be used in a
repository, by setting annex.securehashesonly. repository, by setting annex.securehashesonly.
@ -38,8 +38,6 @@ git-annex (6.20170215) UNRELEASED; urgency=medium
* config group groupwanted numcopies schedule wanted required: * config group groupwanted numcopies schedule wanted required:
Avoid displaying extraneous messages about repository auto-init, Avoid displaying extraneous messages about repository auto-init,
git-annex branch merging, etc, when being used to get information. git-annex branch merging, etc, when being used to get information.
* git-annex.cabal: Make crypto-api a dependency even when built w/o
webapp and test suite.
* adjust: Fix behavior when used in a repository that contains * adjust: Fix behavior when used in a repository that contains
submodules. submodules.
* Run wget with -nv instead of -q, so it will display HTTP errors. * Run wget with -nv instead of -q, so it will display HTTP errors.
@ -49,13 +47,15 @@ git-annex (6.20170215) UNRELEASED; urgency=medium
to wget, since curl is able to display only errors to stderr, unlike to wget, since curl is able to display only errors to stderr, unlike
wget. wget.
* status: Pass --ignore-submodules=when option on to git status. * status: Pass --ignore-submodules=when option on to git status.
* 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.
* config --set: As well as setting value in git-annex branch, * config --set: As well as setting value in git-annex branch,
set local gitconfig. This is needed especially for set local gitconfig. This is needed especially for
annex.securehashesonly, which is read only from local gitconfig and not annex.securehashesonly, which is read only from local gitconfig and not
the git-annex branch. the git-annex branch.
* 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.
* git-annex.cabal: Make crypto-api a dependency even when built w/o
webapp and test suite.
-- Joey Hess <id@joeyh.name> Tue, 14 Feb 2017 15:54:25 -0400 -- Joey Hess <id@joeyh.name> Tue, 14 Feb 2017 15:54:25 -0400

12
NEWS
View file

@ -1,3 +1,15 @@
git-annex (6.20170228) UNRELEASED; urgency=medium
This version of git-annex has mitigations for SHA1 hash collision
problems.
A new annex.securehashesonly configuration, when used in combination with
signed git commits, avoids potential hash collision problems in git-annex
repositories. For details, see this web page:
<https://git-annex.branchable.com/tips/using_signed_git_commits/>
-- Joey Hess <id@joeyh.name> Tue, 28 Feb 2017 13:28:50 -0400
git-annex (6.20170101) unstable; urgency=medium git-annex (6.20170101) unstable; urgency=medium
XMPP support has been removed from the assistant in this release. XMPP support has been removed from the assistant in this release.