Skip to content

Commit 4de468f

Browse files
committed
Merge branch '1.0' into 2.0
2 parents e4f1e81 + 03d2bb4 commit 4de468f

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## 2.0.49 - 2025-10-05
4+
5+
- fix PHP 8.5 deprecations
6+
- SFTP: check if realpath succeeded when changing SFTP directory (#2098)
7+
- SSH2: server identification string handling enhancements (#2082, #2083)
8+
39
## 2.0.48 - 2024-12-14
410

511
- BigInteger: workaround for regression in GMP that PHP introduced
@@ -385,6 +391,19 @@
385391
- Classes were renamed and namespaced ([#243](https://github.com/phpseclib/phpseclib/issues/243))
386392
- The use of an autoloader is now required (e.g. Composer)
387393

394+
## 1.0.24 - 2025-10-05
395+
396+
- fix PHP 8.4 / 8.5 deprecations
397+
- X509: make the attributes section of new CSRs be blank (#1522)
398+
- X509: CRL version number wasn't correctly being saved (#2037)
399+
- SFTP: check if realpath succeeded when changing SFTP directory (#2098)
400+
- SFTP: convert filenames to strings (#2065)
401+
- SSH2: ignore [email protected] in key re-exchanges (#2050)
402+
- SSH2: update setPreferredAlgorithms() to accept csv's
403+
- SSH2: fix possible infinite loop on packet timeout
404+
- SSH2: handle SSH2_MSG_EXT_INFO out of login (#2001, #2002)
405+
- SSH2/Agent: reset supported_private_key_algorithms for every key (#1995)
406+
388407
## 1.0.23 - 2024-02-25
389408

390409
- BigInteger: add getLength() and getLengthInBytes() methods

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ SSH-2, SFTP, X.509, an arbitrary-precision integer arithmetic library, Ed25519 /
5151
* PHP4 compatible
5252
* Composer compatible (PSR-0 autoloading)
5353
* Install using Composer: `composer require phpseclib/phpseclib:~1.0`
54-
* [Download 1.0.23 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.23.zip/download)
54+
* [Download 1.0.24 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.24.zip/download)
5555

5656
## Security contact information
5757

0 commit comments

Comments
 (0)