mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-05 13:07:53 +00:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
7bc7c8c63e
15
CHANGELOG.md
15
CHANGELOG.md
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2.0.4 - 2016-10-03
|
||||
|
||||
- fix E_DEPRECATED errors on PHP 7.1 (#1041)
|
||||
- SFTP: speed up downloads (#945)
|
||||
- SFTP: fix infinite loop when uploading empty file (#995)
|
||||
- ASN1: fix possible infinite loop in decode (#1027)
|
||||
|
||||
## 2.0.3 - 2016-08-18
|
||||
|
||||
- BigInteger/RSA: don't compare openssl versions > 1.0 (#946)
|
||||
@ -43,6 +50,14 @@
|
||||
- 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.4 - 2016-10-03
|
||||
|
||||
- fix E_DEPRECATED errors on PHP 7.0 and 7.1 (#1041)
|
||||
- fix float to int conversions on 32-bit Linux pre-PHP 5.3 (#1038, #1034)
|
||||
- SFTP: speed up downloads (#945)
|
||||
- SFTP: fix infinite loop when uploading empty file (#995)
|
||||
- ASN1: fix possible infinite loop in decode (#1027)
|
||||
|
||||
## 1.0.3 - 2016-08-18
|
||||
|
||||
- BigInteger/RSA: don't compare openssl versions > 1.0 (#946)
|
||||
|
Loading…
Reference in New Issue
Block a user