diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-04-04 15:42:33 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-04-04 15:42:33 -0400 |
commit | 18851f0e8fc12978907bc596e3392de3b8f27e3a (patch) | |
tree | 258f0c66e61a9aeed147f018c09d29e0bb6c6c70 /debian | |
parent | 34b94d09278cd4deb1157230a05360163245188f (diff) |
v6: Close pointer file handles more quickly, to avoid problems on Windows.
Was using L.readFile, so the Handle would remain open until the garbage
collector got around to it. Changed to explicit open and close, so we know
it's always closed when the function returns.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 71744bfef..04fe35efa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ git-annex (6.20160319) UNRELEASED; urgency=medium Thanks, Robie Basak * log: Display time with time zone. * log --raw-date: Use to display seconds from unix epoch. + * v6: Close pointer file handles more quickly, to avoid problems on Windows. -- Joey Hess <id@joeyh.name> Wed, 23 Mar 2016 11:42:36 -0400 |