diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-15 14:02:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-15 14:02:32 -0400 |
commit | ce608303a333f61fbf49138f8774c0f43a8c75de (patch) | |
tree | e7f8c91b511059a5dcb6a8fda8a7a9dd5a03a932 | |
parent | 37b5b1bf0d59cdb8068c0cfb76e194a70754cafa (diff) |
releasing version 3.201201153.20120115
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 1136c37c7..17816dc1a 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 <joeyh@debian.org> Sat, 14 Jan 2012 17:12:04 -0400 + -- Joey Hess <joeyh@debian.org> 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 54511d9fb..a63d362d6 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 <joey@kitenet.net> |