From db324e5d019f99de15b5a5b6b9214d6b720f1c4f Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sun, 15 Sep 2019 18:22:02 -0500 Subject: [PATCH] 1.0.17 release --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c976de..f53e51d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 1.0.17 - 2019-09-15 + +- SSH2: backport setPreferredAlgorithms() / getAlgorithmsNegotiated (#1156) +- SSH2 / SFTP: fix issues with ping() (#1402) +- SSH2: only auto close the channel for exec() timeouts (#1384) +- SSH2 / SFTP: fix issues with ping() (#1402) +- SFTP: add progress callback to get() (#1375) +- SFTP: fix array_merge(): Argument #1 is not an array error (#1379) +- X509: IPs in nameconstraints extension include netmask (#1387) +- X509: fix issue with explicit time tags whose maps expect implicit (#1388) +- BigInteger: fix issues with divide method +- BigInteger: fix bug with toBytes() with fixed precision negative numbers +- fix PHP 7.4 deprecations + ## 1.0.16 - 2019-06-13 - BigInteger: new BigInteger('-0') caused issues with GMP diff --git a/README.md b/README.md index bdcc7322..0afe0128 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.16 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.16.zip/download) +* [Download 1.0.17 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.17.zip/download) ## Security contact information