Skip to content

Releases: ashkulz/NppFTP

v0.30.6

10 Apr 10:32
Compare
Choose a tag to compare
v0.30.6 Pre-release
Pre-release

! 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

10 Apr 16:08
Compare
Choose a tag to compare

v0.30.5

04 Apr 10:01
Compare
Choose a tag to compare
v0.30.5 Pre-release
Pre-release

! 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

21 Mar 20:54
Compare
Choose a tag to compare
v0.30.4 Pre-release
Pre-release

! 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)

11 Mar 00:52
d3d404b
Compare
Choose a tag to compare

! See #265 Regression for FTPES, FTPS on directory changes !

v0.29.5

10 Mar 23:40
Compare
Choose a tag to compare
  • Raise SFTP buffer size to 128 KiB to speed up I/O (see #90) (#275)

v0.29.4

23 Dec 10:46
Compare
Choose a tag to compare

update openssl to 1.0.2u (changelog see https://www.openssl.org/news/cl102.txt)

v0.29.3

18 Dec 10:26
Compare
Choose a tag to compare

v0.29.2

12 Nov 19:48
Compare
Choose a tag to compare

v0.30.2

26 Oct 12:15
Compare
Choose a tag to compare
v0.30.2 Pre-release
Pre-release

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