aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-04-19 12:28:43 -0700
committerKenny Root <kenny@the-b.org>2015-04-19 12:31:45 -0700
commita50c421c4dc566284ba59b8ef07833f09fc2774e (patch)
tree88ab8d3dc0516fe323c9dc6e4b51466b7595e4c9 /CHANGELOG.md
parent42b64b35b97024ee0297b60b83a0648b0e71ec30 (diff)
downloadconnectbot-a50c421c4dc566284ba59b8ef07833f09fc2774e.tar.gz
connectbot-a50c421c4dc566284ba59b8ef07833f09fc2774e.tar.bz2
connectbot-a50c421c4dc566284ba59b8ef07833f09fc2774e.zip
ssh: try all addresses when connecting
This should satisfy the SSH part of issue #46.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d95f9a5..06e089d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- More context is given for failures to connect via SSH which should
reveal why a host might be incompatible with ConnectBot.
- SSH key exchange algorithm will now be printed upon connection.
+- SSH: all addresses for a particular host will be tried when
+ connecting. This includes IPv6.
## [1.8.3][1.8.3] - 2014-04-02
### Fixed