Releases: ashkulz/NppFTP
v0.30.1
v0.30.0
See #265 Regression for FTPES, FTPS on directory changes
- update to OpenSSL next LTS branch https://www.openssl.org/source/openssl-1.1.1d.tar.gz , see:
Note: The latest stable version is the 1.1.1 series. This is also our Long Term Support (LTS) version, supported until 11th September 2023. Our previous LTS version (1.0.2 series) will continue to be supported until 31st December 2019 (security fixes only during the last year of support). The 1.1.0 series is currently only receiving security fixes and will go out of support on 11th September 2019. All users of 1.0.2 and 1.1.0 are encouraged to upgrade to 1.1.1 as soon as possible. The 0.9.8, 1.0.0 and 1.0.1 versions are now out of support and should not be used.
- changed to use TLS_client_method() as default instead of previous SSLv23_client_method(), see https://www.openssl.org/docs/man1.1.1/man3/SSLv3_method.html
v0.29.1
update openssl to 1.0.2t (changelog see https://www.openssl.org/news/cl102.txt)
v0.29.0
- update to libssh 0.9.0 from https://www.libssh.org/files/0.9/libssh-0.9.0.tar.xz (changelog see https://www.libssh.org/2019/06/28/libssh-0-9-0/:
-- Added support for AES-GCM
-- Added improved rekeying support
-- Added performance improvements
-- Disabled blowfish support by default
-- Fixed several ssh config parsing issues
-- Added support for DH Group Exchange KEX
-- Added support for Encrypt-then-MAC mode
-- Added support for parsing server side configuration file
-- Added support for ECDSA/Ed25519 certificates
-- Added FIPS 140-2 compatibility
-- Improved known_hosts parsing
-- Improved documentation
-- Improved OpenSSL API usage for KEX, DH, KDF and signatures - Grouping Profile entries in submenus #259 (thanks @printpagestopdf )
- Added auto-connect feature for easy remote work on startup and "multiple" connections #225 (thanks @andymule )
v0.28.4
update openssl to 1.0.2s (changelog see https://www.openssl.org/news/cl102.txt)
v0.28.3
v0.28.2
update openssl to 1.0.2r (changelog see https://www.openssl.org/news/cl102.txt)
v0.28.1
update to libssh 0.8.7 from https://www.libssh.org/files/0.8/libssh-0.8.7.tar.xz (changelog see https://www.libssh.org/2019/02/25/libssh-0-8-7/)
v0.28.0
- first version with change from libssh 0.7.x -> 0.8.x
- update to libssh 0.8.6 from https://www.libssh.org/files/0.8/libssh-0.8.6.tar.xz (changelog see https://www.libssh.org/2018/12/24/libssh-0-8-6-xmas-edition/ and for previous versions https://git.libssh.org/projects/libssh.git/tree/ChangeLog?h=stable-0.8)
- small adaptations to corresponding api changes