From 7fdf9ea5dd52f3540b595ade952452264a7f3493 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 2 Aug 2013 13:38:18 -0400 Subject: [PATCH] releasing version 4.20130802 --- debian/changelog | 7 ++++--- git-annex.cabal | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 193f0c4e6e..0a461c978e 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 Tue, 23 Jul 2013 12:39:48 -0400 + -- Joey Hess 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 da4a8dbe5f..47b87eec3c 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