|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r84495 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2013-05-25 09:11:17
Author: danieljames
Date: 2013-05-25 09:11:16 EDT (Sat, 25 May 2013)
New Revision: 84495
URL: http://svn.boost.org/trac/boost/changeset/84495
Log:
More release notes.
Text files modified:
website/public_html/live/feed/history/boost_1_54_0.qbk | 3 ++-
website/public_html/live/generated/dev.rss | 11 +++++++++--
website/public_html/live/generated/state/feed-pages.txt | 4 ++--
website/public_html/live/generated/state/rss-items.txt | 13 ++++++++++---
website/public_html/live/users/history/version_1_54_0.html | 11 +++++++++--
5 files changed, 32 insertions(+), 10 deletions(-)
Modified: website/public_html/live/feed/history/boost_1_54_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_54_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_54_0.qbk 2013-05-25 09:11:16 EDT (Sat, 25 May 2013)
@@ -136,7 +136,7 @@
[ticket 8162], [ticket 8369], [ticket 8547].
* [phrase library..[@/libs/math/ Math]:]
- * Major reorganization to incorporate other Boost.Math like Integer Utilities LCM, GCD, quaternions and octonions.
+ * Major reorganization to incorporate other Boost.Math like Integer Utilities (Greatest Common Divisor and Least Common Multiple), quaternions and octonions.
Making new chapter headings.
* Added many references to Boost.Multiprecision and `cpp_dec_float_50` as an example of a User-defined Type (UDT).
* Added Clang to list of supported compilers.
@@ -197,6 +197,7 @@
* [@http://svn.boost.org/trac/boost/ticket/8443 #8443] Header file inclusion order may cause crashes
* [@http://svn.boost.org/trac/boost/ticket/8451 #8451] Missing documented function 'boost::scoped_thread::joinable'
* [@http://svn.boost.org/trac/boost/ticket/8530 #8530] \[Coverity\] Unused variable thread_handle, uninitialized variable cond_mutex in thread/pthread/thread_data.hpp
+ * [@http://svn.boost.org/trac/boost/ticket/8596 #8596] With C++0x enabled, boost::packaged_task stores a reference to function objects, instead of a copy.
* [phrase library..[@/libs/type_traits/ Type Traits]:]
* New type traits implemented [ticket 8189]:
Modified: website/public_html/live/generated/dev.rss
==============================================================================
--- website/public_html/live/generated/dev.rss (original)
+++ website/public_html/live/generated/dev.rss 2013-05-25 09:11:16 EDT (Sat, 25 May 2013)
@@ -371,8 +371,8 @@
<li>
<div>
Major reorganization to incorporate other Boost.Math like Integer
- Utilities LCM, GCD, quaternions and octonions. Making new chapter
- headings.
+ Utilities (Greatest Common Divisor and Least Common Multiple), quaternions
+ and octonions. Making new chapter headings.
</div>
</li>
<li>
@@ -693,6 +693,13 @@
cond_mutex in thread/pthread/thread_data.hpp
</div>
</li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/8596">#8596</a>
+ With C++0x enabled, boost::packaged_task stores a reference
+ to function objects, instead of a copy.
+ </div>
+ </li>
</ul>
</div>
</li>
Modified: website/public_html/live/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/live/generated/state/feed-pages.txt (original)
+++ website/public_html/live/generated/state/feed-pages.txt 2013-05-25 09:11:16 EDT (Sat, 25 May 2013)
@@ -2004,7 +2004,7 @@
-id
"version_1_54_0
-last_modified
-.1369478202.89
+.1369487455.8
-location
"users/history/version_1_54_0.html
-notice
@@ -2017,7 +2017,7 @@
" New Libraries: Updated Libraries:
"
-qbk_hash
-"6591b000b43d244909d12acdc6b785d734525c14929d870ab32183c0215d4656
+"bda306f7ad357f0257fdcc794b5cacdac3bed1ec0258aba8bb23266bbf92faac
-release_status
"dev
-title
Modified: website/public_html/live/generated/state/rss-items.txt
==============================================================================
--- website/public_html/live/generated/state/rss-items.txt (original)
+++ website/public_html/live/generated/state/rss-items.txt 2013-05-25 09:11:16 EDT (Sat, 25 May 2013)
@@ -18995,8 +18995,8 @@
" <li>
" <div>
" Major reorganization to incorporate other Boost.Math like Integer
-" Utilities LCM, GCD, quaternions and octonions. Making new chapter
-" headings.
+" Utilities (Greatest Common Divisor and Least Common Multiple), quaternions
+" and octonions. Making new chapter headings.
" </div>
" </li>
" <li>
@@ -19317,6 +19317,13 @@
" cond_mutex in thread/pthread/thread_data.hpp
" </div>
" </li>
+" <li>
+" <div>
+" <a href="http://svn.boost.org/trac/boost/ticket/8596">#8596</a>
+" With C++0x enabled, boost::packaged_task stores a reference
+" to function objects, instead of a copy.
+" </div>
+" </li>
" </ul>
" </div>
" </li>
@@ -19442,7 +19449,7 @@
" </div>
"</description></item>
-last_modified
-.1369478202.89
+.1369487455.8
-quickbook
"feed/history/boost_1_54_0.qbk
)
Modified: website/public_html/live/users/history/version_1_54_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_54_0.html (original)
+++ website/public_html/live/users/history/version_1_54_0.html 2013-05-25 09:11:16 EDT (Sat, 25 May 2013)
@@ -407,8 +407,8 @@
<li>
<div>
Major reorganization to incorporate other Boost.Math like Integer
- Utilities LCM, GCD, quaternions and octonions. Making new chapter
- headings.
+ Utilities (Greatest Common Divisor and Least Common Multiple), quaternions
+ and octonions. Making new chapter headings.
</div>
</li>
<li>
@@ -729,6 +729,13 @@
cond_mutex in thread/pthread/thread_data.hpp
</div>
</li>
+ <li>
+ <div>
+ #8596
+ With C++0x enabled, boost::packaged_task stores a reference
+ to function objects, instead of a copy.
+ </div>
+ </li>
</ul>
</div>
</li>
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