mirror of
https://github.com/danog/tgseclib.git
synced 2024-12-03 10:07:47 +01:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
6ecf69b201
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2.0.6 - 2017-06-05
|
||||||
|
|
||||||
|
- Crypt: fix OpenSSL engine on <= PHP 5.3.6 (#1122)
|
||||||
|
- Random: suppress possible E_DEPRECATED errors
|
||||||
|
- RSA: reset variables if bad key was loaded
|
||||||
|
|
||||||
## 2.0.5 - 2017-05-07
|
## 2.0.5 - 2017-05-07
|
||||||
|
|
||||||
- SSH2: don't use timeout value of 0 for fsockopen (#775)
|
- SSH2: don't use timeout value of 0 for fsockopen (#775)
|
||||||
@ -61,6 +67,12 @@
|
|||||||
- Classes were renamed and namespaced ([#243](https://github.com/phpseclib/phpseclib/issues/243))
|
- Classes were renamed and namespaced ([#243](https://github.com/phpseclib/phpseclib/issues/243))
|
||||||
- The use of an autoloader is now required (e.g. Composer)
|
- The use of an autoloader is now required (e.g. Composer)
|
||||||
|
|
||||||
|
## 1.0.7 - 2017-06-05
|
||||||
|
|
||||||
|
- Crypt: fix OpenSSL engine on <= PHP 5.3.6 (#1122)
|
||||||
|
- Random: suppress possible E_DEPRECATED errors
|
||||||
|
- RSA: reset variables if bad key was loaded
|
||||||
|
|
||||||
## 1.0.6 - 2017-05-07
|
## 1.0.6 - 2017-05-07
|
||||||
|
|
||||||
- SSH2: don't use timeout value of 0 for fsockopen (#775)
|
- SSH2: don't use timeout value of 0 for fsockopen (#775)
|
||||||
|
@ -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.6 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.6.zip/download)
|
* [Download 1.0.7 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.7.zip/download)
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user