releasing version 3.20120405

This commit is contained in:
Joey Hess 2012-04-05 16:37:44 -04:00
parent 62005d294e
commit 16acc507f3
3 changed files with 4 additions and 4 deletions

View file

@ -59,7 +59,7 @@ install: all
fi fi
test: test:
@if ! $(GHCMAKE) -O0 test; then \ @if ! $(GHCMAKE) -O0 test $(clibs); then \
echo "** failed to build the test suite" >&2; \ echo "** failed to build the test suite" >&2; \
exit 1; \ exit 1; \
elif ! ./test; then \ elif ! ./test; then \

4
debian/changelog vendored
View file

@ -1,10 +1,10 @@
git-annex (3.20120316) UNRELEASED; urgency=low git-annex (3.20120405) unstable; urgency=low
* Rewrote free disk space checking code, moving the portability * Rewrote free disk space checking code, moving the portability
handling into a small C library. handling into a small C library.
* status: Display amount of free disk space. * status: Display amount of free disk space.
-- Joey Hess <joeyh@debian.org> Wed, 21 Mar 2012 21:19:16 -0400 -- Joey Hess <joeyh@debian.org> Thu, 05 Apr 2012 16:19:10 -0400
git-annex (3.20120315) unstable; urgency=low git-annex (3.20120315) unstable; urgency=low

View file

@ -1,5 +1,5 @@
Name: git-annex Name: git-annex
Version: 3.20120316 Version: 3.20120405
Cabal-Version: >= 1.6 Cabal-Version: >= 1.6
License: GPL License: GPL
Maintainer: Joey Hess <joey@kitenet.net> Maintainer: Joey Hess <joey@kitenet.net>