mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-30 04:39:21 +01:00
Merge branch '2.0'
This commit is contained in:
commit
0a58b73037
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2.0.8 - 2017-11-29
|
||||
|
||||
- SSH2: fix issue with key re-exchange
|
||||
- SSH2: updates to dealing with extraneous channel packets
|
||||
- X509: URL validation didn't work (#1203)
|
||||
|
||||
## 2.0.7 - 2017-10-22
|
||||
|
||||
- SSH2:
|
||||
@ -86,6 +92,12 @@
|
||||
- Classes were renamed and namespaced ([#243](https://github.com/phpseclib/phpseclib/issues/243))
|
||||
- The use of an autoloader is now required (e.g. Composer)
|
||||
|
||||
## 1.0.9 - 2017-11-29
|
||||
|
||||
- SSH2: fix issue with key re-exchange
|
||||
- SSH2: updates to dealing with extraneous channel packets
|
||||
- X509: URL validation didn't work (#1203)
|
||||
|
||||
## 1.0.8 - 2017-10-22
|
||||
|
||||
- SSH2:
|
||||
|
@ -37,7 +37,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.8 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.8.zip/download)
|
||||
* [Download 1.0.9 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.9.zip/download)
|
||||
|
||||
## Support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user