2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-16 01:52:09 +00:00

Regenerate Boost release notes and feeds

This commit is contained in:
Glen Fernandes
2019-05-06 22:43:08 -04:00
parent 3ccdb77ed5
commit 34f0f4aa4e
8 changed files with 531 additions and 7 deletions

View File

@@ -48,6 +48,29 @@
<div class="description">
<div id="version_1_70_0.known_issues">
<h3><span class="link">Known Issues</span></h3>
<p>
These are patches from library authors which were found too late to be fixed
in the release. Be careful as they have not been through the normal testing
process.
</p>
<ul>
<li>
<div>
Fix moved-from executor in idle ping timeout (<a href="https://github.com/boostorg/beast/issues/1599">#1599</a>)
<ul>
<li>
<div>
<a href="/patches/1_70_0/0001-beast-fix-moved-from-executor.patch">Beast
patch</a>
</div>
</li>
</ul>
</div>
</li>
</ul>
</div>
<div id="version_1_70_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
<ul>
@@ -373,6 +396,41 @@
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="/libs/context/">Context</a>:</span>
<ul>
<li>
<div>
<a href="https://github.com/boostorg/context/issues/91">#91</a>: cleanup of stack if creating ucontext fails
</div>
</li>
<li>
<div>
<a href="https://github.com/boostorg/context/issues/97">#97</a>: add missing BOST_CONTEXT_DECL in stack_context
</div>
</li>
<li>
<div>
<a href="https://github.com/boostorg/context/issues/98">#98</a>: fix jump_i386_sysv_macho writing garbage to the x87
control word
</div>
</li>
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="/libs/coroutine2/">Coroutine2</a>:</span>
<ul>
<li>
<div>
<a href="https://github.com/boostorg/coroutine2/issues/28">#28</a>: don't crash on pthread_cancel
</div>
</li>
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="/libs/dll/">DLL</a>:</span>
@@ -422,6 +480,23 @@
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="/libs/fiber/">Fiber</a>:</span>
<ul>
<li>
<div>
<a href="https://github.com/boostorg/fiber/issues/191">#191</a>: ignore unused argument warning
</div>
</li>
<li>
<div>
<a href="https://github.com/boostorg/fiber/issues/196">#196</a>: fix high contention on remote_ready_splk_
</div>
</li>
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="/libs/filesystem/">Filesystem</a>:</span>