1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-12-14 01:57:20 +01:00

Merge branch '3.0'

This commit is contained in:
terrafrost 2020-09-07 23:24:55 -05:00
commit 272b6b2cfb

View File

@ -1,5 +1,12 @@
# Changelog
## 2.0.29 - 2020-09-07
- SFTP: add enableDatePreservation() / disableDatePreservation() (#1496)
- SFTP: uploads on low speed networks could get in infinite loop (#1507)
- SSH2: when building algo list look at if crypto engine is set (#1500)
- X509: really looong base64 encoded strings broke extractBER() (#1486)
## 2.0.28 - 2020-07-08
- SFTP: realpath('') produced an error (#1474)