This commit is contained in:
Joey Hess 2014-02-03 10:45:28 -04:00
parent 08afe3a1f6
commit f657e4070b

8
debian/changelog vendored
View file

@ -1,11 +1,7 @@
git-annex (5.20140128) UNRELEASED; urgency=medium 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.
* Fixed direct mode annexed content locking code, which is used to * Fixed direct mode annexed content locking code, which is used to
guard against recursive file drops. guard against recursive file drops.
* Windows: Avoid using unix-compat's rename, which refuses to rename
directories.
* sync --content: Honor annex-ignore configuration. * sync --content: Honor annex-ignore configuration.
* sync: Don't try to sync with xmpp remotes, which are only currently * sync: Don't try to sync with xmpp remotes, which are only currently
supported when using the assistant. supported when using the assistant.
@ -21,6 +17,10 @@ git-annex (5.20140128) UNRELEASED; urgency=medium
or downloading from a remote. Useful to eg limit upload bandwidth. or downloading from a remote. Useful to eg limit upload bandwidth.
* Document in man page that sshcaching uses ssh ControlMaster. * Document in man page that sshcaching uses ssh ControlMaster.
Closes: #737476 Closes: #737476
* Windows: It's now safe to run multiple git-annex processes concurrently
on Windows; the lock files have been sorted out.
* Windows: Avoid using unix-compat's rename, which refuses to rename
directories.
-- Joey Hess <joeyh@debian.org> Tue, 28 Jan 2014 13:57:19 -0400 -- Joey Hess <joeyh@debian.org> Tue, 28 Jan 2014 13:57:19 -0400