From db92f1b1987b12b13f248fe76c3a52cadb67bb98 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sun, 15 Sep 2024 22:06:04 -0500 Subject: [PATCH] CHANGELOG: add 3.0.42 release --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 028b72c8..e1535df4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 3.0.42 - 2024-09-15 + +- X509: CRL version number wasn't correctly being saved (#2037) +- Hash: significantly speed up umac algorithms +- SSH2: fix possible infinite loop on packet timeout (#2031) +- SSH2: logging enhancements +- SSH2: identification strings > 255 bytes didnt get parsed correctly +- SSH2: if string is passed to setPreferredAlgorithms() treat it as array +- SSH2: update error message for people not connecting to SSH servers +- SFTP: add getSupportedExtensions(), statvfs() and posix_rename() methods (#2024) + ## 3.0.41 - 2024-08-11 - SFTP: fix deprecation warning (#2027)