diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-16 13:49:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-16 13:49:39 -0400 |
commit | 79c9fa95bf4d2de5828db797884baf7ff447664d (patch) | |
tree | 4ba1144972ba2ad8ed83aaa8c4804498804ccd7b /debian | |
parent | 82ec4cf264d94e61545390bd30b4e40003abb43e (diff) |
webapp: Include the repository directory in the mangled hostname and ssh key name, so that a locked down ssh key for one repository is not re-used when setting up additional repositories on the same server.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 54e1c5e80..023a3e7d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -36,6 +36,9 @@ git-annex (4.20130406) UNRELEASED; urgency=low * Avoid using runghc, as that needs ghci. * webapp: When a repository's group is changed, rescan for transfers. * webapp: Added animations. + * webapp: Include the repository directory in the mangled hostname and + ssh key name, so that a locked down ssh key for one repository is not + re-used when setting up additional repositories on the same server. -- Joey Hess <joeyh@debian.org> Sat, 06 Apr 2013 15:24:15 -0400 |