Merge branch '2.0' into 3.0

This commit is contained in:
terrafrost 2021-08-15 23:24:45 -05:00
commit 62fcc5a94a
1 changed files with 17 additions and 0 deletions

View File

@ -1,5 +1,15 @@
# Changelog
## 3.0.10 - 2021-08-15
- SFTP: don't check SFTP packet size after SFTP initialization (#1606)
- SFTP: timeout during SFTP init should return false (#1684)
- SFTP: return false if get_channel_packet returns false (#1678)
- ASN1: return false when not enough bytes are available (#1676)
- BigInteger: Serializable is being deprecated in PHP 8.1 (#1680)
- explicitly define methods as being static (#1689)
- plug memory leaks (#1672)
## 3.0.9 - 2021-06-13
- SSH2: add getAuthMethodsToContinue() method (#1648)
@ -85,6 +95,13 @@
- Salsa20 / ChaCha20
- namespace changed from `phpseclib\` to `\phpseclib3` to facilitate phpseclib 2 shim (phpseclib2_compat)
## 2.0.33 - 2021-08-15
- SFTP: don't check SFTP packet size after SFTP initialization (#1606)
- SFTP: timeout during SFTP init should return false (#1684)
- SFTP: return false if get_channel_packet returns false (#1678)
- ASN1: return false when not enough bytes are available (#1676)
## 2.0.32 - 2021-06-13
- SSH2: add getAuthMethodsToContinue() method (#1648)