From 283b126a87814f3930c2ff1cd3ac42e1d21736da Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 18 Apr 2016 18:34:10 -0400 Subject: [PATCH] prep release --- debian/changelog | 5 ++--- git-annex.cabal | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9c008669d7..56702a5c16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (6.20160413) UNRELEASED; urgency=medium +git-annex (6.20160418) unstable; urgency=medium * smudge: Print a warning when annex.thin is set, as git's smudge interface does not allow honoring that configuration. @@ -9,7 +9,6 @@ git-annex (6.20160413) UNRELEASED; urgency=medium a dekstop menu which happens to run it in $HOME, the webapp will now not treat such a $HOME git repository as a git-annex repository. * webapp: Update url to add gitlab.com ssh key. - (Psst GitLab.. cool urls don't change!) * Fix bug in v6 mode that prevented treating unlocked executable files as annexed. If you have such files, run git annex init --version=6 to update the cache after upgrading to this version of git-annex. @@ -22,7 +21,7 @@ git-annex (6.20160413) UNRELEASED; urgency=medium 5.20151019 or newer. (The bug was in the client side; the remote git-annex-shell does not need to be upgraded.) - -- Joey Hess Wed, 13 Apr 2016 13:30:32 -0400 + -- Joey Hess Mon, 18 Apr 2016 18:33:52 -0400 git-annex (6.20160412) unstable; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 0a2b08bb0c..645ba4ed22 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 6.20160412 +Version: 6.20160418 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess