aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-02-28 13:28:34 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-28 13:31:17 -0400
commitd9f877427314cfa6f7da0d117e49b5bcb6c9c102 (patch)
tree1014ec6a4c90ddcb286a778f5e224467aeee0888 /CHANGELOG
parentc4ef3c78474a9a222e34652c4e3dacd22fa2ff7f (diff)
release prep
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG12
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c7b3b9723..8a0adff79 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
repository, by setting annex.securehashesonly.
@@ -38,8 +38,6 @@ git-annex (6.20170215) UNRELEASED; urgency=medium
* config group groupwanted numcopies schedule wanted required:
Avoid displaying extraneous messages about repository auto-init,
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
submodules.
* 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
wget.
* 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,
set local gitconfig. This is needed especially for
annex.securehashesonly, which is read only from local gitconfig and not
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