X Tutup
Skip to content

Commit 5ef6f83

Browse files
committed
CHANGELOG: add 2.0.40 release
1 parent be361b6 commit 5ef6f83

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.0.40 - 2022-12-17
4+
5+
- fix for PHP 8.2 deprecations (#1869)
6+
- SSH2: if logging in with rsa-sha2-256/512 fails, try ssh-rsa (#1865)
7+
- SSH/Agent: add support for named pipes on windows (for pageant) (#1866)
8+
- Crypt/Base: add a function to check continuous buffer status (#1870)
9+
- OpenSSL 3.0.1+ deprecated some algorithms (RC2, RC4, DES, Blowfish)
10+
311
## 2.0.39 - 2022-10-24
412

513
- SFTP: fix deprecated implicit float to int on 32-bit PHP 8.1 (#1841)

0 commit comments

Comments
 (0)
X Tutup