From d99abc12559fbdca17a55c74c1281e6b976ab0be Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 7 Aug 2012 13:49:58 -0400 Subject: [PATCH 1/2] releasing version 3.20120807 --- debian/changelog | 4 ++-- git-annex.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index f24326dd26..c215bca43a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -git-annex (3.20120722) UNRELEASED; urgency=low +git-annex (3.20120807) unstable; urgency=low * initremote: Avoid recording remote's description before checking that its config is valid. @@ -6,7 +6,7 @@ git-annex (3.20120722) UNRELEASED; urgency=low * Avoid crashing when "git annex get" fails to download from one location, and falls back to downloading from a second location. - -- Joey Hess Fri, 27 Jul 2012 21:04:47 -0400 + -- Joey Hess Tue, 07 Aug 2012 13:35:07 -0400 git-annex (3.20120721) unstable; urgency=low diff --git a/git-annex.cabal b/git-annex.cabal index 275388d598..8ab775939b 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 3.20120722 +Version: 3.20120807 Cabal-Version: >= 1.8 License: GPL Maintainer: Joey Hess From cb552f4a443d9b89b6265c66b1e3ddda106ef4f8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 7 Aug 2012 13:50:26 -0400 Subject: [PATCH 2/2] add news item for git-annex 3.20120807 --- doc/news/version_3.20120614.mdwn | 6 ------ doc/news/version_3.20120807.mdwn | 7 +++++++ 2 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 doc/news/version_3.20120614.mdwn create mode 100644 doc/news/version_3.20120807.mdwn diff --git a/doc/news/version_3.20120614.mdwn b/doc/news/version_3.20120614.mdwn deleted file mode 100644 index 33a06a0bf9..0000000000 --- a/doc/news/version_3.20120614.mdwn +++ /dev/null @@ -1,6 +0,0 @@ -git-annex 3.20120614 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * addurl: Was broken by a typo introduced 2 released ago, now fixed. - Closes: #[677576](http://bugs.debian.org/677576) - * Install man page when run by cabal, in a location where man will - find it, even when installing under $HOME. Thanks, Nathan Collins"""]] \ No newline at end of file diff --git a/doc/news/version_3.20120807.mdwn b/doc/news/version_3.20120807.mdwn new file mode 100644 index 0000000000..cbec3cb756 --- /dev/null +++ b/doc/news/version_3.20120807.mdwn @@ -0,0 +1,7 @@ +git-annex 3.20120807 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * initremote: Avoid recording remote's description before checking + that its config is valid. + * unused, status: Avoid crashing when ran in bare repo. + * Avoid crashing when "git annex get" fails to download from one + location, and falls back to downloading from a second location."""]] \ No newline at end of file