Skip to content

Commit

Permalink
Set final release date, considering issue #7749 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
RockinRoel committed Dec 15, 2020
1 parent 5bfa98b commit b849252
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>Wt Release notes</h1>
the way you build Wt, the way you configure Wt or the Wt API and
behaviour.

<h2>Release 3.7.1 (December 2020)</h2>
<h2>Release 3.7.1 (December 15, 2020)</h2>

<h3>Bug fixes</h3>

Expand All @@ -37,15 +37,16 @@ <h3>Bug fixes</h3>
<a href="classWt_1_1Auth_1_1OAuthProcess.html">OAuthProcess</a> and
<a href="classWt_1_1Auth_1_1OAuthAccessToken.html">OAuthAccessToken</a>.
</li>
<li>Partially fixed issues
<li>Fixed issues
<a href="https://redmine.webtoolkit.eu/issues/6548" target="_blank">#6548</a> and
<a href="https://redmine.webtoolkit.eu/issues/7749" target="_blank">#7749</a>:
URL parameters were being parsed more than once for file uploads, causing a rapid
accumulation of duplicate values during uploads, and potentially causing segmentation
faults. The
<a href="https://github.com/emweb/wt/tree/master/examples/wtwithqt" target="_blank">wtwithqt</a>
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.
</li>
<li>
Fixed an issue where the <a href="classWt_1_1Http_1_1Client.html">HTTP Client</a>
Expand Down

0 comments on commit b849252

Please sign in to comment.