Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81195 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2012-11-05 04:13:44


Author: danieljames
Date: 2012-11-05 04:13:39 EST (Mon, 05 Nov 2012)
New Revision: 81195
URL: http://svn.boost.org/trac/boost/changeset/81195

Log:
Website: Merge post-beta fixes with the rest of the release notes + update doc link.
Text files modified:
   website/public_html/live/feed/history/boost_1_52_0.qbk | 47 +++-------
   website/public_html/live/generated/dev.rss | 165 +++++++++++++++------------------------
   website/public_html/live/generated/download-items.html | 8
   website/public_html/live/generated/home-items.html | 2
   website/public_html/live/generated/state/feed-pages.txt | 14 +-
   website/public_html/live/users/history/version_1_52_0.html | 167 +++++++++++++++------------------------
   6 files changed, 157 insertions(+), 246 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-11-05 04:13:39 EST (Mon, 05 Nov 2012)
@@ -1,7 +1,7 @@
 [article Version 1.52.0
     [quickbook 1.5]
     [source-mode c++]
- [purpose Updated Libraries: Config, Chrono, Container, DateTime, Foreach, Graph,
+ [purpose Updated Libraries: Accumulators, Config, Chrono, Container, DateTime, Foreach, Graph,
         Graph, Hash, Interprocess, Iterator, Lexical Cast, Math, Phoenix, Polygon,
         Proto, Ratio, Result_of, Thread, uBLAS, Unordered, Uuid, Wave, xpressive.]
     [authors [Dawes, Beman]]
@@ -12,7 +12,7 @@
 
 [status beta]
 [download http://sourceforge.net/projects/boost/files/boost/1.52.0.beta.1/]
-[documentation /doc/libs/1_52_0_beta1/]
+[documentation /doc/libs/1_52_0/]
 
 [/
 Release status:
@@ -22,6 +22,9 @@
 
 [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.
 
@@ -37,9 +40,12 @@
     * When `BOOST_CHRONO_VERSION==2` the preceding deprecated functions are not available.
   * [*Fixes:]
     * [ticket 7381] C++11 compliance: unresolved symbol when assigning a constexpr duration to a non-const local variable.
+ * [@http://svn.boost.org/trac/boost/ticket/7479 #7479] Compile fails
+ with compilers supporting constexpr fails if the standard library
+ doesn't provides the constexpr interface
   * [*Would not fix:]
     * [ticket 6871] chrono_io.hpp: `operator<<(ostream& os, ...)` modifies the state of os. The neww io interface provided in version 2 solves this issue. You should move to the new version.
-
+
 * [phrase library..[@/libs/container/ Container]:]
   * Improved `stable_vector`'s template code bloat and type safety.
   * Changed typedefs and reordered functions of sequence containers to improve doxygen documentation.
@@ -156,6 +162,10 @@
     * The `ratio_string<>::short_name` and `ratio_string<>::long_name` are
       deprecated. Use `ratio_string<>::symbol` and `ratio_string<>::prefix`
       respectively. These functions be removed in 1.55.
+ * [*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.
 
 * [phrase library..[@/libs/utility/utility.htm#result_of Result_of]:]
   * Switch `boost::result_of` to use `decltype` on compilers for which support is deemed "good enough".
@@ -201,10 +211,13 @@
 
 * [phrase library..[@/libs/unordered/ Unordered]:]
   * In assignment, reuse existing nodes where possible.
+ * Fix bugs when erasing ranges ([ticket 7471]).
   * Some work on the implementation.
 
 * [phrase library..[@/libs/uuid/ Uuid]:]
   * Fixes [ticket 6118], [ticket 6788], [ticket 7375].
+ * [ticket 7128] - fixed bug in `sha1.hpp` for messages longer than
+ 536,870,912 bytes.
 
 * [phrase library..[@/libs/wave/ Wave]:]
   * See the [@/libs/wave/ChangeLog Changelog] for details.
@@ -214,34 +227,6 @@
 
 [endsect]
 
-[section Post-Beta Fixes]
-
-These changes have been made since the beta was released, so they'll be included
-in the next beta if there is one, or the final 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.
-
-* [phrase library..[@/libs/unordered/ Unordered]:]
- * Fix bugs when erasing ranges ([ticket 7471]).
-
-* [phrase library..[@/libs/uuid/ Uuid]:]
- * ticket [ticket 7128] - fixed bug in `sha1.hpp` for messages longer than
- 536,870,912 bytes.
-
-[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-11-05 04:13:39 EST (Mon, 05 Nov 2012)
@@ -15,7 +15,19 @@
     &lt;ul&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/config/&quot;&gt;Config&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/accumulators/&quot;&gt;Accumulators&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fix long-standing dependency tracking bug, &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7409&quot;&gt;#7409&lt;/a&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/config/&quot;&gt;Config&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -28,7 +40,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/chrono/&quot;&gt;Chrono&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/chrono/&quot;&gt;Chrono&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -102,6 +114,13 @@
                       a constexpr duration to a non-const local variable.
                     &lt;/div&gt;
                   &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7479&quot;&gt;#7479&lt;/a&gt;
+ Compile fails with compilers supporting constexpr fails if
+ the standard library doesn't provides the constexpr interface
+ &lt;/div&gt;
+ &lt;/li&gt;
                 &lt;/ul&gt;
               &lt;/div&gt;
             &lt;/li&gt;
@@ -124,7 +143,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/container/&quot;&gt;Container&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/container/&quot;&gt;Container&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -164,7 +183,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/date_time/&quot;&gt;DateTime&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/date_time/&quot;&gt;DateTime&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -187,7 +206,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/foreach/&quot;&gt;Foreach&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/foreach/&quot;&gt;Foreach&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -199,7 +218,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/function/&quot;&gt;Function&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/function/&quot;&gt;Function&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -212,7 +231,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/graph/&quot;&gt;Graph&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/graph/&quot;&gt;Graph&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -226,7 +245,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/functional/hash/&quot;&gt;Hash&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/functional/hash/&quot;&gt;Hash&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -245,7 +264,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/interprocess/&quot;&gt;Interprocess&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/interprocess/&quot;&gt;Interprocess&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -292,7 +311,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/iterator/&quot;&gt;Iterator&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/iterator/&quot;&gt;Iterator&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -335,7 +354,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/conversion/lexical_cast.htm&quot;&gt;Lexical cast&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/conversion/lexical_cast.htm&quot;&gt;Lexical cast&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -359,7 +378,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/math/&quot;&gt;Math&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/math/&quot;&gt;Math&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -421,7 +440,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/phoenix/&quot;&gt;Phoenix&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/phoenix/&quot;&gt;Phoenix&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -434,7 +453,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/polygon/&quot;&gt;Polygon&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/polygon/&quot;&gt;Polygon&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -456,7 +475,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/proto/&quot;&gt;Proto&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/proto/&quot;&gt;Proto&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -494,7 +513,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/ratio/&quot;&gt;Ratio&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/ratio/&quot;&gt;Ratio&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -526,12 +545,26 @@
                 &lt;/ul&gt;
               &lt;/div&gt;
             &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;em&gt;Fixes:&lt;/em&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7478&quot;&gt;#7478&lt;/a&gt;
+ Compiles fails with compilers supporting char16_t and char32_t
+ fails if the library doesn't provides std::u16string and std::u32string.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
           &lt;/ul&gt;
         &lt;/div&gt;
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/utility/utility.htm#result_of&quot;&gt;Result_of&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/utility/utility.htm#result_of&quot;&gt;Result_of&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -553,7 +586,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/thread/index.html&quot;&gt;Thread&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/thread/index.html&quot;&gt;Thread&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -736,7 +769,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/numeric/ublas/&quot;&gt;uBLAS&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/numeric/ublas/&quot;&gt;uBLAS&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -753,7 +786,7 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/unordered/&quot;&gt;Unordered&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/unordered/&quot;&gt;Unordered&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -762,65 +795,12 @@
             &lt;/li&gt;
             &lt;li&gt;
               &lt;div&gt;
- Some work on the implementation.
- &lt;/div&gt;
- &lt;/li&gt;
- &lt;/ul&gt;
- &lt;/div&gt;
- &lt;/li&gt;
- &lt;li&gt;
- &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/uuid/&quot;&gt;Uuid&lt;/a&gt;:&lt;/span&gt;
- &lt;ul&gt;
- &lt;li&gt;
- &lt;div&gt;
- Fixes &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6118&quot;&gt;#6118&lt;/a&gt;, &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6788&quot;&gt;#6788&lt;/a&gt;, &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7375&quot;&gt;#7375&lt;/a&gt;.
- &lt;/div&gt;
- &lt;/li&gt;
- &lt;/ul&gt;
- &lt;/div&gt;
- &lt;/li&gt;
- &lt;li&gt;
- &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/wave/&quot;&gt;Wave&lt;/a&gt;:&lt;/span&gt;
- &lt;ul&gt;
- &lt;li&gt;
- &lt;div&gt;
- See the &lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/wave/ChangeLog&quot;&gt;Changelog&lt;/a&gt; for details.
- &lt;/div&gt;
- &lt;/li&gt;
- &lt;/ul&gt;
- &lt;/div&gt;
- &lt;/li&gt;
- &lt;li&gt;
- &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/xpressive/&quot;&gt;xpressive&lt;/a&gt;:&lt;/span&gt;
- &lt;ul&gt;
- &lt;li&gt;
- &lt;div&gt;
- Make &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;sub_match&lt;/span&gt;&lt;/code&gt; work
- with Boost.Range. Fixes &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7237&quot;&gt;#7237&lt;/a&gt;.
+ Fix bugs when erasing ranges (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7471&quot;&gt;#7471&lt;/a&gt;).
               &lt;/div&gt;
             &lt;/li&gt;
- &lt;/ul&gt;
- &lt;/div&gt;
- &lt;/li&gt;
- &lt;/ul&gt;
- &lt;/div&gt;
- &lt;div id=&quot;version_1_52_0.post_beta_fixes&quot;&gt;
- &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Post-Beta Fixes&lt;/span&gt;&lt;/h3&gt;
- &lt;p&gt;
- These changes have been made since the beta was released, so they'll be included
- in the next beta if there is one, or the final release.
- &lt;/p&gt;
- &lt;ul&gt;
- &lt;li&gt;
- &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/accumulators/&quot;&gt;Accumulators&lt;/a&gt;:&lt;/span&gt;
- &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
- Fix long-standing dependency tracking bug, &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7409&quot;&gt;#7409&lt;/a&gt;
+ Some work on the implementation.
               &lt;/div&gt;
             &lt;/li&gt;
           &lt;/ul&gt;
@@ -828,34 +808,17 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/chrono/&quot;&gt;Chrono&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/uuid/&quot;&gt;Uuid&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
- &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7479&quot;&gt;#7479&lt;/a&gt;
- Compiles fails with compilers supporting constexpr fails if the standard
- library doesn't provides the constexpr interface
+ Fixes &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6118&quot;&gt;#6118&lt;/a&gt;, &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6788&quot;&gt;#6788&lt;/a&gt;, &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7375&quot;&gt;#7375&lt;/a&gt;.
               &lt;/div&gt;
             &lt;/li&gt;
- &lt;/ul&gt;
- &lt;/div&gt;
- &lt;/li&gt;
- &lt;li&gt;
- &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/ratio/&quot;&gt;Ratio&lt;/a&gt;:&lt;/span&gt;
- &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
- &lt;em&gt;Fixes:&lt;/em&gt;
- &lt;ul&gt;
- &lt;li&gt;
- &lt;div&gt;
- &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7478&quot;&gt;#7478&lt;/a&gt;
- Compiles fails with compilers supporting char16_t and char32_t
- fails if the library doesn't provides std::u16string and std::u32string.
- &lt;/div&gt;
- &lt;/li&gt;
- &lt;/ul&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7128&quot;&gt;#7128&lt;/a&gt; - fixed bug in &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;sha1&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;hpp&lt;/span&gt;&lt;/code&gt;
+ for messages longer than 536,870,912 bytes.
               &lt;/div&gt;
             &lt;/li&gt;
           &lt;/ul&gt;
@@ -863,11 +826,11 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/unordered/&quot;&gt;Unordered&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/wave/&quot;&gt;Wave&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
- Fix bugs when erasing ranges (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7471&quot;&gt;#7471&lt;/a&gt;).
+ See the &lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/wave/ChangeLog&quot;&gt;Changelog&lt;/a&gt; for details.
               &lt;/div&gt;
             &lt;/li&gt;
           &lt;/ul&gt;
@@ -875,12 +838,12 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0_beta1/libs/uuid/&quot;&gt;Uuid&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_52_0/libs/xpressive/&quot;&gt;xpressive&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
- ticket &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7128&quot;&gt;#7128&lt;/a&gt; - fixed bug in &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;sha1&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;hpp&lt;/span&gt;&lt;/code&gt;
- for messages longer than 536,870,912 bytes.
+ Make &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;sub_match&lt;/span&gt;&lt;/code&gt; work
+ with Boost.Range. Fixes &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7237&quot;&gt;#7237&lt;/a&gt;.
               &lt;/div&gt;
             &lt;/li&gt;
           &lt;/ul&gt;

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-11-05 04:13:39 EST (Mon, 05 Nov 2012)
@@ -30,13 +30,13 @@
 
               <p class="news-description">
               <span class="brief"><span class="purpose">
- Updated Libraries: Config, Chrono, Container, DateTime, Foreach, Graph, Graph,
- Hash, Interprocess, Iterator, Lexical Cast, Math, Phoenix, Polygon, Proto,
- Ratio, Result_of, Thread, uBLAS, Unordered, Uuid, Wave, xpressive.
+ Updated Libraries: Accumulators, Config, Chrono, Container, DateTime, Foreach,
+ Graph, Graph, Hash, Interprocess, Iterator, Lexical Cast, Math, Phoenix, Polygon,
+ Proto, Ratio, Result_of, Thread, uBLAS, Unordered, Uuid, Wave, xpressive.
 </span></span></p>
 
 <ul class="menu">
 <li>Details</li>
 <li>Download</li>
-<li>Documentation</li>
+<li>Documentation</li>
 </ul>

Modified: website/public_html/live/generated/home-items.html
==============================================================================
--- website/public_html/live/generated/home-items.html (original)
+++ website/public_html/live/generated/home-items.html 2012-11-05 04:13:39 EST (Mon, 05 Nov 2012)
@@ -7,7 +7,7 @@
 </ul>
 <h3>Beta Release</h3>
 <ul>
-<li><div class="news-title">Version 1.52.0 beta</div><div class="news-date">Details | Download | Documentation</div><div class="news-date">In Progress</div></li>
+<li><div class="news-title">Version 1.52.0 beta</div><div class="news-date">Details | Download | Documentation</div><div class="news-date">In Progress</div></li>
 </ul>
 </div>
 <p>More Downloads... (RSS)</p>

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-11-05 04:13:39 EST (Mon, 05 Nov 2012)
@@ -1930,13 +1930,13 @@
 (feed/history/boost_1_52_0.qbk
 -dir_location
 -documentation
-"/doc/libs/1_52_0_beta1/
+"/doc/libs/1_52_0/
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.52.0.beta.1/
 -id
 "version_1_52_0
 -last_modified
-.1351634688.38
+.1352106755.22
 -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,
-" Hash, Interprocess, Iterator, Lexical Cast, Math, Phoenix, Polygon, Proto,
-" Ratio, Result_of, Thread, uBLAS, Unordered, Uuid, Wave, xpressive.
+" Updated Libraries: Accumulators, Config, Chrono, Container, DateTime, Foreach,
+" Graph, Graph, Hash, Interprocess, Iterator, Lexical Cast, Math, Phoenix, Polygon,
+" Proto, Ratio, Result_of, Thread, uBLAS, Unordered, Uuid, Wave, xpressive.
 "
 -qbk_hash
-"2bbe3f2c626378b1edcda082583a1530ed44e62039c560891ab6c42d289d51aa
+"1307e6941cb1adbc749af45e6ae01563bd2b5d730dd950edfbce9ed05e182fef
 -release_status
 "beta
 -rss_hash
-"3ada9a2d5e979b9e9aeea064d03f7fa8342f567c71adc7e7d033a31de0b036d1
+"73e956838cbde46260092b3f6603011967491150bbc4f46b5cd0f0374877eaff
 -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-11-05 04:13:39 EST (Mon, 05 Nov 2012)
@@ -40,7 +40,7 @@
               "news-title">Version 1.52.0 beta</span></h2>
 
               <p><span class=news-date">In Progress</span></p>
- <p>Documentation
+ <p>Documentation
               <p><span class="news-download">Download this beta release.</span></p>
               <div class="news-description">
                 <div class="description">
@@ -52,7 +52,19 @@
     <ul>
       <li>
         <div>
- <span class="library">Config:</span>
+ <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">Config:</span>
           <ul>
             <li>
               <div>
@@ -65,7 +77,7 @@
       </li>
       <li>
         <div>
- <span class="library">Chrono:</span>
+ <span class="library">Chrono:</span>
           <ul>
             <li>
               <div>
@@ -139,6 +151,13 @@
                       a constexpr duration to a non-const local variable.
                     </div>
                   </li>
+ <li>
+ <div>
+ #7479
+ Compile fails with compilers supporting constexpr fails if
+ the standard library doesn't provides the constexpr interface
+ </div>
+ </li>
                 </ul>
               </div>
             </li>
@@ -161,7 +180,7 @@
       </li>
       <li>
         <div>
- <span class="library">Container:</span>
+ <span class="library">Container:</span>
           <ul>
             <li>
               <div>
@@ -201,7 +220,7 @@
       </li>
       <li>
         <div>
- <span class="library">DateTime:</span>
+ <span class="library">DateTime:</span>
           <ul>
             <li>
               <div>
@@ -224,7 +243,7 @@
       </li>
       <li>
         <div>
- <span class="library">Foreach:</span>
+ <span class="library">Foreach:</span>
           <ul>
             <li>
               <div>
@@ -236,7 +255,7 @@
       </li>
       <li>
         <div>
- <span class="library">Function:</span>
+ <span class="library">Function:</span>
           <ul>
             <li>
               <div>
@@ -249,7 +268,7 @@
       </li>
       <li>
         <div>
- <span class="library">Graph:</span>
+ <span class="library">Graph:</span>
           <ul>
             <li>
               <div>
@@ -263,7 +282,7 @@
       </li>
       <li>
         <div>
- <span class="library">Hash:</span>
+ <span class="library">Hash:</span>
           <ul>
             <li>
               <div>
@@ -282,7 +301,7 @@
       </li>
       <li>
         <div>
- <span class="library">Interprocess:</span>
+ <span class="library">Interprocess:</span>
           <ul>
             <li>
               <div>
@@ -329,7 +348,7 @@
       </li>
       <li>
         <div>
- <span class="library">Iterator:</span>
+ <span class="library">Iterator:</span>
           <ul>
             <li>
               <div>
@@ -372,7 +391,7 @@
       </li>
       <li>
         <div>
- <span class="library">Lexical cast:</span>
+ <span class="library">Lexical cast:</span>
           <ul>
             <li>
               <div>
@@ -396,7 +415,7 @@
       </li>
       <li>
         <div>
- <span class="library">Math:</span>
+ <span class="library">Math:</span>
           <ul>
             <li>
               <div>
@@ -458,7 +477,7 @@
       </li>
       <li>
         <div>
- <span class="library">Phoenix:</span>
+ <span class="library">Phoenix:</span>
           <ul>
             <li>
               <div>
@@ -471,7 +490,7 @@
       </li>
       <li>
         <div>
- <span class="library">Polygon:</span>
+ <span class="library">Polygon:</span>
           <ul>
             <li>
               <div>
@@ -493,7 +512,7 @@
       </li>
       <li>
         <div>
- <span class="library">Proto:</span>
+ <span class="library">Proto:</span>
           <ul>
             <li>
               <div>
@@ -531,7 +550,7 @@
       </li>
       <li>
         <div>
- <span class="library">Ratio:</span>
+ <span class="library">Ratio:</span>
           <ul>
             <li>
               <div>
@@ -563,12 +582,26 @@
                 </ul>
               </div>
             </li>
+ <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>
       <li>
         <div>
- <span class="library">Result_of:</span>
+ <span class="library">Result_of:</span>
           <ul>
             <li>
               <div>
@@ -590,7 +623,7 @@
       </li>
       <li>
         <div>
- <span class="library">Thread:</span>
+ <span class="library">Thread:</span>
           <ul>
             <li>
               <div>
@@ -773,7 +806,7 @@
       </li>
       <li>
         <div>
- <span class="library">uBLAS:</span>
+ <span class="library">uBLAS:</span>
           <ul>
             <li>
               <div>
@@ -790,7 +823,7 @@
       </li>
       <li>
         <div>
- <span class="library">Unordered:</span>
+ <span class="library">Unordered:</span>
           <ul>
             <li>
               <div>
@@ -799,65 +832,12 @@
             </li>
             <li>
               <div>
- Some work on the implementation.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Uuid:</span>
- <ul>
- <li>
- <div>
- Fixes #6118, #6788, #7375.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">Wave:</span>
- <ul>
- <li>
- <div>
- See the Changelog for details.
- </div>
- </li>
- </ul>
- </div>
- </li>
- <li>
- <div>
- <span class="library">xpressive:</span>
- <ul>
- <li>
- <div>
- Make <code><span class="identifier">sub_match</span></code> work
- with Boost.Range. Fixes #7237.
+ Fix bugs when erasing ranges (#7471).
               </div>
             </li>
- </ul>
- </div>
- </li>
- </ul>
- </div>
- <div id="version_1_52_0.post_beta_fixes">
- <h3><span class="link">Post-Beta Fixes</span></h3>
- <p>
- These changes have been made since the beta was released, so they'll be included
- in the next beta if there is one, or the final release.
- </p>
- <ul>
- <li>
- <div>
- <span class="library">Accumulators:</span>
- <ul>
             <li>
               <div>
- Fix long-standing dependency tracking bug, #7409
+ Some work on the implementation.
               </div>
             </li>
           </ul>
@@ -865,34 +845,17 @@
       </li>
       <li>
         <div>
- <span class="library">Chrono:</span>
+ <span class="library">Uuid:</span>
           <ul>
             <li>
               <div>
- #7479
- Compiles fails with compilers supporting constexpr fails if the standard
- library doesn't provides the constexpr interface
+ Fixes #6118, #6788, #7375.
               </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>
+ #7128 - fixed bug in <code><span class="identifier">sha1</span><span class="special">.</span><span class="identifier">hpp</span></code>
+ for messages longer than 536,870,912 bytes.
               </div>
             </li>
           </ul>
@@ -900,11 +863,11 @@
       </li>
       <li>
         <div>
- <span class="library">Unordered:</span>
+ <span class="library">Wave:</span>
           <ul>
             <li>
               <div>
- Fix bugs when erasing ranges (#7471).
+ See the Changelog for details.
               </div>
             </li>
           </ul>
@@ -912,12 +875,12 @@
       </li>
       <li>
         <div>
- <span class="library">Uuid:</span>
+ <span class="library">xpressive:</span>
           <ul>
             <li>
               <div>
- ticket #7128 - fixed bug in <code><span class="identifier">sha1</span><span class="special">.</span><span class="identifier">hpp</span></code>
- for messages longer than 536,870,912 bytes.
+ Make <code><span class="identifier">sub_match</span></code> work
+ with Boost.Range. Fixes #7237.
               </div>
             </li>
           </ul>


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