From 5ef6f8376ddad21f3ce1da429950f7e00ec2292c Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sat, 17 Dec 2022 11:22:59 -0600 Subject: [PATCH] CHANGELOG: add 2.0.40 release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db2e9814..a810adb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.0.40 - 2022-12-17 + +- fix for PHP 8.2 deprecations (#1869) +- SSH2: if logging in with rsa-sha2-256/512 fails, try ssh-rsa (#1865) +- SSH/Agent: add support for named pipes on windows (for pageant) (#1866) +- Crypt/Base: add a function to check continuous buffer status (#1870) +- OpenSSL 3.0.1+ deprecated some algorithms (RC2, RC4, DES, Blowfish) + ## 2.0.39 - 2022-10-24 - SFTP: fix deprecated implicit float to int on 32-bit PHP 8.1 (#1841)