CHANGELOG: add 1.0.6 release

This commit is contained in:
terrafrost 2017-05-14 09:42:10 -05:00
parent 19c71e4a98
commit c9cfa9ead8
1 changed files with 11 additions and 0 deletions

View File

@ -1,5 +1,16 @@
# Changelog
## 1.0.6 - 2017-05-07
- SSH2: don't use timeout value of 0 for fsockopen (#775)
- SSH2: make it so disabling PTY closes exec() channel if it's open (#1009)
- SSH2: include `<pre>` tags in getLog result when SAPI isn't CLI
- SFTP: don't assume current directory when $path parameter for delete is null (#1059)
- SFTP: fix put() with php://input as source (#1119)
- ASN1: fix UTCTime parsing (#1110)
- X509: ignore certificate transparency extension (#1073)
- Crypt: OpenSSL apparently supports variable size keys (#1085)
## 1.0.5 - 2016-10-22
- fix issue preventing installation of 1.0.x via Composer (#1048)