diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-08 16:14:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-08 16:14:41 -0400 |
commit | 2d172abd2411cfbd592a97ce989950c018fa07e9 (patch) | |
tree | 999f8ffb71a110c1d14c84e12127f8ba688de558 /debian | |
parent | 42a548b2bf84dfda9f7995c6654991cb6a4591ef (diff) |
Added tahoe special remote.
Known problems:
1. Tries to tahoe start when daemon is already running.
2. If multiple tahoe remotes are set up on the same computer,
they will have the same node.url configured by default,
and this confuses tahoe commands.
This commit was sponsored by LeastAuthority.com
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8a973a29e..fc1791d19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +git-annex (5.20140108) UNRELEASED; urgency=medium + + * Added tahoe special remote. + + -- Joey Hess <joeyh@debian.org> Wed, 08 Jan 2014 13:13:54 -0400 + git-annex (5.20140107) unstable; urgency=medium * mirror: Support --all (and --unused). |