mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-26 20:35:21 +01:00
1.0.10 release
This commit is contained in:
parent
1468ef1a23
commit
894ac25e17
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,5 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.0.10 - 2018-02-08
|
||||||
|
|
||||||
|
- BigInteger: fix issue with bitwise_xor (#1245)
|
||||||
|
- Crypt: some of the minimum lengths were off
|
||||||
|
- SFTP: update stat cache accordingly when file becomes a directory (#1235)
|
||||||
|
- SFTP: fix issue with extended attributes on 64-bit PHP installs (#1248)
|
||||||
|
- SSH2: more channel handling updates (#1200)
|
||||||
|
- X509: use anonymous functions in PHP >= 5.3.0
|
||||||
|
- X509: revise logic for validateLogic (#1213)
|
||||||
|
- X509: fix 7.2 error when extensions were removed and new ones added (#1243)
|
||||||
|
- fix float to int conversions on ARM CPU's (#1220)
|
||||||
|
|
||||||
## 1.0.9 - 2017-11-29
|
## 1.0.9 - 2017-11-29
|
||||||
|
|
||||||
- SSH2: fix issue with key re-exchange
|
- SSH2: fix issue with key re-exchange
|
||||||
|
@ -36,7 +36,7 @@ AES, Blowfish, Twofish, SSH-1, SSH-2, SFTP, and X.509
|
|||||||
* Composer compatible (PSR-0 autoloading)
|
* Composer compatible (PSR-0 autoloading)
|
||||||
* Install using Composer: `composer require phpseclib/phpseclib ~1.0`
|
* Install using Composer: `composer require phpseclib/phpseclib ~1.0`
|
||||||
* Install using PEAR: See [phpseclib PEAR Channel Documentation](http://phpseclib.sourceforge.net/pear.htm)
|
* Install using PEAR: See [phpseclib PEAR Channel Documentation](http://phpseclib.sourceforge.net/pear.htm)
|
||||||
* [Download 1.0.9 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.9.zip/download)
|
* [Download 1.0.10 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.10.zip/download)
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user