From b84925215d2b45879cf20c0cb340c4e7960d0c53 Mon Sep 17 00:00:00 2001 From: Roel Standaert Date: Tue, 15 Dec 2020 14:03:09 +0100 Subject: [PATCH] Set final release date, considering issue #7749 fixed --- ReleaseNotes.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ReleaseNotes.html b/ReleaseNotes.html index 4fddb636d1..41d8b9f557 100644 --- a/ReleaseNotes.html +++ b/ReleaseNotes.html @@ -22,7 +22,7 @@

Wt Release notes

the way you build Wt, the way you configure Wt or the Wt API and behaviour. -

Release 3.7.1 (December 2020)

+

Release 3.7.1 (December 15, 2020)

Bug fixes

@@ -37,7 +37,7 @@

Bug fixes

OAuthProcess and OAuthAccessToken. -
  • Partially fixed issues +
  • Fixed issues #6548 and #7749: URL parameters were being parsed more than once for file uploads, causing a rapid @@ -45,7 +45,8 @@

    Bug fixes

    faults. The wtwithqt example was also updated so that it properly waits for condition variables in a loop, - to deal with spurious wakeups. + to deal with spurious wakeups. Also fixed a potential use-after-free when updating resource + progress.
  • Fixed an issue where the HTTP Client