summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-04-20 19:46:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-04-20 19:46:01 -0400
commit7b3b2edcedf1dca89dfdbfd0dc01f7f499c8e33e (patch)
treedee2d3205dca4700229f23cc38f09eeea766dacd
parent31ef04db693bda2f27bc83419d2a953620df7f90 (diff)
prep release
-rw-r--r--debian/changelog8
-rw-r--r--git-annex.cabal2
2 files changed, 5 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 0d19407ad..8d4816237 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-git-annex (5.20140413) UNRELEASED; urgency=medium
+git-annex (5.20140421) unstable; urgency=medium
* assistant: Now detects immediately when other repositories push
changes to a ssh remote, and pulls.
@@ -7,8 +7,8 @@ git-annex (5.20140413) UNRELEASED; urgency=medium
notifychanges support (>= 5.20140405)
* webapp: Show a network signal icon next to ssh and xmpp remotes that
it's currently connected with.
- * webapp: Rework xmpp nudge to prompt for either xmpp or a ssh remote be
- set up.
+ * webapp: Rework xmpp nudge to prompt for either xmpp or a ssh remote
+ to be set up.
* sync, assistant, remotedaemon: Use ssh connection caching for git pushes
and pulls.
* remotedaemon: When network connection is lost, close all cached ssh
@@ -38,7 +38,7 @@ git-annex (5.20140413) UNRELEASED; urgency=medium
* standalone tarball, OSX app: Install a ~/.ssh/git-annex-wrapper, which
can be used to run git-annex, git, rsync, etc.
- -- Joey Hess <joeyh@debian.org> Fri, 11 Apr 2014 21:33:35 -0400
+ -- Joey Hess <joeyh@debian.org> Sun, 20 Apr 2014 19:43:14 -0400
git-annex (5.20140412) unstable; urgency=high
diff --git a/git-annex.cabal b/git-annex.cabal
index a2c842287..58bd03fef 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,5 +1,5 @@
Name: git-annex
-Version: 5.20140412
+Version: 5.20140421
Cabal-Version: >= 1.8
License: GPL-3
Maintainer: Joey Hess <joey@kitenet.net>