diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-16 10:26:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-16 10:26:49 -0400 |
commit | 336e247d6eccb8932ca4647846fb9f9a17b802b1 (patch) | |
tree | c2386deaecfe4a56472c3a91a8e48321b4d92ee2 /debian | |
parent | 89b8fdbfa035208020f7ada5b3931296cff834d7 (diff) |
prep release
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 4 insertions, 3 deletions
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 |