Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80930 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2012-10-10 04:49:56


Author: danieljames
Date: 2012-10-10 04:49:55 EDT (Wed, 10 Oct 2012)
New Revision: 80930
URL: http://svn.boost.org/trac/boost/changeset/80930

Log:
Website: Add section for post-beta changes, will merge for final release.
Text files modified:
   website/public_html/live/feed/history/boost_1_52_0.qbk | 25 +++++++++-
   website/public_html/live/generated/dev.rss | 93 ++++++++++++++++++++++++++++++++++++++++
   website/public_html/live/generated/download-items.html | 4
   website/public_html/live/generated/state/feed-pages.txt | 10 ++--
   website/public_html/live/users/history/version_1_52_0.html | 93 ++++++++++++++++++++++++++++++++++++++++
   5 files changed, 214 insertions(+), 11 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_52_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_52_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_52_0.qbk 2012-10-10 04:49:55 EDT (Wed, 10 Oct 2012)
@@ -22,10 +22,6 @@
 
 [section Updated Libraries]
 
-
-* [phrase library..[@/libs/accumulators/ Accumulators]:]
- * Fix long-standing dependency tracking bug, [@https://svn.boost.org/trac/boost/ticket/7409 #7409]
-
 * [phrase library..[@/libs/config/ Config]:]
   * Define `BOOST_NO_SFINAE_EXPR` for gcc-4.4, since the support was found to be too buggy.
 
@@ -208,6 +204,27 @@
 
 [endsect]
 
+[section Post-Beta Fixes]
+
+These changes were made after the beta was released, so they'll be included
+in the next release.
+
+* [phrase library..[@/libs/accumulators/ Accumulators]:]
+ * Fix long-standing dependency tracking bug, [@https://svn.boost.org/trac/boost/ticket/7409 #7409]
+
+* [phrase library..[@/libs/chrono/ Chrono]:]
+ * [@http://svn.boost.org/trac/boost/ticket/7479 #7479] Compiles fails
+ with compilers supporting constexpr fails if the standard library
+ doesn't provides the constexpr interface
+
+* [phrase library..[@/libs/ratio/ Ratio]:]
+ * [*Fixes:]
+ * [@http://svn.boost.org/trac/boost/ticket/7478 #7478] Compiles
+ fails with compilers supporting char16_t and char32_t fails if the
+ library doesn't provides std::u16string and std::u32string.
+
+[endsect]
+
 [section Compilers Tested]
 
 Boost's primary test compilers are:

Modified: website/public_html/live/generated/dev.rss
==============================================================================
--- website/public_html/live/generated/dev.rss (original)
+++ website/public_html/live/generated/dev.rss 2012-10-10 04:49:55 EDT (Wed, 10 Oct 2012)
@@ -472,6 +472,43 @@
       </li>
       <li>
         <div>
+ <span class="library"><a href="http://www.boost.org/doc/libs/1_52_0_beta1/libs/ratio/">Ratio</a>:</span>
+ <ul>
+ <li>
+ <div>
+ <em>Features:</em>
+ <ul>
+ <li>
+ <div>
+ Replace the <code><span class="identifier">short_name</span></code>
+ and <code><span class="identifier">long_name</span></code>
+ functions by symbol and prefix functions respectively.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <em>Deprecated:</em>
+ <ul>
+ <li>
+ <div>
+ The <code><span class="identifier">ratio_string</span><span class="special"><>::</span><span class="identifier">short_name</span></code>
+ and <code><span class="identifier">ratio_string</span><span class="special"><>::</span><span class="identifier">long_name</span></code>
+ are deprecated. Use <code><span class="identifier">ratio_string</span><span class="special"><>::</span><span class="identifier">symbol</span></code>
+ and <code><span class="identifier">ratio_string</span><span class="special"><>::</span><span class="identifier">prefix</span></code>
+ respectively. These functions be removed in 1.55.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library"><a href="http://www.boost.org/doc/libs/1_52_0_beta1/libs/utility/utility.htm#result_of">Result_of</a>:</span>
           <ul>
             <li>
@@ -748,6 +785,62 @@
       </li>
     </ul>
   </div>
+ <div id="version_1_52_0.post_beta_fixes">
+ <h3><span class="link">Post-Beta Fixes</span></h3>
+ <p>
+ These changes were made after the beta was released, so they'll be included
+ in the next release.
+ </p>
+ <ul>
+ <li>
+ <div>
+ <span class="library"><a href="http://www.boost.org/doc/libs/1_52_0_beta1/libs/accumulators/">Accumulators</a>:</span>
+ <ul>
+ <li>
+ <div>
+ Fix long-standing dependency tracking bug, <a href="https://svn.boost.org/trac/boost/ticket/7409">#7409</a>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="http://www.boost.org/doc/libs/1_52_0_beta1/libs/chrono/">Chrono</a>:</span>
+ <ul>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/7479">#7479</a>
+ Compiles fails with compilers supporting constexpr fails if the standard
+ library doesn't provides the constexpr interface
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="http://www.boost.org/doc/libs/1_52_0_beta1/libs/ratio/">Ratio</a>:</span>
+ <ul>
+ <li>
+ <div>
+ <em>Fixes:</em>
+ <ul>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/7478">#7478</a>
+ Compiles fails with compilers supporting char16_t and char32_t
+ fails if the library doesn't provides std::u16string and std::u32string.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
   <div id="version_1_52_0.compilers_tested">
     <h3><span class="link">Compilers Tested</span></h3>
     <p>

Modified: website/public_html/live/generated/download-items.html
==============================================================================
--- website/public_html/live/generated/download-items.html (original)
+++ website/public_html/live/generated/download-items.html 2012-10-10 04:49:55 EDT (Wed, 10 Oct 2012)
@@ -30,9 +30,9 @@
 
               <p class="news-description">
               <span class="brief"><span class="purpose">
- Updated Libraries: Config, Chrono,Container, DateTime, Foreach, Graph, Graph,
+ Updated Libraries: Config, Chrono, Container, DateTime, Foreach, Graph, Graph,
       Hash, Interprocess, Iterator, Lexical Cast, Math, Phoenix, Polygon, Proto,
- Result_of, Thread, uBLAS, Unordered, Uuid, Wave, xpressive.
+ Ratio, Result_of, Thread, uBLAS, Unordered, Uuid, Wave, xpressive.
 </span></span></p>
 
 <ul class="menu">

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-10-10 04:49:55 EDT (Wed, 10 Oct 2012)
@@ -1936,7 +1936,7 @@
 -id
 "version_1_52_0
 -last_modified
-.1349812374.33
+.1349858957.15
 -location
 "users/history/version_1_52_0.html
 -page_state
@@ -1944,16 +1944,16 @@
 "In Progress
 -purpose
 "
-" Updated Libraries: Config, Chrono,Container, DateTime, Foreach, Graph, Graph,
+" Updated Libraries: Config, Chrono, Container, DateTime, Foreach, Graph, Graph,
 " Hash, Interprocess, Iterator, Lexical Cast, Math, Phoenix, Polygon, Proto,
-" Result_of, Thread, uBLAS, Unordered, Uuid, Wave, xpressive.
+" Ratio, Result_of, Thread, uBLAS, Unordered, Uuid, Wave, xpressive.
 "
 -qbk_hash
-"0d26baa1bf360e6e3a840a6de8a23d3b17ae4af76939be1a3c1ae9abd6991ea4
+"20ba0a4280b5febf9a304c21e68de9a18d5e58ad02abfbdb8145ddf663da3ad8
 -release_status
 "beta
 -rss_hash
-"7ae0a41e86adc83524e3dfd52bf78a2dfa4a2fbbfd67c2a688a2496542c68f23
+"1a5cf6a3763b086f27e44f6d9986108a000ec0c13ed5a775c14ccbd926b629d8
 -title
 "Version 1.52.0
 -type

Modified: website/public_html/live/users/history/version_1_52_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_52_0.html (original)
+++ website/public_html/live/users/history/version_1_52_0.html 2012-10-10 04:49:55 EDT (Wed, 10 Oct 2012)
@@ -509,6 +509,43 @@
       </li>
       <li>
         <div>
+ <span class="library">Ratio:</span>
+ <ul>
+ <li>
+ <div>
+ <em>Features:</em>
+ <ul>
+ <li>
+ <div>
+ Replace the <code><span class="identifier">short_name</span></code>
+ and <code><span class="identifier">long_name</span></code>
+ functions by symbol and prefix functions respectively.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <em>Deprecated:</em>
+ <ul>
+ <li>
+ <div>
+ The <code><span class="identifier">ratio_string</span><span class="special">&lt;&gt;::</span><span class="identifier">short_name</span></code>
+ and <code><span class="identifier">ratio_string</span><span class="special">&lt;&gt;::</span><span class="identifier">long_name</span></code>
+ are deprecated. Use <code><span class="identifier">ratio_string</span><span class="special">&lt;&gt;::</span><span class="identifier">symbol</span></code>
+ and <code><span class="identifier">ratio_string</span><span class="special">&lt;&gt;::</span><span class="identifier">prefix</span></code>
+ respectively. These functions be removed in 1.55.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Result_of:</span>
           <ul>
             <li>
@@ -785,6 +822,62 @@
       </li>
     </ul>
   </div>
+ <div id="version_1_52_0.post_beta_fixes">
+ <h3><span class="link">Post-Beta Fixes</span></h3>
+ <p>
+ These changes were made after the beta was released, so they'll be included
+ in the next release.
+ </p>
+ <ul>
+ <li>
+ <div>
+ <span class="library">Accumulators:</span>
+ <ul>
+ <li>
+ <div>
+ Fix long-standing dependency tracking bug, #7409
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Chrono:</span>
+ <ul>
+ <li>
+ <div>
+ #7479
+ Compiles fails with compilers supporting constexpr fails if the standard
+ library doesn't provides the constexpr interface
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Ratio:</span>
+ <ul>
+ <li>
+ <div>
+ <em>Fixes:</em>
+ <ul>
+ <li>
+ <div>
+ #7478
+ Compiles fails with compilers supporting char16_t and char32_t
+ fails if the library doesn't provides std::u16string and std::u32string.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
   <div id="version_1_52_0.compilers_tested">
     <h3><span class="link">Compilers Tested</span></h3>
     <p>


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