diff options
author | Joey Hess <joey@kitenet.net> | 2014-06-12 15:30:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-06-12 15:31:50 -0400 |
commit | 3a44f33a062c60906bed54356be0fd7bae5b7c9e (patch) | |
tree | 1084eccb7f9429b2f57a9ab0c9b0787821df6e61 /debian | |
parent | 5755979af114f03b26084ce35156f0ccfe2875c0 (diff) |
changelog update
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 48f27e996..e1bfadf25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,17 +4,16 @@ git-annex (5.20140607) UNRELEASED; urgency=medium * Avoid leaving behind .tmp files when failing in some cases, including importing files to a disk that is full. * Avoid bad commits after interrupted direct mode sync (or merge). - * 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. + * Windows: Fix opening webapp when repository is in a directory with + spaces in the path. * Detect when Windows has lost its mind in a timezone change, and automatically apply a delta to the timestamps it returns, to get back to - sane values. Note that this may cause a one-time re-checksumming of all - files on Windows, on upgrade to this version. + sane values. -- Joey Hess <joeyh@debian.org> Mon, 09 Jun 2014 14:44:09 -0400 |