$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r57577 - website/public_html/beta/feed
From: daniel_james_at_[hidden]
Date: 2009-11-11 13:53:16
Author: danieljames
Date: 2009-11-11 13:53:15 EST (Wed, 11 Nov 2009)
New Revision: 57577
URL: http://svn.boost.org/trac/boost/changeset/57577
Log:
Rebuild the release notes.
Text files modified: 
   website/public_html/beta/feed/history.rss |    48 +++++++++++++++++++++++++++++++++++++++ 
   website/public_html/beta/feed/news.rss    |    48 +++++++++++++++++++++++++++++++++++++++ 
   2 files changed, 94 insertions(+), 2 deletions(-)
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss	(original)
+++ website/public_html/beta/feed/history.rss	2009-11-11 13:53:15 EST (Wed, 11 Nov 2009)
@@ -6,7 +6,7 @@
     <description/>
     <language>en-us</language>
     <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.41.0</title><pubDate>$Date: 2009/11/03 23:28:10 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+  <item><title>Version 1.41.0</title><pubDate>$Date: 2009/11/10 08:35:01 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       New Library: Property Tree. Updated libraries: Multi-index Containers, Python,
       Spirit, Unordered, Wave. Updated tool: QuickBook.
     </span></span></boostbook:purpose><description><div class="description">
@@ -58,6 +58,18 @@
         notes</a> for further information.
       </li>
       <li>
+        <span class="library"><a href="/libs/proto/index.html">Proto</a>:</span>
+        <ul>
+          <li>
+            Clean up some MSVC warnings and errors in /Za (disable Microsoft extensions)
+            mode.
+          </li>
+          <li>
+            Fixes for c++0x mode on various compilers.
+          </li>
+        </ul>
+      </li>
+      <li>
         <span class="library"><a href="/libs/python/index.html">Python</a>:</span>
   Boost.Python now
         supports Python 3 (Haoyu Bai's Google Summer of Code project, mentored by
@@ -76,6 +88,21 @@
         with earlier versions.
       </li>
       <li>
+        <span class="library"><a href="/libs/thread/index.html">Thread</a>:</span>
+        <ul>
+          <li>
+            Support for futures, promises and packaged tasks added
+          </li>
+          <li>
+            <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">thread_specific_ptr</span></code> is now faster when
+            there are lots of thread-specific objects
+          </li>
+          <li>
+            Some Boost.Thread facilities are now header-only
+          </li>
+        </ul>
+      </li>
+      <li>
         <span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
         <ul>
           <li>
@@ -103,6 +130,25 @@
   See the <a href="/libs/wave/ChangeLog">changelog</a>
         for details.
       </li>
+      <li>
+        <span class="library"><a href="/libs/xpressive/index.html">Xpressive</a>:</span>
+        <ul>
+          <li>
+            Fix infinite loop with some uses of <tt>\Q...\E</tt> quotemeta
+            (<a href="https://svn.boost.org/trac/boost/ticket/3586">#3586</a>).
+          </li>
+          <li>
+            Eliminate unreachable code warnings on MSVC
+          </li>
+          <li>
+            Clean up some MSVC warnings and errors in /Za (&quot;disable Microsoft
+            extensions&quot;) mode.
+          </li>
+          <li>
+            Fixes for c++0x mode on various compilers.
+          </li>
+        </ul>
+      </li>
     </ul>
   </div>
   <div id="version_1_41_0.build_system">
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss	(original)
+++ website/public_html/beta/feed/news.rss	2009-11-11 13:53:15 EST (Wed, 11 Nov 2009)
@@ -6,7 +6,7 @@
     <description/>
     <language>en-us</language>
     <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.41.0</title><pubDate>$Date: 2009/11/03 23:28:10 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+  <item><title>Version 1.41.0</title><pubDate>$Date: 2009/11/10 08:35:01 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       New Library: Property Tree. Updated libraries: Multi-index Containers, Python,
       Spirit, Unordered, Wave. Updated tool: QuickBook.
     </span></span></boostbook:purpose><description><div class="description">
@@ -58,6 +58,18 @@
         notes</a> for further information.
       </li>
       <li>
+        <span class="library"><a href="/libs/proto/index.html">Proto</a>:</span>
+        <ul>
+          <li>
+            Clean up some MSVC warnings and errors in /Za (disable Microsoft extensions)
+            mode.
+          </li>
+          <li>
+            Fixes for c++0x mode on various compilers.
+          </li>
+        </ul>
+      </li>
+      <li>
         <span class="library"><a href="/libs/python/index.html">Python</a>:</span>
   Boost.Python now
         supports Python 3 (Haoyu Bai's Google Summer of Code project, mentored by
@@ -76,6 +88,21 @@
         with earlier versions.
       </li>
       <li>
+        <span class="library"><a href="/libs/thread/index.html">Thread</a>:</span>
+        <ul>
+          <li>
+            Support for futures, promises and packaged tasks added
+          </li>
+          <li>
+            <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">thread_specific_ptr</span></code> is now faster when
+            there are lots of thread-specific objects
+          </li>
+          <li>
+            Some Boost.Thread facilities are now header-only
+          </li>
+        </ul>
+      </li>
+      <li>
         <span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
         <ul>
           <li>
@@ -103,6 +130,25 @@
   See the <a href="/libs/wave/ChangeLog">changelog</a>
         for details.
       </li>
+      <li>
+        <span class="library"><a href="/libs/xpressive/index.html">Xpressive</a>:</span>
+        <ul>
+          <li>
+            Fix infinite loop with some uses of <tt>\Q...\E</tt> quotemeta
+            (<a href="https://svn.boost.org/trac/boost/ticket/3586">#3586</a>).
+          </li>
+          <li>
+            Eliminate unreachable code warnings on MSVC
+          </li>
+          <li>
+            Clean up some MSVC warnings and errors in /Za (&quot;disable Microsoft
+            extensions&quot;) mode.
+          </li>
+          <li>
+            Fixes for c++0x mode on various compilers.
+          </li>
+        </ul>
+      </li>
     </ul>
   </div>
   <div id="version_1_41_0.build_system">