diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-02 15:46:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-02 15:46:02 -0400 |
commit | 204aecd93ca1409edf53e938db15e58e4aeca2e4 (patch) | |
tree | a94b64f33385f36a87743d13523721b6eed6cd82 | |
parent | ad205a5a14bb619f720ebb07dc978354bc54353e (diff) |
webapp: Fix ssh setup with nonstandard port, broken in last release.
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | doc/bugs/Wrong_port_while_configuring_ssh_remote.mdwn | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8cd17235e..7a3f647dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +git-annex (4.20130628) UNRELEASED; urgency=low + + * webapp: Fix ssh setup with nonstandard port, broken in last release. + + -- Joey Hess <joeyh@debian.org> Tue, 02 Jul 2013 15:40:55 -0400 + git-annex (4.20130627) unstable; urgency=low * assistant --autostart: Automatically ionices the daemons it starts. diff --git a/doc/bugs/Wrong_port_while_configuring_ssh_remote.mdwn b/doc/bugs/Wrong_port_while_configuring_ssh_remote.mdwn index d11ab9826..561cad199 100644 --- a/doc/bugs/Wrong_port_while_configuring_ssh_remote.mdwn +++ b/doc/bugs/Wrong_port_while_configuring_ssh_remote.mdwn @@ -30,3 +30,6 @@ ssh: connect to host xxxxx port 22: Connection refused # End of transcript or log. """]] + +> [[Fixed|done]]; this bug was introcuded in version +> 4.20130627 while making some other ssh fixes. --[[Joey]] |