|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r51069 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2009-02-07 09:14:16
Author: danieljames
Date: 2009-02-07 09:14:14 EST (Sat, 07 Feb 2009)
New Revision: 51069
URL: http://svn.boost.org/trac/boost/changeset/51069
Log:
Add notes about any and thread. And thanks to Vicente.
Text files modified:
website/public_html/beta/feed/history.rss | 23 +++++++++++++++++++++--
website/public_html/beta/feed/history/boost_1_38_0.qbk | 9 +++++++++
website/public_html/beta/feed/news.rss | 23 +++++++++++++++++++++--
3 files changed, 51 insertions(+), 4 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-02-07 09:14:14 EST (Sat, 07 Feb 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.38.0</title><pubDate>$Date: 2009/02/06 05:32:14 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.38.0</title><pubDate>$Date: 2009/02/07 14:03:40 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Flyweight, ScopeExit, Swap. Updated Libraries: Accumulators,
Config, Date_Time, Exception, Filesystem, Graph, Hash, Interprocess, Intrusive,
Math, Multi-index Containers, Proto, Regex, TR1, Type Traits, Unordered, Xpressive.
@@ -46,6 +46,14 @@
<h3><span class="link">Updated Libraries</span></h3>
<ul>
<li>
+ <span class="library"><a href="/doc/html/any.html">Any</a>:</span>
+ <ul>
+ <li>
+ Use a by-value argument for <code><span class="keyword">operator</span><span class="special">=</span></code>.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/accumulators/index.html">Accumulators</a>:</span>
<ul>
<li>
@@ -273,6 +281,16 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/doc/html/thread.html">Thread</a>:</span>
+ <ul>
+ <li>
+ No longer catches unhandled exceptions in threads as this debuggers couldn't
+ identify the cause of unhandled exceptions in threads. An unhandled exception
+ will still cause the application to terminate.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/tr1/index.html">TR1</a>:</span>
<ul>
<li>
@@ -527,7 +545,8 @@
<p>
<a href="/users/people/beman_dawes.html">Beman Dawes</a>, Eric Niebler,
<a href="/users/people/rene_rivera.html">Rene Rivera</a>, and Daniel
- James managed this release.
+ James managed this release. Thanks to Vicente Botet for helping compile these
+ release notes.
</p>
</div>
</div></description></item><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">
Modified: website/public_html/beta/feed/history/boost_1_38_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_38_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_38_0.qbk 2009-02-07 09:14:14 EST (Sat, 07 Feb 2009)
@@ -41,6 +41,9 @@
[section Updated Libraries]
+* [phrase library..[@/doc/html/any.html Any]:]
+ * Use a by-value argument for `operator=`.
+
* [phrase library..[@/libs/accumulators/index.html Accumulators]:]
* Add `rolling_sum`, `rolling_count` and `rolling_mean` accumulators.
@@ -151,6 +154,11 @@
and
[@https://svn.boost.org/trac/boost/ticket/2244 #2458].
+* [phrase library..[@/doc/html/thread.html Thread]:]
+ * No longer catches unhandled exceptions in threads as this
+ debuggers couldn't identify the cause of unhandled exceptions in threads.
+ An unhandled exception will still cause the application to terminate.
+
* [phrase library..[@/libs/tr1/index.html TR1]:]
* Added support for the TR1 math functions and the unordered containers.
@@ -252,6 +260,7 @@
Eric Niebler,
[@/users/people/rene_rivera.html Rene Rivera],
and Daniel James managed this release.
+Thanks to Vicente Botet for helping compile these release notes.
[endsect]
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2009-02-07 09:14:14 EST (Sat, 07 Feb 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.38.0</title><pubDate>$Date: 2009/02/06 05:32:14 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.38.0</title><pubDate>$Date: 2009/02/07 14:03:40 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Flyweight, ScopeExit, Swap. Updated Libraries: Accumulators,
Config, Date_Time, Exception, Filesystem, Graph, Hash, Interprocess, Intrusive,
Math, Multi-index Containers, Proto, Regex, TR1, Type Traits, Unordered, Xpressive.
@@ -46,6 +46,14 @@
<h3><span class="link">Updated Libraries</span></h3>
<ul>
<li>
+ <span class="library"><a href="/doc/html/any.html">Any</a>:</span>
+ <ul>
+ <li>
+ Use a by-value argument for <code><span class="keyword">operator</span><span class="special">=</span></code>.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/accumulators/index.html">Accumulators</a>:</span>
<ul>
<li>
@@ -273,6 +281,16 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/doc/html/thread.html">Thread</a>:</span>
+ <ul>
+ <li>
+ No longer catches unhandled exceptions in threads as this debuggers couldn't
+ identify the cause of unhandled exceptions in threads. An unhandled exception
+ will still cause the application to terminate.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/tr1/index.html">TR1</a>:</span>
<ul>
<li>
@@ -527,7 +545,8 @@
<p>
<a href="/users/people/beman_dawes.html">Beman Dawes</a>, Eric Niebler,
<a href="/users/people/rene_rivera.html">Rene Rivera</a>, and Daniel
- James managed this release.
+ James managed this release. Thanks to Vicente Botet for helping compile these
+ release notes.
</p>
</div>
</div></description></item><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">
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