add 2.0.29 release

This commit is contained in:
terrafrost 2020-09-07 23:24:43 -05:00
parent 734d728c75
commit 497856a8d9
1 changed files with 7 additions and 0 deletions

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)