|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-07-23 14:53:10
Author: danieljames
Date: 2008-07-23 14:53:09 EDT (Wed, 23 Jul 2008)
New Revision: 47734
URL: http://svn.boost.org/trac/boost/changeset/47734
Log:
Rebuild the release info.
Text files modified:
website/public_html/beta/feed/history.rss | 47 +++++++++++++++++++++++++++++++++++++--
website/public_html/beta/feed/news.rss | 47 +++++++++++++++++++++++++++++++++++++--
2 files changed, 88 insertions(+), 6 deletions(-)
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2008-07-23 14:53:09 EDT (Wed, 23 Jul 2008)
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
+<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
<channel>
<generator>BoostBook2RSS</generator>
<title>Boost History</title>
@@ -9,7 +8,8 @@
<copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
<item><title>Version 1.36.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Accumulators, Exception, Units, Unordered. Updated Libraries:
- Assign, Foreach, Math, Multi-index Containers, PtrContainer, Spirit, Xpressive.
+ Assign, Foreach, Interprocess, Intrusive, Math, Multi-index Containers, PtrContainer,
+ Spirit, Xpressive.
</span></span></boostbook:purpose><description><div class="description">
<div id="version_1_36_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
@@ -59,6 +59,47 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/interprocess/index.html">Interprocess</a>:</span>
+ <ul>
+ <li>
+ Added anonymous shared memory for UNIX systems.
+ </li>
+ <li>
+ Fixed missing move semantics on managed memory classes.
+ </li>
+ <li>
+ Added copy_on_write and open_read_only options for shared memory and
+ mapped file managed classes.
+ </li>
+ <li>
+ <code><span class="identifier">shared_ptr</span></code> is movable
+ and supports aliasing.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/interprocess/index.html">Intrusive</a>:</span>
+ <ul>
+ <li>
+ Added <code><span class="identifier">linear</span><span class="special">&lt;&gt;</span></code>
+ and <code><span class="identifier">cache_last</span><span class="special">&lt;&gt;</span></code>
+ options to singly linked lists.
+ </li>
+ <li>
+ Added <code><span class="identifier">optimize_multikey</span><span class="special">&lt;&gt;</span></code> option to unordered container
+ hooks.
+ </li>
+ <li>
+ Optimized unordered containers when <code><span class="identifier">store_hash</span></code>
+ option is used in the hook.
+ </li>
+ <li>
+ Implementation changed to avoid explicit use of <code><span class="keyword">try</span></code>-<code><span class="keyword">catch</span></code> blocks and be compilable with exceptions
+ disabled.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/math/doc/sf_and_dist/html/index.html">Boost.Math</a>:</span>
<ul>
<li>
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2008-07-23 14:53:09 EDT (Wed, 23 Jul 2008)
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
+<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
<channel>
<generator>BoostBook2RSS</generator>
<title>Boost News</title>
@@ -9,7 +8,8 @@
<copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
<item><title>Version 1.36.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Accumulators, Exception, Units, Unordered. Updated Libraries:
- Assign, Foreach, Math, Multi-index Containers, PtrContainer, Spirit, Xpressive.
+ Assign, Foreach, Interprocess, Intrusive, Math, Multi-index Containers, PtrContainer,
+ Spirit, Xpressive.
</span></span></boostbook:purpose><description><div class="description">
<div id="version_1_36_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
@@ -59,6 +59,47 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/interprocess/index.html">Interprocess</a>:</span>
+ <ul>
+ <li>
+ Added anonymous shared memory for UNIX systems.
+ </li>
+ <li>
+ Fixed missing move semantics on managed memory classes.
+ </li>
+ <li>
+ Added copy_on_write and open_read_only options for shared memory and
+ mapped file managed classes.
+ </li>
+ <li>
+ <code><span class="identifier">shared_ptr</span></code> is movable
+ and supports aliasing.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/interprocess/index.html">Intrusive</a>:</span>
+ <ul>
+ <li>
+ Added <code><span class="identifier">linear</span><span class="special">&lt;&gt;</span></code>
+ and <code><span class="identifier">cache_last</span><span class="special">&lt;&gt;</span></code>
+ options to singly linked lists.
+ </li>
+ <li>
+ Added <code><span class="identifier">optimize_multikey</span><span class="special">&lt;&gt;</span></code> option to unordered container
+ hooks.
+ </li>
+ <li>
+ Optimized unordered containers when <code><span class="identifier">store_hash</span></code>
+ option is used in the hook.
+ </li>
+ <li>
+ Implementation changed to avoid explicit use of <code><span class="keyword">try</span></code>-<code><span class="keyword">catch</span></code> blocks and be compilable with exceptions
+ disabled.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/math/doc/sf_and_dist/html/index.html">Boost.Math</a>:</span>
<ul>
<li>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk