summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-16 10:26:49 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-16 10:26:49 -0400
commit336e247d6eccb8932ca4647846fb9f9a17b802b1 (patch)
treec2386deaecfe4a56472c3a91a8e48321b4d92ee2
parent89b8fdbfa035208020f7ada5b3931296cff834d7 (diff)
prep release
-rw-r--r--Makefile1
-rw-r--r--debian/changelog7
-rw-r--r--git-annex.cabal2
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 50600a24f..953a2936e 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 8bbeb28f6..fddf13e04 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 <joeyh@debian.org> Sun, 10 Feb 2013 14:52:01 -0400
+ -- Joey Hess <joeyh@debian.org> 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 1b06564e5..184d3608f 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 <joey@kitenet.net>