Releases: ashkulz/NppFTP
v0.30.6
! See #265 Regression for FTPES, FTPS on directory changes !
update to libssh 0.9.4, see https://www.libssh.org/2020/04/09/libssh-0-9-4-and-libssh-0-8-9-security-release/
Still shown as 0.9.3 in about dialog, due to https://bugs.libssh.org/T226
v0.29.6: bump version to 0.29.6
update to libssh 0.9.4, see https://www.libssh.org/2020/04/09/libssh-0-9-4-and-libssh-0-8-9-security-release/
Still shown as 0.9.3 in about dialog, due to https://bugs.libssh.org/T226
v0.30.5
! See #265 Regression for FTPES, FTPS on directory changes !
update to OpenSSL https://www.openssl.org/source/openssl-1.1.1f.tar.gz
(changes see https://www.openssl.org/news/cl111.txt)
v0.30.4
! See #265 Regression for FTPES, FTPS on directory changes !
update to OpenSSL https://www.openssl.org/source/openssl-1.1.1e.tar.gz
(changes see https://www.openssl.org/news/cl111.txt)
v0.30.3: bump version to 0.30.3, include libssh 0.9.3 (security fix) (#280)
! See #265 Regression for FTPES, FTPS on directory changes !
- Raise SFTP buffer size to 128 KiB to speed up I/O (see #90) (#275)
- update to libssh 0.9.3, see https://www.libssh.org/2019/12/10/libssh-0-9-3-and-libssh-0-8-8-security-release/
containing also 0.9.2, see https://www.libssh.org/2019/11/07/libssh-0-9-2/
v0.29.5
v0.29.4
update openssl to 1.0.2u (changelog see https://www.openssl.org/news/cl102.txt)
v0.29.3
- update to libssh 0.9.3, see https://www.libssh.org/2019/12/10/libssh-0-9-3-and-libssh-0-8-8-security-release/
containing also 0.9.2, see https://www.libssh.org/2019/11/07/libssh-0-9-2/
v0.29.2
v0.30.2
See #265 Regression for FTPES, FTPS on directory changes
update to https://www.libssh.org/2019/10/25/libssh-0-9-1/
The libssh team is proud to announce the first bugfix release of libssh as version 0.9.1. It fixes bugs we discovered since the last release. Thanks to all contributors!
There are two things new and this is that we use X22919 and Ed25519 from OpenSSL if it provides them.
If you are new to libssh you should read our tutorial how to get started. Please join our mailing list or visit our IRC channel if you have questions.
You can download libssh here.
Changelog
Added support for Ed25519 via OpenSSL
Added support for X25519 via OpenSSL
Added support for localuser in Match keyword
Fixed Match keyword to be case sensitive
Fixed compilation with LibreSSL
Fixed error report of channel open (T75)
Fixed sftp documentation (T137)
Fixed known_hosts parsing (T156)
Fixed build issue with MinGW (T157)
Fixed build with gcc 9 (T164)
Fixed deprecation issues (T165)
Fixed known_hosts directory creation (T166) Fixed some issues with the connector API