summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-02 15:46:02 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-02 15:46:02 -0400
commit204aecd93ca1409edf53e938db15e58e4aeca2e4 (patch)
treea94b64f33385f36a87743d13523721b6eed6cd82
parentad205a5a14bb619f720ebb07dc978354bc54353e (diff)
webapp: Fix ssh setup with nonstandard port, broken in last release.
-rw-r--r--debian/changelog6
-rw-r--r--doc/bugs/Wrong_port_while_configuring_ssh_remote.mdwn3
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]]