summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-03 10:45:28 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-03 10:45:28 -0400
commit88e0a929e307505ff783e33ff8b5a29d995e50fd (patch)
tree6c239d7ed7d5849826ee0d90f05ba991bbdb8d4a
parentd14a82f0334f299b055b8a3feefdc164d06ee9f2 (diff)
reorg
-rw-r--r--debian/changelog8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index f4c8a1ac7..27ac73a81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,7 @@
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
guard against recursive file drops.
- * Windows: Avoid using unix-compat's rename, which refuses to rename
- directories.
* sync --content: Honor annex-ignore configuration.
* sync: Don't try to sync with xmpp remotes, which are only currently
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.
* Document in man page that sshcaching uses ssh ControlMaster.
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