diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-11-11 14:47:31 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-11-11 14:47:31 -0400 |
commit | 11368749aa644e5f378fab5c24587a072f926f8d (patch) | |
tree | a6d9fade50324a45683ffd4bdbb2db846872090f | |
parent | a992345dc5ecedc17093cca8f7a57256f4106476 (diff) |
releasing package git-annex version 6.201611116.20161111
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -git-annex (6.20161032) UNRELEASED; urgency=medium +git-annex (6.20161111) unstable; urgency=medium * Restarting a crashing git process could result in filename encoding issues when not in a unicode locale, as the restarted processes's @@ -8,7 +8,7 @@ git-annex (6.20161032) UNRELEASED; urgency=medium of ssh, any ServerAliveInterval in ~/.ssh/config will be overridden by .git/annex/ssh.config. * S3: Support the special case endpoint needed for the cn-north-1 region. - * Webapp: Don't list the Frankfurt region, as this (and some other new + * Webapp: Don't list the Frankfurt S3 region, as this (and some other new regions) need V4 authorization which the aws library does not yet use. * reinject --known: Avoid second, unncessary checksum of file. * OSX: Remove RPATHs from git-annex binary, which are not needed, @@ -19,7 +19,7 @@ git-annex (6.20161032) UNRELEASED; urgency=medium * Linux standalone: Avoid using hard links in the tarball so it can be untarred on eg, afs which does not support them. - -- Joey Hess <id@joeyh.name> Tue, 01 Nov 2016 14:02:06 -0400 + -- Joey Hess <id@joeyh.name> Fri, 11 Nov 2016 14:46:39 -0400 git-annex (6.20161031) unstable; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index fa78116f0..65abc8d32 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 6.20161031 +Version: 6.20161111 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <id@joeyh.name> |