From bcb23eca4b8409aeebb753aa1d1f55d0c084ebeb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 30 Apr 2013 15:59:11 -0400 Subject: [PATCH] update changelog Note that the note on df88c513343700b3ae297f9ebae09a61b083952f turned out to be wrong. Multiple repository pairing over XMPP does work, because the annex-uuid of the xmpp remote is updated to the uuid of the new repo when pairing takes place. So the push from it is accepted. (And the other UUIDs are listed in uuid.log, so pushes from those repositories also are accepted of course.) --- debian/changelog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8b23ffea7c..d3b5204243 100644 --- a/debian/changelog +++ b/debian/changelog @@ -48,6 +48,11 @@ git-annex (4.20130418) UNRELEASED; urgency=low S3, Glacier, and Box.com remotes. * Store an annex-uuid file in the bucket when setting up a new S3 remote. * Support building with DAV 0.4. + * assistant: Improved XMPP protocol to better support multiple repositories + using the same XMPP account. Fixes bad behavior when sharing with a friend + when you or the friend have multiple reposotories on an XMPP account. + Note that XMPP pairing with your own devices still pairs with all + repositories using your XMPP account. -- Joey Hess Thu, 18 Apr 2013 16:22:48 -0400