diff --git a/CHANGELOG.md b/CHANGELOG.md index 08e1ff1e..9e389eb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.0.12 - 2018-11-04 + +- SSH2: fixes relating to delayed global requests (#1271) +- SSH2: setEngine -> setPreferredEngine (#1294) +- SSH2: reset $this->bitmap when the connection fails (#1298) +- SSH2: add ping() method (#1298) +- SSH2: add support for rsa-sha2-256 / rsa-sha2-512 (RFC8332) +- SFTP: make rawlist give same result regardless of stat cache (#1287) +- Hash: save hashed keys for re-use + ## 1.0.11 - 2018-04-15 - X509: auto download intermediate certs diff --git a/README.md b/README.md index 2efc9f88..b18a8a3e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,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.11 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.11.zip/download) +* [Download 1.0.12 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.12.zip/download) ## Support