summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-02 15:50:27 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-02 15:50:27 -0400
commitfb68a7881f725a7b097f8b0f1b347f24dfea5d59 (patch)
tree8ba00b7fe6fb58d4a2d0bb8280b60aeb624c8e36 /debian
parentdb5b479f3f9c68c05bd172b90fe5cab0336f378d (diff)
convert rsync special backend to using both hash directory types
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 45088db52..d038c7849 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,10 +2,11 @@ git-annex (3.20111123) UNRELEASED; urgency=low
* The VFAT filesystem on recent versions of Linux, when mounted with
shortname=mixed, does not get along well with git-annex's mixed case
- .git/annex/objects hash directories. To avoid this problem, bare
- repositories (and the directory special remote) now store new content
- in all-lowercase hash directories. Mixed case hash directories are
- still used for non-bare repositories, which cannot be put on FAT.
+ .git/annex/objects hash directories. To avoid this problem, new content
+ is now stored in all-lowercase hash directories. Except for non-bare
+ repositories which would be a pain to transition and cannot be put on FAT.
+ (Old mixed-case hash directories are still tried for backwards
+ compatibility.)
* Flush json output, avoiding a buffering problem that could result in
doubled output.
* Avoid needing haskell98 and other fixes for new ghc. Thanks, Mark Wright.