Boost logo

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>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ <item><title>Version 1.38.0</title><pubDate>$Date: 2009/02/07 14:03:40 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       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 @@
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
       &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/html/any.html&quot;&gt;Any&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Use a by-value argument for &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;operator&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;=&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/accumulators/index.html&quot;&gt;Accumulators&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -273,6 +281,16 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/html/thread.html&quot;&gt;Thread&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ 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.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/tr1/index.html&quot;&gt;TR1&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -527,7 +545,8 @@
     &lt;p&gt;
       &lt;a href=&quot;/users/people/beman_dawes.html&quot;&gt;Beman Dawes&lt;/a&gt;, Eric Niebler,
       &lt;a href=&quot;/users/people/rene_rivera.html&quot;&gt;Rene Rivera&lt;/a&gt;, and Daniel
- James managed this release.
+ James managed this release. Thanks to Vicente Botet for helping compile these
+ release notes.
     &lt;/p&gt;
   &lt;/div&gt;
 &lt;/div&gt;</description></item><item><title>Version 1.37.0</title><pubDate>Mon, 03 Nov 2008 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;

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>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ <item><title>Version 1.38.0</title><pubDate>$Date: 2009/02/07 14:03:40 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       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 @@
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
       &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/html/any.html&quot;&gt;Any&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Use a by-value argument for &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;operator&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;=&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/accumulators/index.html&quot;&gt;Accumulators&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -273,6 +281,16 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/html/thread.html&quot;&gt;Thread&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ 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.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/tr1/index.html&quot;&gt;TR1&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
@@ -527,7 +545,8 @@
     &lt;p&gt;
       &lt;a href=&quot;/users/people/beman_dawes.html&quot;&gt;Beman Dawes&lt;/a&gt;, Eric Niebler,
       &lt;a href=&quot;/users/people/rene_rivera.html&quot;&gt;Rene Rivera&lt;/a&gt;, and Daniel
- James managed this release.
+ James managed this release. Thanks to Vicente Botet for helping compile these
+ release notes.
     &lt;/p&gt;
   &lt;/div&gt;
 &lt;/div&gt;</description></item><item><title>Version 1.37.0</title><pubDate>Mon, 03 Nov 2008 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;


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