diff --git a/Makefile b/Makefile index 50600a24fc..953a2936e5 100644 --- a/Makefile +++ b/Makefile @@ -152,7 +152,6 @@ docs: $(mans) clean: rm -rf $(GIT_ANNEX_TMP_BUILD_DIR) $(bins) $(mans) test configure *.tix .hpc $(sources) \ doc/.ikiwiki html dist $(clibs) build-stamp tags - $(MAKE) -C standalone/android clean sdist: clean $(mans) ./Build/make-sdist.sh diff --git a/debian/changelog b/debian/changelog index 8bbeb28f63..fddf13e047 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,13 @@ -git-annex (3.20130208) UNRELEASED; urgency=low +git-annex (3.20130216) unstable; urgency=low * Now uses the Haskell uuid library, rather than needing a uuid program. * Now uses the Haskell Glob library, rather than pcre-light, avoiding the need to install libpcre. Currently done only for Cabal or when the Makefile is made to use -DWITH_GLOB + * Android port now available (command-line only). * New annex.crippledfilesystem setting, allows use of git-annex repositories on FAT and even worse filesystems; avoiding use of - hard links and locked down permissions settings. + hard links and locked down permissions settings. (Support is incomplete.) * init: Detect when the repository is on a filesystem that does not support hard links, or symlinks, or unix permissions, and set annex.crippledfilesystem, as well as annex.direct. @@ -15,7 +16,7 @@ git-annex (3.20130208) UNRELEASED; urgency=low if a file was dropped and then got back, it would be stored in indirect mode. - -- Joey Hess Sun, 10 Feb 2013 14:52:01 -0400 + -- Joey Hess Sat, 16 Feb 2013 10:03:26 -0400 git-annex (3.20130207) unstable; urgency=low diff --git a/git-annex.cabal b/git-annex.cabal index 1b06564e51..184d3608f7 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 3.20130207 +Version: 3.20130216 Cabal-Version: >= 1.8 License: GPL Maintainer: Joey Hess