Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78834 - in website/public_html/beta: . community doc doc/libs/1_50_0_beta1 feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2012-06-06 13:25:01


Author: danieljames
Date: 2012-06-06 13:24:59 EDT (Wed, 06 Jun 2012)
New Revision: 78834
URL: http://svn.boost.org/trac/boost/changeset/78834

Log:
Website: Merge from live to beta.
Added:
   website/public_html/beta/doc/libs/1_50_0_beta1/
      - copied from r78833, /website/public_html/live/doc/libs/1_50_0_beta1/
Properties modified:
   website/public_html/beta/ (props changed)
Text files modified:
   website/public_html/beta/community/review_schedule.html | 18 +
   website/public_html/beta/doc/libraries.xml | 4
   website/public_html/beta/feed/history/boost_1_50_0.qbk | 26 +
   website/public_html/beta/generated/dev.rss | 571 ++++++++++++++++++++++++++++++++++++++-
   website/public_html/beta/generated/download-items.html | 21 +
   website/public_html/beta/generated/home-items.html | 4
   website/public_html/beta/generated/state/feed-pages.txt | 15
   website/public_html/beta/users/history/version_1_50_0.html | 370 +++++++++++++++++++++++--
   8 files changed, 958 insertions(+), 71 deletions(-)

Modified: website/public_html/beta/community/review_schedule.html
==============================================================================
--- website/public_html/beta/community/review_schedule.html (original)
+++ website/public_html/beta/community/review_schedule.html 2012-06-06 13:24:59 EDT (Wed, 06 Jun 2012)
@@ -225,7 +225,7 @@
 
                     <td>
                       <ul>
- <li><a href="http://gitorious.org/boost-dev/boost-dev/archive-tarball/coroutine">
+ <li><a href="http://ok73.ok.funpic.de/boost-coroutine.zip">
                           Source (Gitorious)</a>
                       <li>Documentation</td>
                     </ul>
@@ -250,6 +250,22 @@
                     <td>-</td>
                   </tr>
 
+ <tr>
+ <td>Boost.Range Extensions</td>
+
+ <td>Akira Takahashi</td>
+
+ <td>
+ <ul>
+ <li><a href="https://github.com/faithandbrave/OvenToBoost">
+ Source (Github)</a>
+ <li>Documentation</td>
+ </ul>
+ <td>Neil Groves</td>
+
+ <td>-</td>
+ </tr>
+
 
                 </tbody>
               </table>

Modified: website/public_html/beta/doc/libraries.xml
==============================================================================
--- website/public_html/beta/doc/libraries.xml (original)
+++ website/public_html/beta/doc/libraries.xml 2012-06-06 13:24:59 EDT (Wed, 06 Jun 2012)
@@ -546,7 +546,7 @@
   <library>
     <key>functional/overloaded_function</key>
     <boost-version>1.50.0</boost-version>
- <name>Functional/OverloadedFunction</name>
+ <name>Functional/Overloaded Function</name>
     <authors>Lorenzo Caminiti</authors>
     <description>Overload different functions into a single function
     object.</description>
@@ -761,7 +761,7 @@
   <library>
     <key>local_function</key>
     <boost-version>1.50.0</boost-version>
- <name>LocalFunction</name>
+ <name>Local Function</name>
     <authors>Lorenzo Caminiti</authors>
     <description>Program functions locally, within other functions, directly
     within the scope where they are needed.</description>

Modified: website/public_html/beta/feed/history/boost_1_50_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_50_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_50_0.qbk 2012-06-06 13:24:59 EDT (Wed, 06 Jun 2012)
@@ -13,14 +13,13 @@
 
 [include ext.qbk]
 
