From ce608303a333f61fbf49138f8774c0f43a8c75de Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 15 Jan 2012 14:02:32 -0400 Subject: [PATCH] releasing version 3.20120115 --- debian/changelog | 5 +++-- git-annex.cabal | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1136c37c78..17816dc1a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,13 @@ -git-annex (3.20120114) UNRELEASED; urgency=low +git-annex (3.20120115) unstable; urgency=low * Add a sanity check for bad StatFS results. On architectures where StatFS does not currently work (s390, mips, powerpc, sparc), this disables the diskreserve checking code, and attempting to configure an annex.diskreserve will result in an error. * Fix QuickCheck dependency in cabal file. + * Minor optimisations. - -- Joey Hess Sat, 14 Jan 2012 17:12:04 -0400 + -- Joey Hess Sun, 15 Jan 2012 13:54:20 -0400 git-annex (3.20120113) unstable; urgency=low diff --git a/git-annex.cabal b/git-annex.cabal index 54511d9fbc..a63d362d61 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 3.20120114 +Version: 3.20120115 Cabal-Version: >= 1.6 License: GPL Maintainer: Joey Hess