diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-28 14:17:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-28 14:42:03 -0400 |
commit | e48f551505b3923d7c17e3b42330060e84129673 (patch) | |
tree | 5de335f5cc25b39a5d4ca12fdb6a076e03cf34db /debian/changelog | |
parent | 4a923c3ee0e238ccc17881179bec77c6531e3ad4 (diff) |
use locking on Windows
This is all the easy cases, where there was already a separate lock file.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 894f92e42..f6eec27e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +git-annex (5.20140128) UNRELEASED; urgency=medium + + * Windows: It's now safe to run multiple git-annex processes concurrently + on Windows; the lock files have been sorted out. + + -- Joey Hess <joeyh@debian.org> Tue, 28 Jan 2014 13:57:19 -0400 + git-annex (5.20140127) unstable; urgency=medium * sync --content: New option that makes the content of annexed files be |