summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-06-11 14:46:03 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-06-11 14:46:03 -0400
commit37f848ace7eec5c73185e9c15b7063975bbcd4c8 (patch)
tree3156905921b44cb184391b9dee2b55b30821f1ad /debian
parent73c8710be16359d3cf6e165f862c9759447d6219 (diff)
deal with FAT on Linux timestamp issue
Deal with FAT's low resolution timestamps, which in combination with Linux's caching of higher res timestamps while a FAT is mounted, caused direct mode repositories on FAT to seem to have modified files after they were unmounted and remounted. This commit was sponsored by Fabrice Rossi.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c4205ac12..9b9f93d9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,10 @@ git-annex (5.20140607) UNRELEASED; urgency=medium
* Windows: Fix opening webapp when repository is in a directory with
spaces in the path.
* Fix build with wai 0.3.0.
+ * Deal with FAT's low resolution timestamps, which in combination with
+ Linux's caching of higher res timestamps while a FAT is mounted, caused
+ direct mode repositories on FAT to seem to have modified files after
+ they were unmounted and remounted.
-- Joey Hess <joeyh@debian.org> Mon, 09 Jun 2014 14:44:09 -0400