summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-10-22 14:28:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-10-22 14:28:25 -0400
commitcf9306dd11812a02b2b4ed01ce38a2b0321a722e (patch)
tree4ac9043f41d598aec65369924b14ae7c09395a1d /debian
parent26238a3bb323e8e2cc492f6ed39557f2fffa7c75 (diff)
enableremote: When the remote has creds, update the local creds cache file. Before, the old version of the creds could be left there, and would continue to be used.
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 66629983c..c658ce186 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,9 @@ git-annex (5.20141014) UNRELEASED; urgency=medium
* info: When passed the name or uuid of a remote, displays info about that
remote. Remotes that support encryption, chunking, or embedded
creds will include that in their info.
+ * enableremote: When the remote has creds, update the local creds cache
+ file. Before, the old version of the creds could be left there, and
+ would continue to be used.
-- Joey Hess <joeyh@debian.org> Tue, 14 Oct 2014 14:09:24 -0400