diff --git a/ChangeLog.txt b/ChangeLog.txt index 836a3c8..976841e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -349,7 +349,7 @@ HISTORY : > fix issue "Folder left after deletetion #18" > fix "Crash when exiting if no connections were opened #20" -2022/05/17 V11 : +2022/05/18 V11 : > fix issue " Still some CRC errors occur when uploading on SDCard #21 ": remove sevbuf use to fix the last CRC errors and limit to only 1 transfer for sdCard operations (simultaneous transfers leads in CRC errors) > multi transfer enhancement : reduce open/close connection time with @@ -361,4 +361,4 @@ HISTORY : Use 25% DL vs 75% UL of the reserved memory for buffer socket operations (instead of 50/50) > This last setting increase DL speeds obtain when multi-transferring. Using a small buffer for upload reduced the "speed displayed" on UL operation (now take the fwrite time into account). - This version gives max speeds about 4M/s on both ways but treat a large number of files more quickly. \ No newline at end of file + This version gives max speeds over 4M/s on both ways and treat a large number of files more quickly. \ No newline at end of file diff --git a/build.sh b/build.sh index 7cfbe88..9641065 100644 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ #/**************************************************************************** # WiiUFtpServer (fork of FTP everywhere by Laf111@2021) # ***************************************************************************/ -VERSION_MAJOR=10 +VERSION_MAJOR=11 VERSION_MINOR=0 VERSION_PATCH=0 export WiiUFtpServerVersion=$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH