diff options
author | B. Stack <bgstack15@gmail.com> | 2023-01-22 13:56:55 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-01-22 13:56:55 -0500 |
commit | 75e05bc441382db69c842a64c562738cb749214e (patch) | |
tree | 698b60b3b4b914bf7958cf1174d0373909bf1e8f /Bugs.txt | |
parent | add upstream 11.29 (diff) | |
download | FreeFileSync-75e05bc441382db69c842a64c562738cb749214e.tar.gz FreeFileSync-75e05bc441382db69c842a64c562738cb749214e.tar.bz2 FreeFileSync-75e05bc441382db69c842a64c562738cb749214e.zip |
add upstream 12.0
Diffstat (limited to 'Bugs.txt')
-rw-r--r-- | Bugs.txt | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -5,7 +5,7 @@ the ones mentioned below. The remaining issues that are yet to be fixed are list ---------------- -| libcurl 7.86| +| libcurl 7.87| ---------------- __________________________________________________________________________________________________________ /lib/ftp.c @@ -62,6 +62,12 @@ move the following constants from src/sftp.h to include/libssh2_sftp.h: #define MAX_SFTP_OUTGOING_SIZE 30000 #define MAX_SFTP_READ_SIZE 30000 __________________________________________________________________________________________________________ +src/sftp.c +Always clear SFTP protocol error: https://github.com/libssh2/libssh2/pull/787 +__________________________________________________________________________________________________________ +src/openssl.c +Fix misleading error message if wrong passphrase: https://github.com/libssh2/libssh2/pull/789 +__________________________________________________________________________________________________________ ------------------- |