summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-27 16:36:05 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-27 16:41:35 -0400
commit27a301bf619edf027633d5f6267cad9806b4dbe8 (patch)
treeb6cf925a89e7f42cc8ec839e763fe6a810d943b2 /CHANGELOG
parenta1c0d5a346aebf4a6f24ca28b98934283f6b9ec6 (diff)
webapp: full wormhole pairing UI (untested)
This commit was sponsored by Riku Voipio.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG10
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7a0ca2eb2..985b9965c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,13 @@
-git-annex (6.20161211) UNRELEASED; urgency=medium
+git-annex (6.20170101) UNRELEASED; urgency=medium
- * p2p --pair makes it easy to pair repositories over P2P, using
+ * XMPP support has been removed from the assistant in this release.
+ If your repositories used XMPP to keep in sync, that will no longer
+ work, and you should enable some other remote to keep them in sync.
+ A ssh server is one way, or use the new Tor pairing feature.
+ * p2p --pair makes it easy to pair repositories, using
Magic Wormhole codes to find the other repository.
+ * webapp: The "Share with a friend" and "Share with your other devices"
+ pages have been changed to pair repositories using Tor and Magic Wormhole.
* metadata --batch: Fix bug when conflicting metadata changes were
made in the same batch run.
* Pass annex.web-options to wget and curl after other options, so that