$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r49575 - in website/public_html/live/feed: . history
From: daniel_james_at_[hidden]
Date: 2008-11-03 15:51:57
Author: danieljames
Date: 2008-11-03 15:51:56 EST (Mon, 03 Nov 2008)
New Revision: 49575
URL: http://svn.boost.org/trac/boost/changeset/49575
Log:
Merge from beta, up to 49574
Text files modified: 
   website/public_html/live/feed/downloads.rss            |    19 ++++++++++++++++++-                     
   website/public_html/live/feed/history.rss              |    19 ++++++++++++++++++-                     
   website/public_html/live/feed/history/boost_1_37_0.qbk |    10 ++++++++--                              
   website/public_html/live/feed/news.rss                 |    19 ++++++++++++++++++-                     
   4 files changed, 62 insertions(+), 5 deletions(-)
Modified: website/public_html/live/feed/downloads.rss
 Modified: website/public_html/live/feed/history.rss
 Modified: website/public_html/live/feed/history/boost_1_37_0.qbk
 Modified: website/public_html/live/feed/news.rss
==============================================================================
--- website/public_html/live/feed/downloads.rss	(original)
+++ website/public_html/live/feed/downloads.rss	2008-11-03 15:51:56 EST (Mon, 03 Nov 2008)
@@ -8,7 +8,7 @@
     <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.37.0</title><pubDate>Mon, 03 Nov 2008 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       New Library: Proto. Updated Libraries: Asio, Circular Buffer, Dynamic Bitset,
-      Hash, Interprocess, Intrusive, Math Type, Traits, Unordered
+      Exception, Hash, Interprocess, Intrusive, Math, Type Traits, Unordered
     </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=637761><description><div class="description">
   
   <div id="version_1_37_0.new_libraries">
@@ -88,6 +88,23 @@
         </ul>
       </li>
       <li>
+        <span class="library"><a href="/libs/exception/index.html">Exception</a>:</span>
+        <ul>
+          <li>
+            Support for non-RTTI builds.
+          </li>
+          <li>
+            Optimizations.
+          </li>
+          <li>
+            A new macro <code><span class="identifier">BOOST_THROW_EXCEPTION</span></code>
+            which can be used instead of <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">throw_exception</span></code>
+            when throwing, to automatically record information about the location
+            of the throw in the exception object.
+          </li>
+        </ul>
+      </li>
+      <li>
         <span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span>
         <ul>
           <li>
==============================================================================
--- website/public_html/live/feed/history.rss	(original)
+++ website/public_html/live/feed/history.rss	2008-11-03 15:51:56 EST (Mon, 03 Nov 2008)
@@ -8,7 +8,7 @@
     <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.37.0</title><pubDate>Mon, 03 Nov 2008 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       New Library: Proto. Updated Libraries: Asio, Circular Buffer, Dynamic Bitset,
-      Hash, Interprocess, Intrusive, Math Type, Traits, Unordered
+      Exception, Hash, Interprocess, Intrusive, Math, Type Traits, Unordered
     </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=637761><description><div class="description">
   
   <div id="version_1_37_0.new_libraries">
@@ -88,6 +88,23 @@
         </ul>
       </li>
       <li>
+        <span class="library"><a href="/libs/exception/index.html">Exception</a>:</span>
+        <ul>
+          <li>
+            Support for non-RTTI builds.
+          </li>
+          <li>
+            Optimizations.
+          </li>
+          <li>
+            A new macro <code><span class="identifier">BOOST_THROW_EXCEPTION</span></code>
+            which can be used instead of <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">throw_exception</span></code>
+            when throwing, to automatically record information about the location
+            of the throw in the exception object.
+          </li>
+        </ul>
+      </li>
+      <li>
         <span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span>
         <ul>
           <li>
==============================================================================
--- website/public_html/live/feed/history/boost_1_37_0.qbk	(original)
+++ website/public_html/live/feed/history/boost_1_37_0.qbk	2008-11-03 15:51:56 EST (Mon, 03 Nov 2008)
@@ -2,8 +2,8 @@
     [quickbook 1.4]
     [source-mode c++]
     [purpose New Library: Proto.
-        Updated Libraries: Asio, Circular Buffer, Dynamic Bitset, Hash,
-        Interprocess, Intrusive, Math Type, Traits, Unordered]
+        Updated Libraries: Asio, Circular Buffer, Dynamic Bitset, Exception,
+        Hash, Interprocess, Intrusive, Math, Type Traits, Unordered]
     [authors [Dawes, Beman]]
     [last-revision Mon, 03 Nov 2008 12:00:00 GMT]
 ]
@@ -48,6 +48,12 @@
     [@http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#438
     library issue 438], currently in the [^C++0x] working paper).
   * Improvements to documentation, code examples and implementation.
+* [phrase library..[@/libs/exception/index.html Exception]:]
+  * Support for non-RTTI builds.
+  * Optimizations.
+  * A new macro `BOOST_THROW_EXCEPTION` which can be used instead of
+    `boost::throw_exception` when throwing, to automatically record
+    information about the location of the throw in the exception object.
 * [phrase library..[@/libs/functional/hash/index.html Hash]:]
   * Minor bug fix ([@http://svn.boost.org/trac/boost/ticket/2264 ticket 2264]).
 * [phrase library..[@/libs/interprocess/index.html Interprocess]:]
==============================================================================
--- website/public_html/live/feed/news.rss	(original)
+++ website/public_html/live/feed/news.rss	2008-11-03 15:51:56 EST (Mon, 03 Nov 2008)
@@ -8,7 +8,7 @@
     <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.37.0</title><pubDate>Mon, 03 Nov 2008 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       New Library: Proto. Updated Libraries: Asio, Circular Buffer, Dynamic Bitset,
-      Hash, Interprocess, Intrusive, Math Type, Traits, Unordered
+      Exception, Hash, Interprocess, Intrusive, Math, Type Traits, Unordered
     </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=637761><description><div class="description">
   
   <div id="version_1_37_0.new_libraries">
@@ -88,6 +88,23 @@
         </ul>
       </li>
       <li>
+        <span class="library"><a href="/libs/exception/index.html">Exception</a>:</span>
+        <ul>
+          <li>
+            Support for non-RTTI builds.
+          </li>
+          <li>
+            Optimizations.
+          </li>
+          <li>
+            A new macro <code><span class="identifier">BOOST_THROW_EXCEPTION</span></code>
+            which can be used instead of <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">throw_exception</span></code>
+            when throwing, to automatically record information about the location
+            of the throw in the exception object.
+          </li>
+        </ul>
+      </li>
+      <li>
         <span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span>
         <ul>
           <li>
 
$include_dir="/home/hyper-archives/boost-commit/include";
include("$include_dir/msg-footer.inc");
?>