diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-15 16:39:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-15 16:39:11 -0400 |
commit | 7f8b9d55099c15eaf33246c1d9ea2d4aa742abc1 (patch) | |
tree | cb7f6b810435026526d3f47ae3dffd227d59f2c0 /debian/changelog | |
parent | 186732d10740fec3b29751a6076c60148e3479f7 (diff) |
update for reversion
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index fb4b85d7d..8bbeb28f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,11 +6,14 @@ git-annex (3.20130208) UNRELEASED; urgency=low 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. + hard links 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. * add: Improved detection of files that are modified while being added. + * Fix a bug in direct mode, introduced in the previous release, where + 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 |