diff options
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -git-annex (6.20170102) UNRELEASED; urgency=medium +git-annex (6.20170214) unstable; urgency=medium * Increase default cost for p2p remotes from 200 to 1000. This makes git-annex prefer transferring data from special @@ -55,7 +55,7 @@ git-annex (6.20170102) UNRELEASED; urgency=medium * Work around sqlite's incorrect handling of umask when creating databases. - -- Joey Hess <id@joeyh.name> Fri, 06 Jan 2017 15:22:06 -0400 + -- Joey Hess <id@joeyh.name> Tue, 14 Feb 2017 14:22:00 -0400 git-annex (6.20170101) unstable; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 37e2389a0..2cd605e0b 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 6.20170101 +Version: 6.20170214 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <id@joeyh.name> |