$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2008-07-24 10:44:35
Author: danieljames
Date: 2008-07-24 10:44:34 EDT (Thu, 24 Jul 2008)
New Revision: 47757
URL: http://svn.boost.org/trac/boost/changeset/47757
Log:
Rebuild the RSS feeds.
Text files modified: 
   website/public_html/beta/feed/history.rss |    40 +++++++++++++++++++++++++++++++++++++---
   website/public_html/beta/feed/news.rss    |    40 +++++++++++++++++++++++++++++++++++++---
   2 files changed, 74 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-24 10:44:34 EDT (Thu, 24 Jul 2008)
@@ -1,4 +1,5 @@
-<?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 +10,7 @@
   <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, Interprocess, Intrusive, Math, Multi-index Containers, PtrContainer,
-      Spirit, Xpressive.
+      Spirit, Thread, 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>
@@ -78,7 +79,7 @@
         </ul>
       </li>
       <li>
-        <span class="library"><a href="/libs/interprocess/index.html">Intrusive</a>:</span>
+        <span class="library"><a href="/libs/intrusive/index.html">Intrusive</a>:</span>
         <ul>
           <li>
             Added <code><span class="identifier">linear</span><span class="special">&lt;&gt;</span></code>
@@ -140,6 +141,39 @@
         Log</a>.
       </li>
       <li>
+        <span class="library"><a href="/libs/thread/index.html">Thread</a>:</span>
+        <ul>
+          <li>
+            New generic <code><span class="identifier">lock</span></code> and
+            <code><span class="identifier">try_lock</span></code> functions for
+            locking multiple mutexes at once.
+          </li>
+          <li>
+            Rvalue reference support for move semantics where the compilers supports
+            it.
+          </li>
+          <li>
+            A few bugs fixed and missing functions added (including the serious win32
+            condition variable bug).
+          </li>
+          <li>
+            <code><span class="identifier">scoped_try_lock</span></code> types
+            are now backwards-compatible with Boost 1.34.0 and previous releases.
+          </li>
+          <li>
+            Support for passing function arguments to the thread function by supplying
+            additional arguments to the <code><span class="identifier">thread</span></code>
+            constructor.
+          </li>
+          <li>
+            Backwards-compatibility overloads added for <code><span class="identifier">timed_lock</span></code>
+            and <code><span class="identifier">timed_wait</span></code> functions
+            to allow use of <code><span class="identifier">xtime</span></code>
+            for timeouts.
+          </li>
+        </ul>
+      </li>
+      <li>
         <span class="library"><a href="/libs/xpressive/index.html">Xpressive</a>:</span> 
   Regular
         expressions that can be written as strings or as expression templates, and
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-24 10:44:34 EDT (Thu, 24 Jul 2008)
@@ -1,4 +1,5 @@
-<?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 +10,7 @@
   <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, Interprocess, Intrusive, Math, Multi-index Containers, PtrContainer,
-      Spirit, Xpressive.
+      Spirit, Thread, 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>
@@ -78,7 +79,7 @@
         </ul>
       </li>
       <li>
-        <span class="library"><a href="/libs/interprocess/index.html">Intrusive</a>:</span>
+        <span class="library"><a href="/libs/intrusive/index.html">Intrusive</a>:</span>
         <ul>
           <li>
             Added <code><span class="identifier">linear</span><span class="special">&lt;&gt;</span></code>
@@ -140,6 +141,39 @@
         Log</a>.
       </li>
       <li>
+        <span class="library"><a href="/libs/thread/index.html">Thread</a>:</span>
+        <ul>
+          <li>
+            New generic <code><span class="identifier">lock</span></code> and
+            <code><span class="identifier">try_lock</span></code> functions for
+            locking multiple mutexes at once.
+          </li>
+          <li>
+            Rvalue reference support for move semantics where the compilers supports
+            it.
+          </li>
+          <li>
+            A few bugs fixed and missing functions added (including the serious win32
+            condition variable bug).
+          </li>
+          <li>
+            <code><span class="identifier">scoped_try_lock</span></code> types
+            are now backwards-compatible with Boost 1.34.0 and previous releases.
+          </li>
+          <li>
+            Support for passing function arguments to the thread function by supplying
+            additional arguments to the <code><span class="identifier">thread</span></code>
+            constructor.
+          </li>
+          <li>
+            Backwards-compatibility overloads added for <code><span class="identifier">timed_lock</span></code>
+            and <code><span class="identifier">timed_wait</span></code> functions
+            to allow use of <code><span class="identifier">xtime</span></code>
+            for timeouts.
+          </li>
+        </ul>
+      </li>
+      <li>
         <span class="library"><a href="/libs/xpressive/index.html">Xpressive</a>:</span> 
   Regular
         expressions that can be written as strings or as expression templates, and