diff options
author | 2015-02-06 14:39:27 -0400 | |
---|---|---|
committer | 2015-02-06 14:39:27 -0400 | |
commit | a33ccc14c09d51a1604b34a175e7938d37f29abf (patch) | |
tree | 70bf7eaaff82b8946fdc1233430ee3f3674398b0 /debian | |
parent | 953fc5bf47183a61d93f406b288efcfe019403c7 (diff) |
glacier: Detect when the glacier command in PATH is the wrong one, from boto, rather than from glacier-cli, and refuse to use it, since the boto program fails to fail when passed parameters it does not understand.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6f4084e3d..4cc7fb05b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +git-annex (5.20150206) UNRELEASED; urgency=medium + + * glacier: Detect when the glacier command in PATH is the wrong one, + from boto, rather than from glacier-cli, and refuse to use it, + since the boto program fails to fail when passed + parameters it does not understand. + + -- Joey Hess <id@joeyh.name> Fri, 06 Feb 2015 13:57:08 -0400 + git-annex (5.20150205) unstable; urgency=medium * info: Can now display info about a given uuid. |