aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-02-28 14:41:57 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-28 14:41:57 -0400
commit9a164b970b32a06a91b1d0ada71421d9b34588c4 (patch)
treea3dac9156b86eb8b267a76f176ff3825431fc8c8
parent4bc6ffb9184cc112356538f9a35bd3cc254d4dcd (diff)
releasing package git-annex version 6.201702286.20170228
-rw-r--r--CHANGELOG4
-rw-r--r--NEWS2
-rw-r--r--git-annex.cabal2
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8a0adff79..8ce18034e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/NEWS b/NEWS
index a80cbf013..484f7dbf7 100644
--- a/NEWS
+++ b/NEWS
@@ -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>