-[/
+[status beta]
+[download http://sourceforge.net/projects/boost/files/boost/1.50.0.beta.1/]
+[documentation /doc/libs/1_50_0_beta1/]
 
-As the release progresses add the 'status' and 'download' elements to
-indicate the release status:
+[/
 
 Beta status:
-[status beta]
-[download http://sourceforge.net/projects/boost/files/boost/1.50.0_beta.x/]
 
 Release status:
 [status released]
@@ -164,6 +163,20 @@
   * Fixed build issues with STLPort library
   * Boost.System is now required depenency
   * Fixed bugs [@https://svn.boost.org/trac/boost/ticket/6635 #6635], [@https://svn.boost.org/trac/boost/ticket/6833 #6833]
+
+* [phrase library..[@/libs/math/ Math]:]
+ * Promoted math constants to be 1st class citizens,
+ including convenient access to the most widely used
+ built-in float, double, long double via three namespaces.
+ * Added the Owen's T function and Skew Normal distribution written by Benjamin Sobotta.
+ * Added Hankel functions.
+ * Corrected issue [@https://svn.boost.org/trac/boost/ticket/6627 #6627 nonfinite_num_put formatting of 0.0 is incorrect]
+ based on a patch submitted by K R Walker.
+ * Changed constant initialization mechanism so that it is thread safe even for user-defined types, also
+ so that user defined types get the full precision of the constant, even when `long double` does not.
+ So for example 128-bit rational approximations will work with UDT's and do the right thing, even though
+ `long double` may be only 64 or 80 bits.
+ * Fixed issue in `bessel_jy` which causes Y[sub 8.5](4[pi]) to yield a NaN.
     
 * [phrase library..[@/libs/msm/ MSM]:]
   * eUML : better syntax for front-ends defined with eUML as transition table only. Caution: Breaking Change![@http://www.boost.org/doc/libs/1_50_0/libs/msm/doc/HTML/ch03s04.html#eUML-composite-table]
@@ -197,7 +210,7 @@
 
 * [phrase library..[@/libs/scope_exit/ ScopeExit]:]
  * New Features:
- * Use variadic macros to specify captures variables as commas-separated lists (but kept preprocessor sequence syntax for backward compatibility).
+ * Use variadic macros to specify captures as commas-separated lists (but kept preprocessor sequence syntax for backward compatibility).
    * Capture the object in scope using `this_`.
    * Support empty captures using `void`.
    * Implicit lambda-like captures using `BOOST_SCOPE_EXIT_ALL` on compilers that support C++11 lambda functions.
@@ -335,3 +348,4 @@
 
 [endsect]
 
+

Modified: website/public_html/beta/generated/dev.rss
==============================================================================
--- website/public_html/beta/generated/dev.rss (original)
+++ website/public_html/beta/generated/dev.rss 2012-06-06 13:24:59 EDT (Wed, 06 Jun 2012)
@@ -9,26 +9,29 @@
   <item><title>Version 1.50.0</title><link>http://www.boost.org/users/history/version_1_50_0.html><guid>http://www.boost.org/users/history/version_1_50_0.html><pubDate>In Progress</pubDate><description>
 
 
+
   &lt;div id=&quot;version_1_50_0.new_libraries&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&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/libs/algorithm/&quot;&gt;Algorithm&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_50_0_beta1/libs/algorithm/&quot;&gt;Algorithm&lt;/a&gt;:&lt;/span&gt;
   A collection of
- useful generic algorithms, from Marshall Clow.
+ useful generic algorithms, from Marshall Clow. This includes several different
+ searching algorithms, as well as most of the new algorithms from the C++11
+ standard library
         &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/libs/functional/overloaded_function/&quot;&gt;Functional/OverloadedFunction&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_50_0_beta1/libs/functional/overloaded_function/&quot;&gt;Functional/OverloadedFunction&lt;/a&gt;:&lt;/span&gt;
   Overload
           different functions into a single function object, from Lorenzo Caminiti.
         &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/libs/local_function/&quot;&gt;LocalFunction&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_50_0_beta1/libs/local_function/&quot;&gt;LocalFunction&lt;/a&gt;:&lt;/span&gt;
   Program
           functions locally, within other functions, directly within the scope where
           they are needed, from Lorenzo Caminiti.
@@ -36,7 +39,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/libs/utility/identity_type/&quot;&gt;Utility/IdentityType&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_50_0_beta1/libs/utility/identity_type/&quot;&gt;Utility/IdentityType&lt;/a&gt;:&lt;/span&gt;
   Wrap
           types within round parenthesis so they can always be passed as macro parameters,
           from Lorenzo Caminiti.
@@ -49,7 +52,7 @@
     &lt;ul&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/accumulators/&quot;&gt;Accumulators&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_50_0_beta1/libs/accumulators/&quot;&gt;Accumulators&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -73,7 +76,96 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/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_50_0_beta1/libs/array/&quot;&gt;Array&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ add support for Boost.Hash &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6791&quot;&gt;#6791&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_50_0_beta1/libs/asio/&quot;&gt;Asio&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Changed the &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;epoll_reactor&lt;/span&gt;&lt;/code&gt;
+ backend to do lazy registration for &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;EPOLLOUT&lt;/span&gt;&lt;/code&gt;
+ events.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed the &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;epoll_reactor&lt;/span&gt;&lt;/code&gt;
+ handling of out-of-band data, which was broken by an incomplete fix
+ in the last release.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Changed Asio's SSL wrapper to respect OpenSSL's &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;OPENSSL_NO_ENGINE&lt;/span&gt;&lt;/code&gt;
+ feature test &lt;code&gt;&lt;span class=&quot;preprocessor&quot;&gt;#define&lt;/span&gt;&lt;/code&gt;
+ (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6432&quot;&gt;#6432&lt;/a&gt;).
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;windows&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;object_handle&lt;/span&gt;&lt;/code&gt; so that it works
+ with Windows compilers that support C++11 move semantics (such as
+ &lt;tt&gt;g++&lt;/tt&gt;).
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Improved the performance of strand rescheduling.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Added support for &lt;tt&gt;g++&lt;/tt&gt; 4.7 when compiling in C++11
+ mode (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6620&quot;&gt;#6620&lt;/a&gt;).
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed a problem where &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;signal_set&lt;/span&gt;&lt;/code&gt;
+ handlers were not being delivered when the &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;io_service&lt;/span&gt;&lt;/code&gt;
+ was constructed with a &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;concurrency_hint&lt;/span&gt;&lt;/code&gt;
+ of 1 (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6657&quot;&gt;#6657&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_50_0_beta1/libs/bimap/&quot;&gt;Bimap&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Remove spurious dependency on Boost.Serialization, fixes &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/3868&quot;&gt;#3868&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Solve unused constructor parameter warning, fixes &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/5749&quot;&gt;#5749&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Add key_type and mapped_type (leaving data_type for backward compatibility)
+ typedefs to map views, fixes &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6031&quot;&gt;#6031&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_50_0_beta1/libs/chrono/&quot;&gt;Chrono&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -106,7 +198,27 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/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_50_0_beta1/libs/concept_check/&quot;&gt;Concept Check&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed:
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6738&quot;&gt;#6738&lt;/a&gt;
+ Shadowed variable warning.
+ &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_50_0_beta1/libs/foreach/&quot;&gt;Foreach&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -119,7 +231,281 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/multi_array/&quot;&gt;MultiArray&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_50_0_beta1/libs/geometry/&quot;&gt;Geometry&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed Bugs:
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ the return type of comparable projected point strategy for
+ integer points was wrong (integer), fixed
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ several robustness issues in intersection of segments and polygons,
+ fixed
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ invalid intersection output is filtered out
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ disjoint for multi_polygon's might incorrectly return true,
+ fixed
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Solved tickets
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6585&quot;&gt;6585&lt;/a&gt;
+ patch for alternative syntax multipoint, applied
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6584&quot;&gt;6584&lt;/a&gt;
+ patch for bug in distance, applied
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/5730&quot;&gt;5730&lt;/a&gt;
+ same issue as 6584, fixed
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6166&quot;&gt;6166&lt;/a&gt;
+ patch for missing transformation, applied
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6696&quot;&gt;6696&lt;/a&gt;
+ invalid intersection output, was (by chance) already fixed
+ in Trunk before reported
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Additional functionality
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ added algorithm &amp;quot;touches&amp;quot; (OGC SF compliant) for
+ *polygon/*polygon
+ &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_50_0_beta1/libs/graph/&quot;&gt;Graph&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed Bugs:
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/4622&quot;&gt;#4622&lt;/a&gt;
+ clear_vertex on a vertex with a self-loop can cause a segmentation
+ fault.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6033&quot;&gt;#6033&lt;/a&gt;
+ Lowpoint map calculated by biconnected_components(...) is sometimes
+ wrong.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6242&quot;&gt;#6242&lt;/a&gt;
+ isomorphism doesn't reset mapping.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6435&quot;&gt;#6435&lt;/a&gt;
+ cube_topology documentation should say 3D, not 2D.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6520&quot;&gt;#6520&lt;/a&gt;
+ small_world_1_70_6_0p02.png is broken in documentation of graph_parallel.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6564&quot;&gt;#6564&lt;/a&gt;
+ BGL copy constructor for subgraph does not track local vertices/edges.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6573&quot;&gt;#6573&lt;/a&gt;
+ BGL: boost::isomorphism routine fails with large graphs.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6583&quot;&gt;#6583&lt;/a&gt;
+ Dijkstra Visitor Concept docs probably show wrong type for
+ variable.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6647&quot;&gt;#6647&lt;/a&gt;
+ BGL strong_components do not compile on MSVC 8.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6656&quot;&gt;#6656&lt;/a&gt;
+ Dependent type in subgraph used without typename.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6707&quot;&gt;#6707&lt;/a&gt;
+ is_straight_line_drawing.hpp missing #include &amp;lt;map&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/6708&quot;&gt;#6708&lt;/a&gt;
+ Make bool boost::intersects() in is_straight_line_drawing.hpp
+ inline?
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6739&quot;&gt;#6739&lt;/a&gt;
+ Cannot use write_graphviz_dp with a constified subgraph.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6858&quot;&gt;#6858&lt;/a&gt;
+ boost::get() calls wrongly resolved by g++.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6892&quot;&gt;#6892&lt;/a&gt;
+ VertexIndexGraph concept not required for bron_kerbosch_all_cliques().
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Other bugs and warnings not in Trac.
+ &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_50_0_beta1/libs/functional/hash/&quot;&gt;Hash&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Support &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;/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;tuple&lt;/span&gt;&lt;/code&gt;
+ when available (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6806&quot;&gt;#6806&lt;/a&gt;).
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Avoid gcc's &lt;code&gt;&lt;span class=&quot;special&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;Wfloat&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;equal&lt;/span&gt;&lt;/code&gt;
+ warning (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6771&quot;&gt;#6771&lt;/a&gt;).
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Add deprecation warning to the long deprecated &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;functional&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;detail&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;container_fwd&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;.
+ &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_50_0_beta1/libs/iostreams/&quot;&gt;Iostreams&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Improved gzip support (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/5908&quot;&gt;#5908&lt;/a&gt;).
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Update tests for latest Boost.Filesystem and Boost.Test.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fix some documentation errors (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6530&quot;&gt;#6530&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6650&quot;&gt;#6650&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_50_0_beta1/libs/iterator/&quot;&gt;Iterator&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed:
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/5127&quot;&gt;#5127&lt;/a&gt;
+ Incorrect result_of usage in transform_iterator
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/5697&quot;&gt;#5697&lt;/a&gt;
+ iterator_facade::operator-&amp;gt; is broken for proxy references
+ &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_50_0_beta1/libs/multi_array/&quot;&gt;MultiArray&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -136,7 +522,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/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_50_0_beta1/libs/conversion/lexical_cast.htm&quot;&gt;Lexical cast&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -173,7 +559,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/libs/locale/&quot;&gt;Locale&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_50_0_beta1/libs/locale/&quot;&gt;Locale&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -196,7 +582,55 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/msm/&quot;&gt;MSM&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_50_0_beta1/libs/math/&quot;&gt;Math&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Promoted math constants to be 1st class citizens, including convenient
+ access to the most widely used built-in float, double, long double
+ via three namespaces.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Added the Owen's T function and Skew Normal distribution written
+ by Benjamin Sobotta.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Added Hankel functions.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Corrected issue &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6627&quot;&gt;#6627
+ nonfinite_num_put formatting of 0.0 is incorrect&lt;/a&gt; based on
+ a patch submitted by K R Walker.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Changed constant initialization mechanism so that it is thread safe
+ even for user-defined types, also so that user defined types get
+ the full precision of the constant, even when &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;long&lt;/span&gt;
+ &lt;span class=&quot;keyword&quot;&gt;double&lt;/span&gt;&lt;/code&gt; does not. So for example
+ 128-bit rational approximations will work with UDT's and do the right
+ thing, even though &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;long&lt;/span&gt; &lt;span class=&quot;keyword&quot;&gt;double&lt;/span&gt;&lt;/code&gt; may be only 64 or 80 bits.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed issue in &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;bessel_jy&lt;/span&gt;&lt;/code&gt;
+ which causes Y[sub 8.5](4[pi]) to yield a NaN.
+ &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_50_0_beta1/libs/msm/&quot;&gt;MSM&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -243,12 +677,22 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/program_options/&quot;&gt;Program Options&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_50_0_beta1/libs/program_options/&quot;&gt;Program Options&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
                 Improved error reporting (&lt;a href=&quot;https://svn.boost.org/trac/boost/changeset/77827&quot;&gt;Patch
- from Leo Goodstadt&lt;/a&gt;)
+ from Leo Goodstadt&lt;/a&gt;).
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Support for customizing name of option's value in help messages (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/4781&quot;&gt;#4781&lt;/a&gt;)
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed compilation with gcc 4.7 (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6790&quot;&gt;#6790&lt;/a&gt;).
               &lt;/div&gt;
             &lt;/li&gt;
           &lt;/ul&gt;
@@ -256,7 +700,33 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/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_50_0_beta1/libs/property_map/&quot;&gt;PropertyMap&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed Bugs:
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6539&quot;&gt;#6539&lt;/a&gt;
+ the return type of get() is not documented correctly.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6721&quot;&gt;#6721&lt;/a&gt;
+ property_map_traits documentation does not mention reference.
+ &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_50_0_beta1/libs/proto/&quot;&gt;Proto&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -282,7 +752,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/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_50_0_beta1/libs/ratio/&quot;&gt;Ratio&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -302,7 +772,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/libs/scope_exit/&quot;&gt;ScopeExit&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_50_0_beta1/libs/scope_exit/&quot;&gt;ScopeExit&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -310,7 +780,7 @@
                 &lt;ul&gt;
                   &lt;li&gt;
                     &lt;div&gt;
- Use variadic macros to specify captures variables as commas-separated
+ Use variadic macros to specify captures as commas-separated
                       lists (but kept preprocessor sequence syntax for backward compatibility).
                     &lt;/div&gt;
                   &lt;/li&gt;
@@ -338,7 +808,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/libs/thread/&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_50_0_beta1/libs/thread/&quot;&gt;Thread&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -579,7 +1049,68 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/xpressive/&quot;&gt;xpressive&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_50_0_beta1/libs/unordered/&quot;&gt;Unordered&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fix equality for &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;unordered_multiset&lt;/span&gt;&lt;/code&gt;
+ and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;unordered_multimap&lt;/span&gt;&lt;/code&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Implement &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;reserve&lt;/span&gt;&lt;/code&gt;
+ (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6857&quot;&gt;#6857&lt;/a&gt;).
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Avoid gcc's &lt;code&gt;&lt;span class=&quot;special&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;Wfloat&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;equal&lt;/span&gt;&lt;/code&gt;
+ and &lt;code&gt;&lt;span class=&quot;special&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;Wshadow&lt;/span&gt;&lt;/code&gt;
+ warnings (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6190&quot;&gt;#6190&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6771&quot;&gt;#6771&lt;/a&gt;).
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fix namespace issue with bcp (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6905&quot;&gt;#6905&lt;/a&gt;).
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fix Sun workarounds (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6784&quot;&gt;#6784&lt;/a&gt;).
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Some internal changes to bucket allocation.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ See the &lt;a href=&quot;http://www.boost.org/doc/libs/1_50_0_beta1/doc/html/unordered/changes.html#unordered.changes.boost_1_50_0&quot;&gt;change
+ log&lt;/a&gt; for full 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_50_0_beta1/libs/wave/index.html&quot;&gt;Wave&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Wave V2.3.2, see the &lt;a href=&quot;http://www.boost.org/doc/libs/1_50_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_50_0_beta1/libs/xpressive/&quot;&gt;xpressive&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;

Modified: website/public_html/beta/generated/download-items.html
==============================================================================
--- website/public_html/beta/generated/download-items.html (original)
+++ website/public_html/beta/generated/download-items.html 2012-06-06 13:24:59 EDT (Wed, 06 Jun 2012)
@@ -1,5 +1,6 @@
 <ul class="toc">
 <li>Current Release</li>
+<li>Beta Release</li>
 <li>Old Boost Releases</li>
 <li>Subversion Repository</li>
 </ul>
@@ -21,3 +22,23 @@
 <li>Download</li>
 <li>Documentation</li>
 </ul>
+<h2 id="beta">Beta Release</h2>
+ <h3><span class=
+ "news-title">Version 1.50.0 beta</span></h3>
+
+ <p class="news-date">In Progress</p>
+
+ <p class="news-description">
+ <span class="brief"><span class="purpose">
+ New Libraries: Algorithm, Functional/OverloadedFunction, LocalFunction, Utility/IdentityType.
+ Updated Libraries: Accumulators, Array, Asio, Bimap, Chrono, Concept Check,
+ Foreach, Graph, Geometry, Hash, Iostreams, Iterator, MultiArray, Lexical cast,
+ Locale, MSM, Program Options, PropertyMap, Proto, Ratio, ScopeExit, Thread,
+ Unordered, Wave, xpressive
+</span></span></p>
+
+<ul class="menu">
+<li>Details</li>
+<li>Download</li>
+<li>Documentation</li>
+</ul>

Modified: website/public_html/beta/generated/home-items.html
==============================================================================
--- website/public_html/beta/generated/home-items.html (original)
+++ website/public_html/beta/generated/home-items.html 2012-06-06 13:24:59 EDT (Wed, 06 Jun 2012)
@@ -5,6 +5,10 @@
 <ul>
 <li><div class="news-title">Version 1.49.0</div><div class="news-date">Release Notes | Documentation</div><div class="news-date">February 24th, 2012 21:20 GMT</div></li>
 </ul>
+<h3>Beta Release</h3>
+<ul>
+<li><div class="news-title">Version 1.50.0 beta</div><div class="news-date">Release Notes | Documentation</div><div class="news-date">In Progress</div></li>
+</ul>
 </div>
 <p>More Downloads...(RSS)</p>
 </div>

Modified: website/public_html/beta/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/beta/generated/state/feed-pages.txt (original)
+++ website/public_html/beta/generated/state/feed-pages.txt 2012-06-06 13:24:59 EDT (Wed, 06 Jun 2012)
@@ -1864,11 +1864,13 @@
 (feed/history/boost_1_50_0.qbk
 -dir_location
 -documentation
+"/doc/libs/1_50_0_beta1/
 -download
+"http://sourceforge.net/projects/boost/files/boost/1.50.0.beta.1/
 -id
 "version_1_50_0
 -last_modified
-.1338059061.9
+.1339003465.22
 -location
 "users/history/version_1_50_0.html
 -page_state
@@ -1877,14 +1879,17 @@
 -purpose
 "
 " New Libraries: Algorithm, Functional/OverloadedFunction, LocalFunction, Utility/IdentityType.
-" Updated Libraries: Program Options, ScopeExit
+" Updated Libraries: Accumulators, Array, Asio, Bimap, Chrono, Concept Check,
+" Foreach, Graph, Geometry, Hash, Iostreams, Iterator, MultiArray, Lexical cast,
+" Locale, MSM, Program Options, PropertyMap, Proto, Ratio, ScopeExit, Thread,
+" Unordered, Wave, xpressive
 "
 -qbk_hash
-"2d1ce6ef53c103a840e4a261d9ad21bbba64deafd53bcdd93ad2b87dda660f81
+"6e7da10a09cbc3afde757e0a32911ebc2b06c8fd3d81577f2592d43a065b6271
 -release_status
-"dev
+"beta
 -rss_hash
-"b40386fead210335dca4ffcbfd5a1dac485ab96d3f7bec6f7017c3d5fae00f3d
+"0cc7c8f26bec8ea54235482de04b60622c766f186496f8eaf1fef5b1d5854215
 -title
 "Version 1.50.0
 -type

Modified: website/public_html/beta/users/history/version_1_50_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_50_0.html (original)
+++ website/public_html/beta/users/history/version_1_50_0.html 2012-06-06 13:24:59 EDT (Wed, 06 Jun 2012)
@@ -3,10 +3,11 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
- <title>Version 1.50.0 - work in progress</title>
+ <title>Version 1.50.0 beta</title>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <link rel="icon" href="/favicon.ico" type="image/ico" />
   <link rel="stylesheet" type="text/css" href="/style-v2/section-boost.css" />
+
   <style type="text/css">
 /*<![CDATA[*/
   #content .news-description ul {
@@ -17,11 +18,10 @@
   }
   /*]]>*/
   </style>
+
   <!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
 </head>
-
 <!-- Don't edit this page! It's generated by site-tools/site-tools.py -->
-
 <body>
   <div id="heading">
     <!--#include virtual="/common/heading.html" --> </div>
@@ -34,40 +34,41 @@
             <div class="section-title">
               <h1>Version 1.50.0</h1>
             </div>
-<div class="section-note"><p>Note: This version is at an early stage in its release cycle. The information listed below is incomplete and some of the documentation links may not work yet.</p></div>
-
+ <div class="section-note"><p>Note: This version is at an early stage in its release cycle. The information listed below is incomplete and some of the documentation links may not work yet.</p></div>
             <div class="section-body">
               <h2><span class=
- "news-title">Version 1.50.0 - work in progress</span></h2>
-
- <p><span class=
- "news-date">In Progress</span></p>
+ "news-title">Version 1.50.0 beta</span></h2>
 
-
+ <p><span class=news-date">In Progress</span></p>
+ <p>Documentation
+ <p><span class="news-download">Download this beta release.</span></p>
               <div class="news-description">
                 <div class="description">
 
 
+
   <div id="version_1_50_0.new_libraries">
     <h3><span class="link">New Libraries</span></h3>
     <ul>
       <li>
         <div>
- <span class="library">Algorithm:</span>
+ <span class="library">Algorithm:</span>
   A collection of
- useful generic algorithms, from Marshall Clow.
+ useful generic algorithms, from Marshall Clow. This includes several different
+ searching algorithms, as well as most of the new algorithms from the C++11
+ standard library
         </div>
       </li>
       <li>
         <div>
- <span class="library">Functional/OverloadedFunction:</span>
+ <span class="library">Functional/OverloadedFunction:</span>
   Overload
           different functions into a single function object, from Lorenzo Caminiti.
         </div>
       </li>
       <li>
         <div>
- <span class="library">LocalFunction:</span>
+ <span class="library">LocalFunction:</span>
   Program
           functions locally, within other functions, directly within the scope where
           they are needed, from Lorenzo Caminiti.
@@ -75,7 +76,7 @@
       </li>
       <li>
         <div>
- <span class="library">Utility/IdentityType:</span>
+ <span class="library">Utility/IdentityType:</span>
   Wrap
           types within round parenthesis so they can always be passed as macro parameters,
           from Lorenzo Caminiti.
@@ -88,7 +89,7 @@
     <ul>
       <li>
         <div>
- <span class="library">Accumulators:</span>
+ <span class="library">Accumulators:</span>
           <ul>
             <li>
               <div>
@@ -112,7 +113,96 @@
       </li>
       <li>
         <div>
- <span class="library">Chrono:</span>
+ <span class="library">Array:</span>
+ <ul>
+ <li>
+ <div>
+ add support for Boost.Hash #6791.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Asio:</span>
+ <ul>
+ <li>
+ <div>
+ Changed the <code><span class="identifier">epoll_reactor</span></code>
+ backend to do lazy registration for <code><span class="identifier">EPOLLOUT</span></code>
+ events.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed the <code><span class="identifier">epoll_reactor</span></code>
+ handling of out-of-band data, which was broken by an incomplete fix
+ in the last release.
+ </div>
+ </li>
+ <li>
+ <div>
+ Changed Asio's SSL wrapper to respect OpenSSL's <code><span class="identifier">OPENSSL_NO_ENGINE</span></code>
+ feature test <code><span class="preprocessor">#define</span></code>
+ (#6432).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed <code><span class="identifier">windows</span><span class="special">::</span><span class="identifier">object_handle</span></code> so that it works
+ with Windows compilers that support C++11 move semantics (such as
+ <tt>g++</tt>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Improved the performance of strand rescheduling.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added support for <tt>g++</tt> 4.7 when compiling in C++11
+ mode (#6620).
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed a problem where <code><span class="identifier">signal_set</span></code>
+ handlers were not being delivered when the <code><span class="identifier">io_service</span></code>
+ was constructed with a <code><span class="identifier">concurrency_hint</span></code>
+ of 1 (#6657).
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Bimap:</span>
+ <ul>
+ <li>
+ <div>
+ Remove spurious dependency on Boost.Serialization, fixes #3868.
+ </div>
+ </li>
+ <li>
+ <div>
+ Solve unused constructor parameter warning, fixes #5749.
+ </div>
+ </li>
+ <li>
+ <div>
+ Add key_type and mapped_type (leaving data_type for backward compatibility)
+ typedefs to map views, fixes #6031.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Chrono:</span>
           <ul>
             <li>
               <div>
@@ -145,7 +235,27 @@
       </li>
       <li>
         <div>
- <span class="library">Foreach:</span>
+ <span class="library">Concept Check:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed:
+ <ul>
+ <li>
+ <div>
+ #6738
+ Shadowed variable warning.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Foreach:</span>
           <ul>
             <li>
               <div>
@@ -158,7 +268,95 @@
       </li>
       <li>
         <div>
- <span class="library">Graph:</span>
+ <span class="library">Geometry:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed Bugs:
+ <ul>
+ <li>
+ <div>
+ the return type of comparable projected point strategy for
+ integer points was wrong (integer), fixed
+ </div>
+ </li>
+ <li>
+ <div>
+ several robustness issues in intersection of segments and polygons,
+ fixed
+ </div>
+ </li>
+ <li>
+ <div>
+ invalid intersection output is filtered out
+ </div>
+ </li>
+ <li>
+ <div>
+ disjoint for multi_polygon's might incorrectly return true,
+ fixed
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ Solved tickets
+ <ul>
+ <li>
+ <div>
+ 6585
+ patch for alternative syntax multipoint, applied
+ </div>
+ </li>
+ <li>
+ <div>
+ 6584
+ patch for bug in distance, applied
+ </div>
+ </li>
+ <li>
+ <div>
+ 5730
+ same issue as 6584, fixed
+ </div>
+ </li>
+ <li>
+ <div>
+ 6166
+ patch for missing transformation, applied
+ </div>
+ </li>
+ <li>
+ <div>
+ 6696
+ invalid intersection output, was (by chance) already fixed
+ in Trunk before reported
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ Additional functionality
+ <ul>
+ <li>
+ <div>
+ added algorithm &quot;touches&quot; (OGC SF compliant) for
+ *polygon/*polygon
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Graph:</span>
           <ul>
             <li>
               <div>
@@ -271,7 +469,7 @@
       </li>
       <li>
         <div>
- <span class="library">Hash:</span>
+ <span class="library">Hash:</span>
           <ul>
             <li>
               <div>
@@ -295,7 +493,7 @@
       </li>
       <li>
         <div>
- <span class="library">Iostreams:</span>
+ <span class="library">Iostreams:</span>
           <ul>
             <li>
               <div>
@@ -318,7 +516,33 @@
       </li>
       <li>
         <div>
- <span class="library">MultiArray:</span>
+ <span class="library">Iterator:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed:
+ <ul>
+ <li>
+ <div>
+ #5127
+ Incorrect result_of usage in transform_iterator
+ </div>
+ </li>
+ <li>
+ <div>
+ #5697
+ iterator_facade::operator-&gt; is broken for proxy references
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">MultiArray:</span>
           <ul>
             <li>
               <div>
@@ -335,7 +559,7 @@
       </li>
       <li>
         <div>
- <span class="library">Lexical cast:</span>
+ <span class="library">Lexical cast:</span>
           <ul>
             <li>
               <div>
@@ -372,7 +596,7 @@
       </li>
       <li>
         <div>
- <span class="library">Locale:</span>
+ <span class="library">Locale:</span>
           <ul>
             <li>
               <div>
@@ -395,7 +619,55 @@
       </li>
       <li>
         <div>
- <span class="library">MSM:</span>
+ <span class="library">Math:</span>
+ <ul>
+ <li>
+ <div>
+ Promoted math constants to be 1st class citizens, including convenient
+ access to the most widely used built-in float, double, long double
+ via three namespaces.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added the Owen's T function and Skew Normal distribution written
+ by Benjamin Sobotta.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added Hankel functions.
+ </div>
+ </li>
+ <li>
+ <div>
+ Corrected issue <a href="https://svn.boost.org/trac/boost/ticket/6627">#6627
+ nonfinite_num_put formatting of 0.0 is incorrect</a> based on
+ a patch submitted by K R Walker.
+ </div>
+ </li>
+ <li>
+ <div>
+ Changed constant initialization mechanism so that it is thread safe
+ even for user-defined types, also so that user defined types get
+ the full precision of the constant, even when <code><span class="keyword">long</span>
+ <span class="keyword">double</span></code> does not. So for example
+ 128-bit rational approximations will work with UDT's and do the right
+ thing, even though <code><span class="keyword">long</span> <span class="keyword">double</span></code> may be only 64 or 80 bits.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed issue in <code><span class="identifier">bessel_jy</span></code>
+ which causes Y[sub 8.5](4[pi]) to yield a NaN.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">MSM:</span>
           <ul>
             <li>
               <div>
@@ -442,12 +714,22 @@
       </li>
       <li>
         <div>
- <span class="library">Program Options:</span>
+ <span class="library">Program Options:</span>
           <ul>
             <li>
               <div>
                 Improved error reporting (<a href="https://svn.boost.org/trac/boost/changeset/77827">Patch
- from Leo Goodstadt</a>)
+ from Leo Goodstadt</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Support for customizing name of option's value in help messages (#4781)
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed compilation with gcc 4.7 (#6790).
               </div>
             </li>
           </ul>
@@ -455,7 +737,7 @@
       </li>
       <li>
         <div>
- <span class="library">PropertyMap:</span>
+ <span class="library">PropertyMap:</span>
           <ul>
             <li>
               <div>
@@ -481,7 +763,7 @@
       </li>
       <li>
         <div>
- <span class="library">Proto:</span>
+ <span class="library">Proto:</span>
           <ul>
             <li>
               <div>
@@ -507,7 +789,7 @@
       </li>
       <li>
         <div>
- <span class="library">Ratio:</span>
+ <span class="library">Ratio:</span>
           <ul>
             <li>
               <div>
@@ -527,7 +809,7 @@
       </li>
       <li>
         <div>
- <span class="library">ScopeExit:</span>
+ <span class="library">ScopeExit:</span>
           <ul>
             <li>
               <div>
@@ -535,7 +817,7 @@
                 <ul>
                   <li>
                     <div>
- Use variadic macros to specify captures variables as commas-separated
+ Use variadic macros to specify captures as commas-separated
                       lists (but kept preprocessor sequence syntax for backward compatibility).
                     </div>
                   </li>
@@ -563,7 +845,7 @@
       </li>
       <li>
         <div>
- <span class="library">Thread:</span>
+ <span class="library">Thread:</span>
           <ul>
             <li>
               <div>
@@ -804,7 +1086,7 @@
       </li>
       <li>
         <div>
- <span class="library">Unordered:</span>
+ <span class="library">Unordered:</span>
           <ul>
             <li>
               <div>
@@ -843,7 +1125,7 @@
             </li>
             <li>
               <div>
- See the <a href="/doc/html/unordered/changes.html#unordered.changes.boost_1_50_0">change
+ See the <a href="/doc/libs/1_50_0_beta1/doc/html/unordered/changes.html#unordered.changes.boost_1_50_0">change
                 log</a> for full details.
               </div>
             </li>
@@ -852,7 +1134,20 @@
       </li>
       <li>
         <div>
- <span class="library">xpressive:</span>
+ <span class="library">Wave:</span>
+ <ul>
+ <li>
+ <div>
+ Wave V2.3.2, see the Changelog
+ for details.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">xpressive:</span>
           <ul>
             <li>
               <div>
@@ -1114,7 +1409,8 @@
       Vladimir Prus and Marshall Clow managed this release.
     </p>
   </div>
-</div> </div>
+</div>
+ </div>
             </div>
           </div>
         </div>


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