2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-26 07:02:23 +00:00
Files
website/patches/index.html
Daniel James 38d7543356 Add patch for Boost.Log
[SVN r86624]
2013-11-11 20:19:31 +00:00

91 lines
2.7 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Patches - Boost C++ Libraries</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="icon" href="/favicon.ico" type="image/ico" />
<link rel="stylesheet" type="text/css" href=
"/style-v2/section-development.css" />
<!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
</head><!--
Note: Editing website content is documented at:
http://www.boost.org/development/website_updating.html
-->
<body>
<div id="heading">
<!--#include virtual="/common/heading.html" -->
</div>
<div id="body">
<div id="body-inner">
<div id="content">
<div class="section" id="intro">
<div class="section-0">
<div class="section-title">
<h1>Boost C++ Library Patches</h1>
</div>
<div class="section-body">
<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>
<h2>1.55.0</h2>
<ul>
<li><a href=
"1_55_0/001-log_fix_dump_avx2.patch">1_55_0/001-log_fix_dump_avx2.patch</a></li>
</ul>
<h2>1.54.0</h2>
<ul>
<li><a href=
"1_54_0/001-coroutine.patch">1_54_0/001-coroutine.patch</a></li>
<li><a href=
"1_54_0/002-date-time.patch">1_54_0/002-date-time.patch</a></li>
<li><a href=
"1_54_0/003-log.patch">1_54_0/003-log.patch</a></li>
<li><a href=
"1_54_0/004-thread.patch">1_54_0/004-thread.patch</a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="sidebar">
<!--#include virtual="/common/sidebar-common.html" -->
<!--#include virtual="/common/sidebar-development.html" -->
</div>
<div class="clear"></div>
</div>
</div>
<div id="footer">
<div id="footer-left">
<div id="revised">
<p>Revised $Date: 2010-05-06 12:05:24 +0100 (Thu, 06 May 2010) $</p>
</div>
<div id="copyright">
<p>Copyright Daniel James 2013.</p>
</div><!--#include virtual="/common/footer-license.html" -->
</div>
<div id="footer-right">
<!--#include virtual="/common/footer-banners.html" -->
</div>
<div class="clear"></div>
</div>
</body>
</html>