aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-07-05 15:21:38 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-07-05 15:21:38 -0400
commitd583e04d23005d16d9f25388b84ce27eadecac69 (patch)
tree6666cf1100a32211b44d0c0678c2abc0f2e4580f
parentc0cacbbf7610a23d7199951fc00efce7f6ddfdec (diff)
releasing version 3.201107053.20110705
-rw-r--r--debian/changelog5
-rw-r--r--git-annex.cabal2
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 37d03ceb2..773c91b7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-git-annex (3.20110703) UNRELEASED; urgency=low
+git-annex (3.20110705) unstable; urgency=low
* uninit: Delete the git-annex branch and .git/annex/
* unannex: In --fast mode, file content is left in the annex, and a
@@ -6,8 +6,9 @@ git-annex (3.20110703) UNRELEASED; urgency=low
* uninit: Use unannex in --fast mode, to support unannexing multiple
files that link to the same content.
* Drop the dependency on the haskell curl bindings, use regular haskell HTTP.
+ * Fix a pipeline stall when upgrading (caused by #624389).
- -- Joey Hess <joeyh@debian.org> Mon, 04 Jul 2011 15:50:21 -0400
+ -- Joey Hess <joeyh@debian.org> Tue, 05 Jul 2011 14:37:39 -0400
git-annex (3.20110702) unstable; urgency=low
diff --git a/git-annex.cabal b/git-annex.cabal
index 3779780ca..3ea7e5fb3 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,5 +1,5 @@
Name: git-annex
-Version: 3.20110702.2
+Version: 3.20110705
Cabal-Version: >= 1.6
License: GPL
Maintainer: Joey Hess <joey@kitenet.net>