summaryrefslogtreecommitdiff
path: root/Bugs.txt
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2021-01-04 13:48:35 +0000
committerB Stack <bgstack15@gmail.com>2021-01-04 13:48:35 +0000
commitedb1c4482c0a0d91bddfee6e1f9fce234e59840a (patch)
tree494f9fc32eeee34c6c46611ae0137c25a79517a4 /Bugs.txt
parentMerge branch '11.4' into 'master' (diff)
parentadd upstream 11.5 (diff)
downloadFreeFileSync-edb1c4482c0a0d91bddfee6e1f9fce234e59840a.tar.gz
FreeFileSync-edb1c4482c0a0d91bddfee6e1f9fce234e59840a.tar.bz2
FreeFileSync-edb1c4482c0a0d91bddfee6e1f9fce234e59840a.zip
Merge branch '11.5' into 'master'11.5
add upstream 11.5 See merge request opensource-tracking/FreeFileSync!29
Diffstat (limited to 'Bugs.txt')
-rwxr-xr-xBugs.txt14
1 files changed, 4 insertions, 10 deletions
diff --git a/Bugs.txt b/Bugs.txt
index a8ce7180..1529327e 100755
--- a/Bugs.txt
+++ b/Bugs.txt
@@ -5,7 +5,7 @@ the ones mentioned below. The remaining issues that are yet to be fixed are list
----------------
-| libcurl 7.73 |
+| libcurl 7.74 |
----------------
__________________________________________________________________________________________________________
/lib/ftp.c
@@ -44,12 +44,6 @@ https://github.com/curl/curl/issues/4342
+ result = ftp_nb_type(conn, data->set.prefer_ascii, FTP_LIST_TYPE);
__________________________________________________________________________________________________________
-/lib/multi.c
-/lib/multihandle.h
-https://github.com/curl/curl/issues/6146
-
-remove patch! regression for Windows upload performance
-__________________________________________________________________________________________________________
--------------------------
@@ -70,9 +64,9 @@ move the following constants from src/sftp.h to include/libssh2_sftp.h:
__________________________________________________________________________________________________________
--------------------
-| wxWidgets 3.1.4 |
--------------------
+------------------------------
+| wxWidgets 3.1.5-2020-12-26 |
+------------------------------
__________________________________________________________________________________________________________
/include/wx/window.h
wxWidgets/GTK2 on some Linux systems incorrectly detects high DPI: https://freefilesync.org/forum/viewtopic.php?t=6114
bgstack15