Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79884 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2012-08-05 17:48:05


Author: danieljames
Date: 2012-08-05 17:48:04 EDT (Sun, 05 Aug 2012)
New Revision: 79884
URL: http://svn.boost.org/trac/boost/changeset/79884

Log:
Website: Update release notes.

Some extra notes for Unordered + use https for trac links.

Text files modified:
   website/public_html/live/feed/history/boost_1_51_0.qbk | 40 ++++++++++++++++--------------
   website/public_html/live/generated/dev.rss | 52 ++++++++++++++++++++++++++-------------
   website/public_html/live/generated/state/feed-pages.txt | 6 ++--
   website/public_html/live/users/history/version_1_51_0.html | 52 ++++++++++++++++++++++++++-------------
   4 files changed, 92 insertions(+), 58 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_51_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_51_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_51_0.qbk 2012-08-05 17:48:04 EDT (Sun, 05 Aug 2012)
@@ -57,21 +57,21 @@
     the documentation to list the deprecated macros.
 
 * [phrase library..[@/libs/chrono/ Chrono]:]
- * [@http://svn.boost.org/trac/boost/ticket/6918 #6918] Boost Chrono
+ * [@https://svn.boost.org/trac/boost/ticket/6918 #6918] Boost Chrono
     compilation failure on HP uX due to undefined pthread_getcpuclockid.
- * [@http://svn.boost.org/trac/boost/ticket/6241 #6241] boost::chrono
+ * [@https://svn.boost.org/trac/boost/ticket/6241 #6241] boost::chrono
     compilation problems without std::wstring support.
- * [@http://svn.boost.org/trac/boost/ticket/6987 #6987] Documentation &
+ * [@https://svn.boost.org/trac/boost/ticket/6987 #6987] Documentation &
     C++11.
- * [@http://svn.boost.org/trac/boost/ticket/7041 #7041] time_point.hpp
+ * [@https://svn.boost.org/trac/boost/ticket/7041 #7041] time_point.hpp
     depends on Boost.System.
- * [@http://svn.boost.org/trac/boost/ticket/7042 #7042] Avoiding time_point
+ * [@https://svn.boost.org/trac/boost/ticket/7042 #7042] Avoiding time_point
     and duration dependency on time.h and CLOCK_REALTIME.
- * [@http://svn.boost.org/trac/boost/ticket/7058 #7058] Make it work when
+ * [@https://svn.boost.org/trac/boost/ticket/7058 #7058] Make it work when
     BOOST_NO_EXCEPTIONS is defined.
- * [@http://svn.boost.org/trac/boost/ticket/7069 #7069] Misspellings in
+ * [@https://svn.boost.org/trac/boost/ticket/7069 #7069] Misspellings in
     clock_string<thread_clock>.
- * [@http://svn.boost.org/trac/boost/ticket/7081 #7081] WinError.h
+ * [@https://svn.boost.org/trac/boost/ticket/7081 #7081] WinError.h
     capitalization in boost/detail/win/basic_types.hpp.
 
 * [phrase library..[@/libs/graph/ Graph]:]
@@ -98,7 +98,7 @@
 * [phrase library..[@/libs/conversion/lexical_cast.htm Lexical cast]:]
   * Better performance, less memory usage for `boost::array<character_type, N>`
     and `std::array<character_type, N>` conversions.
- * Fixed bug with volatile input parameter [@http://svn.boost.org/trac/boost/ticket/7157 #7157].
+ * Fixed bug with volatile input parameter [@https://svn.boost.org/trac/boost/ticket/7157 #7157].
 
 * [phrase library..[@/libs/math/ Math]:]
   * Updated to use the new config macros.
@@ -110,7 +110,7 @@
     for more information.
 
 * [phrase library..[@/libs/ratio/ Ratio]:]
- * [@http://svn.boost.org/trac/boost/ticket/7075 #7075] Workaround for
+ * [@https://svn.boost.org/trac/boost/ticket/7075 #7075] Workaround for
     error: the type of partial specialization template parameter constant "n1"
     depends on another template parameter.
 
@@ -118,30 +118,32 @@
   * Updated to use the new config macros.
 
 * [phrase library..[@/libs/thread/ Thread]:]
- * [@http://svn.boost.org/trac/boost/ticket/4258 #4258] Linking with boost
+ * [@https://svn.boost.org/trac/boost/ticket/4258 #4258] Linking with boost
     thread does not work on mingw/gcc 4.5.
- * [@http://svn.boost.org/trac/boost/ticket/4885 #4885] Access violation in
+ * [@https://svn.boost.org/trac/boost/ticket/4885 #4885] Access violation in
     set_tss_data at process exit due to invalid assumption about TlsAlloc.
- * [@http://svn.boost.org/trac/boost/ticket/6931 #6931] mutex waits
+ * [@https://svn.boost.org/trac/boost/ticket/6931 #6931] mutex waits
     forwever with Intel Compiler and /debug:parallel
- * [@http://svn.boost.org/trac/boost/ticket/7044 #7044] boost 1.50.0 header
+ * [@https://svn.boost.org/trac/boost/ticket/7044 #7044] boost 1.50.0 header
     missing.
- * [@http://svn.boost.org/trac/boost/ticket/7052 #7052] Thread:
+ * [@https://svn.boost.org/trac/boost/ticket/7052 #7052] Thread:
     BOOST_THREAD_PROVIDES_DEPRECATED_FEATURES_SINCE_V3_0_0 only masks
     thread::operator==, thread::operator!= forward declarations, not
     definitions.
- * [@http://svn.boost.org/trac/boost/ticket/7066 #7066] An attempt to fix
+ * [@https://svn.boost.org/trac/boost/ticket/7066 #7066] An attempt to fix
     current_thread_tls_key static initialization order.
- * [@http://svn.boost.org/trac/boost/ticket/7074 #7074] Multiply defined
+ * [@https://svn.boost.org/trac/boost/ticket/7074 #7074] Multiply defined
     symbol boost::allocator_arg.
- * [@http://svn.boost.org/trac/boost/ticket/7078 #7078] Trivial 64-bit
+ * [@https://svn.boost.org/trac/boost/ticket/7078 #7078] Trivial 64-bit
     warning fix on Windows for thread attribute stack size
- * [@http://svn.boost.org/trac/boost/ticket/7089 #7089]
+ * [@https://svn.boost.org/trac/boost/ticket/7089 #7089]
     BOOST_THREAD_WAIT_BUG limits functionality without solving anything
 
 * [phrase library..[@/libs/unordered/ Unordered]:]
   * Fix construction/destruction issue when using a C++11 compiler with a
     C++03 allocator ([ticket 7100]).
+ * Remove a `try..catch` to support compiling without exceptions.
+ * Adjust SFINAE use to try to supprt g++ 3.4 ([ticket 7175]).
   * Updated to use the new config macros.
 
 * [phrase library..[@/libs/wave/ Wave]:]

Modified: website/public_html/live/generated/dev.rss
==============================================================================
--- website/public_html/live/generated/dev.rss (original)
+++ website/public_html/live/generated/dev.rss 2012-08-05 17:48:04 EDT (Sun, 05 Aug 2012)
@@ -71,49 +71,49 @@
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
- &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6918&quot;&gt;#6918&lt;/a&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6918&quot;&gt;#6918&lt;/a&gt;
                 Boost Chrono compilation failure on HP uX due to undefined pthread_getcpuclockid.
               &lt;/div&gt;
             &lt;/li&gt;
             &lt;li&gt;
               &lt;div&gt;
- &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6241&quot;&gt;#6241&lt;/a&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6241&quot;&gt;#6241&lt;/a&gt;
                 boost::chrono compilation problems without std::wstring support.
               &lt;/div&gt;
             &lt;/li&gt;
             &lt;li&gt;
               &lt;div&gt;
- &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6987&quot;&gt;#6987&lt;/a&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6987&quot;&gt;#6987&lt;/a&gt;
                 Documentation &amp;amp; C++11.
               &lt;/div&gt;
             &lt;/li&gt;
             &lt;li&gt;
               &lt;div&gt;
- &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7041&quot;&gt;#7041&lt;/a&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7041&quot;&gt;#7041&lt;/a&gt;
                 time_point.hpp depends on Boost.System.
               &lt;/div&gt;
             &lt;/li&gt;
             &lt;li&gt;
               &lt;div&gt;
- &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7042&quot;&gt;#7042&lt;/a&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7042&quot;&gt;#7042&lt;/a&gt;
                 Avoiding time_point and duration dependency on time.h and CLOCK_REALTIME.
               &lt;/div&gt;
             &lt;/li&gt;
             &lt;li&gt;
               &lt;div&gt;
- &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7058&quot;&gt;#7058&lt;/a&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7058&quot;&gt;#7058&lt;/a&gt;
                 Make it work when BOOST_NO_EXCEPTIONS is defined.
               &lt;/div&gt;
             &lt;/li&gt;
             &lt;li&gt;
               &lt;div&gt;
- &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7069&quot;&gt;#7069&lt;/a&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7069&quot;&gt;#7069&lt;/a&gt;
                 Misspellings in clock_string&amp;lt;thread_clock&amp;gt;.
               &lt;/div&gt;
             &lt;/li&gt;
             &lt;li&gt;
               &lt;div&gt;
- &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7081&quot;&gt;#7081&lt;/a&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7081&quot;&gt;#7081&lt;/a&gt;
                 WinError.h capitalization in boost/detail/win/basic_types.hpp.
               &lt;/div&gt;
             &lt;/li&gt;
@@ -208,6 +208,11 @@
                 Better performance, less memory usage for &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;array&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;character_type&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;N&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt; and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;std&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;array&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;character_type&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;N&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/sp
an&gt;&lt;/code&gt; conversions.
               &lt;/div&gt;
             &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed bug with volatile input parameter &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7157&quot;&gt;#7157&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
           &lt;/ul&gt;
         &lt;/div&gt;
       &lt;/li&gt;
@@ -243,7 +248,7 @@
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
- &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7075&quot;&gt;#7075&lt;/a&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7075&quot;&gt;#7075&lt;/a&gt;
                 Workaround for error: the type of partial specialization template
                 parameter constant &amp;quot;n1&amp;quot; depends on another template parameter.
               &lt;/div&gt;
@@ -269,32 +274,32 @@
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
- &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/4258&quot;&gt;#4258&lt;/a&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/4258&quot;&gt;#4258&lt;/a&gt;
                 Linking with boost thread does not work on mingw/gcc 4.5.
               &lt;/div&gt;
             &lt;/li&gt;
             &lt;li&gt;
               &lt;div&gt;
- &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/4885&quot;&gt;#4885&lt;/a&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/4885&quot;&gt;#4885&lt;/a&gt;
                 Access violation in set_tss_data at process exit due to invalid assumption
                 about TlsAlloc.
               &lt;/div&gt;
             &lt;/li&gt;
             &lt;li&gt;
               &lt;div&gt;
- &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6931&quot;&gt;#6931&lt;/a&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6931&quot;&gt;#6931&lt;/a&gt;
                 mutex waits forwever with Intel Compiler and /debug:parallel
               &lt;/div&gt;
             &lt;/li&gt;
             &lt;li&gt;
               &lt;div&gt;
- &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7044&quot;&gt;#7044&lt;/a&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7044&quot;&gt;#7044&lt;/a&gt;
                 boost 1.50.0 header missing.
               &lt;/div&gt;
             &lt;/li&gt;
             &lt;li&gt;
               &lt;div&gt;
- &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7052&quot;&gt;#7052&lt;/a&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7052&quot;&gt;#7052&lt;/a&gt;
                 Thread: BOOST_THREAD_PROVIDES_DEPRECATED_FEATURES_SINCE_V3_0_0 only
                 masks thread::operator==, thread::operator!= forward declarations,
                 not definitions.
@@ -302,26 +307,26 @@
             &lt;/li&gt;
             &lt;li&gt;
               &lt;div&gt;
- &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7066&quot;&gt;#7066&lt;/a&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7066&quot;&gt;#7066&lt;/a&gt;
                 An attempt to fix current_thread_tls_key static initialization order.
               &lt;/div&gt;
             &lt;/li&gt;
             &lt;li&gt;
               &lt;div&gt;
- &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7074&quot;&gt;#7074&lt;/a&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7074&quot;&gt;#7074&lt;/a&gt;
                 Multiply defined symbol boost::allocator_arg.
               &lt;/div&gt;
             &lt;/li&gt;
             &lt;li&gt;
               &lt;div&gt;
- &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7078&quot;&gt;#7078&lt;/a&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7078&quot;&gt;#7078&lt;/a&gt;
                 Trivial 64-bit warning fix on Windows for thread attribute stack
                 size
               &lt;/div&gt;
             &lt;/li&gt;
             &lt;li&gt;
               &lt;div&gt;
- &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7089&quot;&gt;#7089&lt;/a&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7089&quot;&gt;#7089&lt;/a&gt;
                 BOOST_THREAD_WAIT_BUG limits functionality without solving anything
               &lt;/div&gt;
             &lt;/li&gt;
@@ -340,6 +345,17 @@
             &lt;/li&gt;
             &lt;li&gt;
               &lt;div&gt;
+ Remove a &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;try&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;..&lt;/span&gt;&lt;span class=&quot;keyword&quot;&gt;catch&lt;/span&gt;&lt;/code&gt; to support compiling without
+ exceptions.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Adjust SFINAE use to try to supprt g++ 3.4 (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7175&quot;&gt;#7175&lt;/a&gt;).
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
                 Updated to use the new config macros.
               &lt;/div&gt;
             &lt;/li&gt;

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 2012-08-05 17:48:04 EDT (Sun, 05 Aug 2012)
@@ -1903,7 +1903,7 @@
 -id
 "version_1_51_0
 -last_modified
-.1344154492.91
+.1344203215.43
 -location
 "users/history/version_1_51_0.html
 -page_state
@@ -1914,11 +1914,11 @@
 " New Libraries: Updated Libraries:
 "
 -qbk_hash
-"c60c17fead190954dc3a830a88138d9c2c612e7e6858cc5b6b353ccaf5e36133
+"587bfe867d55e3535fa5ac73dfd685507c109f566479c7f7cf9f11a11b9d49ab
 -release_status
 "beta
 -rss_hash
-"625d83ed663b375f23b30a61ef891738b30830dee3ce7aefc5eba5cf1b06739f
+"c3afe03fc8dde7c3940485b52463eb2d4fde255f99402b4be6b65bdfcb410dfe
 -title
 "Version 1.51.0
 -type

Modified: website/public_html/live/users/history/version_1_51_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_51_0.html (original)
+++ website/public_html/live/users/history/version_1_51_0.html 2012-08-05 17:48:04 EDT (Sun, 05 Aug 2012)
@@ -110,49 +110,49 @@
           <ul>
             <li>
               <div>
- #6918
+ #6918
                 Boost Chrono compilation failure on HP uX due to undefined pthread_getcpuclockid.
               </div>
             </li>
             <li>
               <div>
- #6241
+ #6241
                 boost::chrono compilation problems without std::wstring support.
               </div>
             </li>
             <li>
               <div>
- #6987
+ #6987
                 Documentation &amp; C++11.
               </div>
             </li>
             <li>
               <div>
- #7041
+ #7041
                 time_point.hpp depends on Boost.System.
               </div>
             </li>
             <li>
               <div>
- #7042
+ #7042
                 Avoiding time_point and duration dependency on time.h and CLOCK_REALTIME.
               </div>
             </li>
             <li>
               <div>
- #7058
+ #7058
                 Make it work when BOOST_NO_EXCEPTIONS is defined.
               </div>
             </li>
             <li>
               <div>
- #7069
+ #7069
                 Misspellings in clock_string&lt;thread_clock&gt;.
               </div>
             </li>
             <li>
               <div>
- #7081
+ #7081
                 WinError.h capitalization in boost/detail/win/basic_types.hpp.
               </div>
             </li>
@@ -247,6 +247,11 @@
                 Better performance, less memory usage for <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span><span class="special">&lt;</span><span class="identifier">character_type</span><span class="special">,</span> <span class="identifier">N</span><span class="special">&gt;</span></code> and <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">array</span><span class="special">&lt;</span><span class="identifier">character_type</span><span class="special">,</span> <span class="identifier">N</span><span class="special">&gt;</span></code> conversions.
               </div>
             </li>
+ <li>
+ <div>
+ Fixed bug with volatile input parameter #7157.
+ </div>
+ </li>
           </ul>
         </div>
       </li>
@@ -282,7 +287,7 @@
           <ul>
             <li>
               <div>
- #7075
+ #7075
                 Workaround for error: the type of partial specialization template
                 parameter constant &quot;n1&quot; depends on another template parameter.
               </div>
@@ -308,32 +313,32 @@
           <ul>
             <li>
               <div>
- #4258
+ #4258
                 Linking with boost thread does not work on mingw/gcc 4.5.
               </div>
             </li>
             <li>
               <div>
- #4885
+ #4885
                 Access violation in set_tss_data at process exit due to invalid assumption
                 about TlsAlloc.
               </div>
             </li>
             <li>
               <div>
- #6931
+ #6931
                 mutex waits forwever with Intel Compiler and /debug:parallel
               </div>
             </li>
             <li>
               <div>
- #7044
+ #7044
                 boost 1.50.0 header missing.
               </div>
             </li>
             <li>
               <div>
- #7052
+ #7052
                 Thread: BOOST_THREAD_PROVIDES_DEPRECATED_FEATURES_SINCE_V3_0_0 only
                 masks thread::operator==, thread::operator!= forward declarations,
                 not definitions.
@@ -341,26 +346,26 @@
             </li>
             <li>
               <div>
- #7066
+ #7066
                 An attempt to fix current_thread_tls_key static initialization order.
               </div>
             </li>
             <li>
               <div>
- #7074
+ #7074
                 Multiply defined symbol boost::allocator_arg.
               </div>
             </li>
             <li>
               <div>
- #7078
+ #7078
                 Trivial 64-bit warning fix on Windows for thread attribute stack
                 size
               </div>
             </li>
             <li>
               <div>
- #7089
+ #7089
                 BOOST_THREAD_WAIT_BUG limits functionality without solving anything
               </div>
             </li>
@@ -379,6 +384,17 @@
             </li>
             <li>
               <div>
+ Remove a <code><span class="keyword">try</span><span class="special">..</span><span class="keyword">catch</span></code> to support compiling without
+ exceptions.
+ </div>
+ </li>
+ <li>
+ <div>
+ Adjust SFINAE use to try to supprt g++ 3.4 (#7175).
+ </div>
+ </li>
+ <li>
+ <div>
                 Updated to use the new config macros.
               </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