summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-04 21:32:57 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-04 21:32:57 -0400
commit5123a1a83aa3b954fe67629508bab5ccea0e4148 (patch)
tree8e6b5a8ab4f1b1a5e486a7338d49fff7ee2860bb /debian
parent9acd6ccff769b7db07e94659a4c8d1d7be132d91 (diff)
Bugfix: If the UUID of a remote is not known, prevent --from, --to, and other ways of specifying remotes by name from selecting it, since it is not possible to sanely use it.
For example, copy --to such a remote would send the file, but as NoUUID was its uuid, no location log update was done. And drop --from such a remote would not do anything, because NoUUID is not listed in the location log..
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 348aa7bc1..8dffeca12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,9 @@ git-annex (4.20130228) UNRELEASED; urgency=low
set to direct mode when it was transferred.
* webapp: Proceed automatically on from "Configure jabber account"
to pairing.
+ * Bugfix: If the UUID of a remote is not known, prevent --from, --to,
+ and other ways of specifying remotes by name from selecting it,
+ since it is not possible to sanely use it.
-- Joey Hess <joeyh@debian.org> Wed, 27 Feb 2013 23:20:40 -0400