aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-08-02 13:38:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-08-02 13:38:18 -0400
commit438a66019b5b3f29fe3e96fa4b5c3961b7e78fd5 (patch)
treef425a61cde18976f9a18cb8e476a7574f3637017
parentb57f3640cde83b3ad8716ffaa9767e50f5f849de (diff)
releasing version 4.201308024.20130802
-rw-r--r--debian/changelog7
-rw-r--r--git-annex.cabal2
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 193f0c4e6..0a461c978 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-git-annex (4.20130724) UNRELEASED; urgency=low
+git-annex (4.20130802) unstable; urgency=low
* dropunused behavior change: Now refuses to drop the last copy of a
file, unless you use the --force.
@@ -39,10 +39,11 @@ git-annex (4.20130724) UNRELEASED; urgency=low
* find: Avoid polluting stdout with progress messages. Closes: #718186
* Escape ':' in file/directory names to avoid it being treated
as a pathspec by some git commands. Closes: #718185
- * Slow and ugly work around for bug #718517 in git, which broke
+ * Slow and ugly work around for bug #718517 in git 1.8.4~rc0, which broke
git-cat-file --batch for filenames containing spaces.
+ (Will be reverted after next git pre-release fixes the problem.)
- -- Joey Hess <joeyh@debian.org> Tue, 23 Jul 2013 12:39:48 -0400
+ -- Joey Hess <joeyh@debian.org> Fri, 02 Aug 2013 11:35:16 -0400
git-annex (4.20130723) unstable; urgency=low
diff --git a/git-annex.cabal b/git-annex.cabal
index da4a8dbe5..47b87eec3 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,5 +1,5 @@
Name: git-annex
-Version: 4.20130723
+Version: 4.20130802
Cabal-Version: >= 1.8
License: GPL-3
Maintainer: Joey Hess <joey@kitenet.net>