From ec1fcfe648e5696efa2dd26ffa54436e3478ae5c Mon Sep 17 00:00:00 2001 From: terrafrost Date: Mon, 16 Sep 2019 23:11:10 -0500 Subject: [PATCH] 1.0.18 release --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f53e51d0..14b0c9ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.18 - 2019-09-16 + +- SSH2: fix regression for connecting to servers with bad hostnames (#1405) + ## 1.0.17 - 2019-09-15 - SSH2: backport setPreferredAlgorithms() / getAlgorithmsNegotiated (#1156) diff --git a/README.md b/README.md index 0afe0128..f66f2504 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ AES, Blowfish, Twofish, SSH-1, SSH-2, SFTP, and X.509 * Composer compatible (PSR-0 autoloading) * Install using Composer: `composer require phpseclib/phpseclib:~1.0` * Install using PEAR: See [phpseclib PEAR Channel Documentation](http://phpseclib.sourceforge.net/pear.htm) -* [Download 1.0.17 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.17.zip/download) +* [Download 1.0.18 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.18.zip/download) ## Security contact information