diff options
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ef01e4bf3..fb4b85d7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,10 +4,12 @@ git-annex (3.20130208) UNRELEASED; urgency=low * 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 + * New annex.crippledfilesystem setting, allows use of git-annex + repositories on FAT and even worse filesystems; avoiding use of + hard links, symlinks, and locked down permissions settings. * 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. This allows - use of git-annex repositories on FAT and even worse filesystems. + annex.crippledfilesystem, as well as annex.direct. * add: Improved detection of files that are modified while being added. -- Joey Hess <joeyh@debian.org> Sun, 10 Feb 2013 14:52:01 -0400 |