diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-02-28 14:41:57 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-02-28 14:41:57 -0400 |
commit | 9a164b970b32a06a91b1d0ada71421d9b34588c4 (patch) | |
tree | a3dac9156b86eb8b267a76f176ff3825431fc8c8 | |
parent | 4bc6ffb9184cc112356538f9a35bd3cc254d4dcd (diff) |
releasing package git-annex version 6.201702286.20170228
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -git-annex (6.20170228) UNRELEASED; urgency=medium +git-annex (6.20170228) unstable; urgency=medium * Cryptographically secure hashes can be forced to be used in a repository, by setting annex.securehashesonly. @@ -57,7 +57,7 @@ git-annex (6.20170228) UNRELEASED; urgency=medium * 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, 28 Feb 2017 14:39:47 -0400 git-annex (6.20170214) unstable; urgency=medium @@ -1,4 +1,4 @@ -git-annex (6.20170228) UNRELEASED; urgency=medium +git-annex (6.20170228) unstable; urgency=medium This version of git-annex has mitigations for SHA1 hash collision problems. diff --git a/git-annex.cabal b/git-annex.cabal index ecee55dd9..920cb07a4 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 6.20170214 +Version: 6.20170228 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <id@joeyh.name> |