summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-03 11:19:41 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-03 11:19:41 -0400
commit65b8b2cbc8ff2f9d8dc1958298c86965f46acbc6 (patch)
treeed628308c678cf3bfc7b55d425b979fff03765e3 /debian/changelog
parentd267969464a13df7077522ef8463f4eeba136098 (diff)
Windows: Fix deletion of repositories by test suite and webapp.
On Windows, a file that is not writable cannot be deleted even if in a directory with write perms. So git object files were not getting deleted when removing a git repository.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 27ac73a81..dc58bc87d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ git-annex (5.20140128) UNRELEASED; urgency=medium
on Windows; the lock files have been sorted out.
* Windows: Avoid using unix-compat's rename, which refuses to rename
directories.
+ * Windows: Fix deletion of repositories by test suite and webapp.
-- Joey Hess <joeyh@debian.org> Tue, 28 Jan 2014 13:57:19 -0400