aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-18 18:34:10 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-18 18:34:32 -0400
commit09ff178f5da0c2f2138cec78814cfc17a7f909f3 (patch)
tree70bd56849b6542f01dfd193786d73c33f1643e17
parenta1ab853a86aeed3169bb77396e66984fef25e8c4 (diff)
prep release
-rw-r--r--debian/changelog5
-rw-r--r--git-annex.cabal2
2 files changed, 3 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 9c008669d..56702a5c1 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 <id@joeyh.name> Wed, 13 Apr 2016 13:30:32 -0400
+ -- Joey Hess <id@joeyh.name> 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 0a2b08bb0..645ba4ed2 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 <id@joeyh.name>