Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86559 - in website/public_html/beta: . community doc doc/fixes/boost_1_53_0_beta1/libs/utility/doc/html doc/libs/1_53_0/libs/pool/doc/images doc/libs/common/doc/src doc/libs/common/doc/src/images feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2013-11-04 02:48:48


Author: danieljames
Date: 2013-11-04 02:48:48 EST (Mon, 04 Nov 2013)
New Revision: 86559
URL: http://svn.boost.org/trac/boost/changeset/86559

Log:
Merge website to beta.

Properties modified:
   website/public_html/beta/ (props changed)
   website/public_html/beta/doc/fixes/boost_1_53_0_beta1/libs/utility/doc/html/string_ref.html (props changed)
   website/public_html/beta/doc/libs/1_53_0/libs/pool/doc/images/mb1.png (props changed)
   website/public_html/beta/doc/libs/1_53_0/libs/pool/doc/images/mb2.png (props changed)
   website/public_html/beta/doc/libs/1_53_0/libs/pool/doc/images/mb3.png (props changed)
   website/public_html/beta/doc/libs/1_53_0/libs/pool/doc/images/mb4.png (props changed)
   website/public_html/beta/doc/libs/1_53_0/libs/pool/doc/images/pc1.png (props changed)
   website/public_html/beta/doc/libs/1_53_0/libs/pool/doc/images/pc2.png (props changed)
   website/public_html/beta/doc/libs/1_53_0/libs/pool/doc/images/pc3.png (props changed)
   website/public_html/beta/doc/libs/1_53_0/libs/pool/doc/images/pc4.png (props changed)
   website/public_html/beta/doc/libs/1_53_0/libs/pool/doc/images/pc5.png (props changed)
   website/public_html/beta/doc/libs/common/doc/src/images/stable_vector.png (props changed)
Text files modified:
   website/public_html/beta/community/review_schedule.html | 4
   website/public_html/beta/doc/.htaccess | 1
   website/public_html/beta/doc/libs/common/doc/src/boostbook.css | 142 ++++++++++++++++-------
   website/public_html/beta/feed/history/boost_1_55_0.qbk | 13 +
   website/public_html/beta/generated/dev.rss | 241 ++++++++++++++++++++++-----------------
   website/public_html/beta/generated/download-items.html | 6
   website/public_html/beta/generated/home-items.html | 2
   website/public_html/beta/generated/state/feed-pages.txt | 10
   website/public_html/beta/generated/state/rss-items.txt | 137 ++++++++++++++--------
   website/public_html/beta/users/history/version_1_55_0.html | 137 ++++++++++++++--------
   10 files changed, 430 insertions(+), 263 deletions(-)

Modified: website/public_html/beta/community/review_schedule.html
==============================================================================
--- website/public_html/beta/community/review_schedule.html Mon Nov 4 02:43:29 2013 (r86558)
+++ website/public_html/beta/community/review_schedule.html 2013-11-04 02:48:48 EST (Mon, 04 Nov 2013) (r86559)
@@ -329,13 +329,13 @@
                   </tr>
                   <tr>
                     <!-- Added October 2013 -->
- <td>AFIO</td>
+ <td>Asynchronous File I/O</td>
 
                     <td>Niall Douglas and Paul Kirth</td>
 
                     <td>
                       <ul>
- <li><a href="https://github.com/BoostGSoC/boost.afio/archive/boost-peer-review.tar">
+ <li><a href="https://github.com/BoostGSoC/boost.afio/archive/boost-peer-review.tar.gz">
                             Source</a>
                         <li><a href="https://ci.nedprod.com/view/All/job/Boost.AFIO%20Build%20Peer%20Review%20Documentation/Boost.AFIO_Documentation/">
                         Documentation</a>

Modified: website/public_html/beta/doc/.htaccess
==============================================================================
--- website/public_html/beta/doc/.htaccess Mon Nov 4 02:43:29 2013 (r86558)
+++ website/public_html/beta/doc/.htaccess 2013-11-04 02:48:48 EST (Mon, 04 Nov 2013) (r86559)
@@ -33,6 +33,7 @@
 
 # Rewrite specific versions to the dynamic handlers.
 RewriteRule ^libs/([0-9_]+(?:b(?:eta)?[0-9]*|snapshot)?)/?$ libraries.php/$1 [L]
+RewriteRule ^libs/$ libraries.php [L]
 
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteRule ^libs/([0-9_]+(?:b(?:eta)?[0-9]*|snapshot)?)/(.+)$ display_libs.php/boost_$1/$2 [L]

Modified: website/public_html/beta/doc/libs/common/doc/src/boostbook.css
==============================================================================
--- website/public_html/beta/doc/libs/common/doc/src/boostbook.css Mon Nov 4 02:43:29 2013 (r86558)
+++ website/public_html/beta/doc/libs/common/doc/src/boostbook.css 2013-11-04 02:48:48 EST (Mon, 04 Nov 2013) (r86559)
@@ -1,13 +1,17 @@
+
 /*=============================================================================
- Copyright (c) 2004 Joel de Guzman
- http://spirit.sourceforge.net/
+Copyright (c) 2004 Joel de Guzman
+http://spirit.sourceforge.net/
+
+Copyright 2013 Niall Douglas additions for colors and alignment.
+Copyright 2013 Paul A. Bristow additions for more colors and alignments.
 
- Distributed under the Boost Software License, Version 1.0. (See accompany-
- ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+Distributed under the Boost Software License, Version 1.0. (See accompany-
+ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 =============================================================================*/
 
 /*=============================================================================
- Body defaults
+Body defaults
 =============================================================================*/
 
     body
@@ -17,7 +21,7 @@
     }
 
 /*=============================================================================
- Paragraphs
+Paragraphs
 =============================================================================*/
 
     p
@@ -28,7 +32,7 @@
     }
 
 /*=============================================================================
- Program listings
+Program listings
 =============================================================================*/
 
     /* Code on paragraphs */
@@ -58,11 +62,11 @@
     td .screen
     {
         margin: 0pc 0pc 0pc 0pc;
- padding: 0pc 0pc 0pc 0pc;
+ padding: 0pc 0pc 0pc 0pc;
     }
 
 /*=============================================================================
- Headings
+Headings
 =============================================================================*/
 
     h1, h2, h3, h4, h5, h6
@@ -116,13 +120,13 @@
     h1 tt.computeroutput { font-size: 140% }
     h2 tt.computeroutput { font-size: 140% }
     h3 tt.computeroutput { font-size: 130% }
- h4 tt.computeroutput { font-size: 130% }
+ h4 tt.computeroutput { font-size: 130% }
     h5 tt.computeroutput { font-size: 130% }
     h6 tt.computeroutput { font-size: 130% }
 
 
 /*=============================================================================
- Author
+Author
 =============================================================================*/
 
     h3.author
@@ -131,7 +135,7 @@
     }
 
 /*=============================================================================
- Lists
+Lists
 =============================================================================*/
 
     li
@@ -153,7 +157,7 @@
     }
 
 /*=============================================================================
- Links
+Links
 =============================================================================*/
 
     a
@@ -167,7 +171,7 @@
     }
 
 /*=============================================================================
- Spirit style navigation
+Spirit style navigation
 =============================================================================*/
 
     .spirit-nav
@@ -187,7 +191,7 @@
     }
 
 /*=============================================================================
- Copyright footer
+Copyright footer
 =============================================================================*/
     .copyright-footer
     {
@@ -202,7 +206,7 @@
     }
 
 /*=============================================================================
- Table of contents
+Table of contents
 =============================================================================*/
 
     div.toc
@@ -218,7 +222,7 @@
        float: right;
        padding: 0.5pc;
     }
-
+
     /* Code on toc */
     .toc .computeroutput { font-size: 120% }
 
@@ -227,7 +231,7 @@
     .toc dl dl { margin: 0; }
 
 /*=============================================================================
- Tables
+Tables
 =============================================================================*/
 
     .table-title,
@@ -286,7 +290,7 @@
     }
 
 /*=============================================================================
- Blurbs
+Blurbs
 =============================================================================*/
 
     div.note,
@@ -309,7 +313,7 @@
     }
 
 /*=============================================================================
- Variable Lists
+Variable Lists
 =============================================================================*/
 
     div.variablelist
@@ -354,7 +358,7 @@
     }
 
 /*=============================================================================
- Misc
+Misc
 =============================================================================*/
 
     /* Title of books and articles in bibliographies */
@@ -380,7 +384,7 @@
     }
 
 /*=============================================================================
- Colors
+Colors
 =============================================================================*/
 
     @media screen
@@ -391,16 +395,16 @@
         }
 
     /* Syntax Highlighting */
- .keyword { color: #0000AA; }
- .identifier { color: #000000; }
- .special { color: #707070; }
- .preprocessor { color: #402080; }
- .char { color: teal; }
- .comment { color: #800000; }
- .string { color: teal; }
- .number { color: teal; }
- .white_bkd { background-color: #FFFFFF; }
- .dk_grey_bkd { background-color: #999999; }
+ .keyword { color: #0000AA; }
+ .identifier { color: #000000; }
+ .special { color: #707070; }
+ .preprocessor { color: #402080; }
+ .char { color: teal; }
+ .comment { color: #800000; }
+ .string { color: teal; }
+ .number { color: teal; }
+ .white_bkd { background-color: #FFFFFF; }
+ .dk_grey_bkd { background-color: #999999; }
 
     /* Links */
         a, a .keyword, a .identifier, a .special, a .preprocessor
@@ -572,7 +576,7 @@
     }
 
 /*=============================================================================
- Images
+Images
 =============================================================================*/
 
     span.inlinemediaobject img
@@ -581,36 +585,36 @@
     }
 
 /*==============================================================================
- Super and Subscript: style so that line spacing isn't effected, see
- http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=1&postId=5341
+Super and Subscript: style so that line spacing isn't effected, see
+http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=1&postId=5341
 ==============================================================================*/
 
 sup,
 sub {
- height: 0;
- line-height: 1;
- vertical-align: baseline;
- position: relative;
-
+height: 0;
+line-height: 1;
+vertical-align: baseline;
+position: relative;
+
 }
 
 /* For internet explorer: */
 
 * html sup,
 * html sub {
- vertical-align: bottom;
+vertical-align: bottom;
 }
 
 sup {
- bottom: 1ex;
+bottom: 1ex;
 }
 
 sub {
- top: .5ex;
+top: .5ex;
 }
 
 /*==============================================================================
- Indexes: pretty much the same as the TOC.
+Indexes: pretty much the same as the TOC.
 ==============================================================================*/
 
     .index
@@ -644,3 +648,53 @@
         font-weight: bold;
     }
 
+
+/*==============================================================================
+Alignment and coloring use 'role' feature, available from Quickbook 1.6 up.
+Added from Niall Douglas for role color and alignment.
+http://article.gmane.org/gmane.comp.lib.boost.devel/243318
+*/
+
+/* Add text alignment (see http://www.w3schools.com/cssref/pr_text_text-align.asp) */
+span.aligncenter
+{
+ display: inline-block; width: 100%; text-align: center;
+}
+span.alignright
+{
+ display: inline-block; width: 100%; text-align: right;
+}
+/* alignleft is the default. */
+span.alignleft
+{
+ display: inline-block; width: 100%; text-align: left;
+}
+
+/* alignjustify stretches the word spacing so that each line has equal width
+within a chosen fraction of page width (here arbitrarily 20%).
+*Not* useful inside table items as the column width remains the total string width.
+Nor very useful, except to temporarily restrict the width.
+*/
+span.alignjustify
+{
+ display: inline-block; width: 20%; text-align: justify;
+}
+
+/* Text colors.
+Names at http://www.w3.org/TR/2002/WD-css3-color-20020219/ 4.3. X11 color keywords.
+Quickbook Usage: [role red Some red text]
+
+*/
+span.red { inline-block; color: red; }
+span.green { color: green; }
+span.lime { color: #00FF00; }
+span.blue { color: blue; }
+span.navy { color: navy; }
+span.yellow { color: yellow; }
+span.magenta { color: magenta; }
+span.indigo { color: #4B0082; }
+span.cyan { color: cyan; }
+span.purple { color: purple; }
+span.gold { color: gold; }
+span.silver { color: silver; } /* lighter gray */
+span.gray { color: #808080; } /* light gray */

Modified: website/public_html/beta/feed/history/boost_1_55_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_55_0.qbk Mon Nov 4 02:43:29 2013 (r86558)
+++ website/public_html/beta/feed/history/boost_1_55_0.qbk 2013-11-04 02:48:48 EST (Mon, 04 Nov 2013) (r86559)
@@ -7,7 +7,7 @@
         Config, Chrono, Circular Buffer, Container, Context, Coroutine,
         Filesystem, Fusion, Geometry, Graph, Hash, Interprocess, Intrusive,
         Lexical Cast, Log, Math, Meta State Machine, Move, Multiprecision,
- Multi-index Containers, MPI, Phoenix, PropertyMap,
+ Multi-index Containers, MPI, Phoenix, Polygon, PropertyMap,
         Rational, Thread, Timer, Type Traits, Unordered, Utility,
         Variant, Wave, xpressive.
     ]
@@ -17,7 +17,7 @@
 
 [import ext.qbk]
 
-[documentation /doc/libs/1_55_0b1/]
+[documentation /doc/libs/1_55_0/]
 [status beta]
 [download http://sourceforge.net/projects/boost/files/boost/1.55.0.beta.1/]
 
@@ -25,7 +25,6 @@
 Release status:
 [status released]
 [download http://sourceforge.net/projects/boost/files/boost/1.55.0/]
-[documentation /doc/libs/1_55_0/]
 ]
 
 [section News]
@@ -71,6 +70,7 @@
   * `boost::bad_any_cast` exception is now visible across modules [ticket 8751].
   * Added `clear()` member function.
   * Added missing `BOOST_NOEXCEPT`.
+ * Fixed issue with const rvalues [ticket 9215].
 
 * [phrase library..[@/libs/asio/ Asio]:]
   * Implemented a limited port to Windows Runtime. This support requires that the
@@ -311,6 +311,8 @@
     the beta function is really an arcsine or Student's T distribution.
   * Fix issue in Bessel I and K function continued fractions that causes
     spurious over/underflow.
+ * Add improvement to non-central chi squared distribution quantile due to
+ Thomas Luu.
 
 * [phrase library..[@/libs/move/ Move]:]
   * Fixed bugs [@https://svn.boost.org/trac/boost/ticket/7952 #7952],
@@ -376,6 +378,11 @@
 * [phrase library..[@/libs/phoenix/ Phoenix]:]
   * [ticket 9049] `phoenix::function` constructor is constexpr.
 
+* [phrase library..[@/libs/polygon/ Polygon]:]
+ * Updated CGAL part of the Voronoi benchmark with patches from Sebastien Loriot. Updated documentation.
+ * Added polygon decomposition capability to polygon_90_set_data container (patch from Intel). Updated documentation.
+ * Bugs fixed from Trac: [ticket 8197].
+
 * [phrase library..[@/libs/property_map/index.html PropertyMap]:]
   * dynamic_properties objects can now be built by non-destructively chaining
     `.property(name, pm)` calls. Example:

Modified: website/public_html/beta/generated/dev.rss
==============================================================================
--- website/public_html/beta/generated/dev.rss Mon Nov 4 02:43:29 2013 (r86558)
+++ website/public_html/beta/generated/dev.rss 2013-11-04 02:48:48 EST (Mon, 04 Nov 2013) (r86559)
@@ -7,66 +7,14 @@
     <description></description>
     <language>en-us</language>
     <copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
-<item><title>Version 1.56.0</title><link>http://www.boost.org/users/history/version_1_56_0.html><guid>http://www.boost.org/users/history/version_1_56_0.html><pubDate>In Progress</pubDate><description>
-
-
- &lt;div id=&quot;version_1_56_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;em&gt;TODO&lt;/em&gt;
- &lt;/div&gt;
- &lt;/li&gt;
- &lt;/ul&gt;
- &lt;/div&gt;
- &lt;div id=&quot;version_1_56_0.updated_libraries&quot;&gt;
- &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
- &lt;ul&gt;
- &lt;li&gt;
- &lt;div&gt;
- &lt;em&gt;TODO&lt;/em&gt;
- &lt;/div&gt;
- &lt;/li&gt;
- &lt;/ul&gt;
- &lt;/div&gt;
- &lt;div id=&quot;version_1_56_0.compilers_tested&quot;&gt;
- &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Compilers Tested&lt;/span&gt;&lt;/h3&gt;
- &lt;p&gt;
- Boost's primary test compilers are:
- &lt;/p&gt;
- &lt;ul&gt;
- &lt;li&gt;
- &lt;div&gt;
- &lt;em&gt;TODO&lt;/em&gt;
- &lt;/div&gt;
- &lt;/li&gt;
- &lt;/ul&gt;
- &lt;p&gt;
- Boost's additional test compilers include:
- &lt;/p&gt;
- &lt;ul&gt;
- &lt;li&gt;
- &lt;div&gt;
- &lt;em&gt;TODO&lt;/em&gt;
- &lt;/div&gt;
- &lt;/li&gt;
- &lt;/ul&gt;
- &lt;/div&gt;
- &lt;div id=&quot;version_1_56_0.acknowledgements&quot;&gt;
- &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Acknowledgements&lt;/span&gt;&lt;/h3&gt;
- &lt;p&gt;
- &lt;em&gt;TODO&lt;/em&gt;
- &lt;/p&gt;
- &lt;/div&gt;
-</description></item><item><title>Version 1.55.0</title><link>
http://www.boost.org/users/history/version_1_55_0.html><guid>http://www.boost.org/users/history/version_1_55_0.html><pubDate>In Progress</pubDate><description>
+<item><title>Version 1.55.0</title><link>
http://www.boost.org/users/history/version_1_55_0.html><guid>http://www.boost.org/users/history/version_1_55_0.html><pubDate>In Progress</pubDate><description>
 
 
 
   &lt;div id=&quot;version_1_55_0.news&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;News&lt;/span&gt;&lt;/h3&gt;
     &lt;p&gt;
- Support was removed from &lt;a href=&quot;
http://www.boost.org/doc/libs/1_55_0b1/libs/config/&quot;&gt;Config&lt;/a&gt; for some
+ Support was removed from &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/config/&quot;&gt;Config&lt;/a&gt; for some
       very old versions of compilers. The new minimum requirements are:
     &lt;/p&gt;
     &lt;ul&gt;
@@ -122,7 +70,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/doc/libs/1_55_0b1/libs/predef/&quot;&gt;Predef&lt;/a&gt;:&lt;/span&gt; This library defines a
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/predef/&quot;&gt;Predef&lt;/a&gt;:&lt;/span&gt; This library defines a
           set of compiler, architecture, operating system, library, and other version
           numbers from the information it can gather of C, C++, Objective C, and
           Objective C++ predefined macros or those defined in generally available
@@ -136,7 +84,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/doc/libs/1_55_0b1/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_55_0/libs/accumulators/&quot;&gt;Accumulators&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -159,7 +107,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_55_0b1/libs/any/&quot;&gt;Any&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/any/&quot;&gt;Any&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -178,12 +126,17 @@
                 Added missing &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_NOEXCEPT&lt;/span&gt;&lt;/code&gt;.
               &lt;/div&gt;
             &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed issue with const rvalues &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/9215&quot;&gt;#9215&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_55_0b1/libs/asio/&quot;&gt;Asio&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/asio/&quot;&gt;Asio&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -349,7 +302,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_55_0b1/libs/atomic/&quot;&gt;Atomic&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/atomic/&quot;&gt;Atomic&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -411,7 +364,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_55_0b1/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_55_0/libs/chrono/&quot;&gt;Chrono&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -444,7 +397,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_55_0b1/libs/circular_buffer/&quot;&gt;Circular Buffer&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/circular_buffer/&quot;&gt;Circular Buffer&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -485,7 +438,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_55_0b1/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_55_0/libs/config/&quot;&gt;Config&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -523,7 +476,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_55_0b1/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_55_0/libs/container/&quot;&gt;Container&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -547,7 +500,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_55_0b1/libs/context/&quot;&gt;Context&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/context/&quot;&gt;Context&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -560,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_55_0b1/libs/coroutine/&quot;&gt;Coroutine&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/coroutine/&quot;&gt;Coroutine&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -584,7 +537,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_55_0b1/libs/filesystem/&quot;&gt;Filesystem&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/filesystem/&quot;&gt;Filesystem&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -596,7 +549,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_55_0b1/libs/fusion/&quot;&gt;Fusion&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/fusion/&quot;&gt;Fusion&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -609,7 +562,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_55_0b1/libs/geometry/index.html&quot;&gt;Geometry&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/geometry/index.html&quot;&gt;Geometry&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -716,7 +669,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_55_0b1/libs/graph/index.html&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_55_0/libs/graph/index.html&quot;&gt;Graph&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -777,7 +730,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_55_0b1/libs/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_55_0/libs/hash/&quot;&gt;Hash&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -795,7 +748,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_55_0b1/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_55_0/libs/interprocess/&quot;&gt;Interprocess&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -813,7 +766,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_55_0b1/libs/intrusive/&quot;&gt;Intrusive&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/intrusive/&quot;&gt;Intrusive&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -851,7 +804,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_55_0b1/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_55_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;
@@ -877,7 +830,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_55_0b1/libs/log/&quot;&gt;Log&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/log/&quot;&gt;Log&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -945,7 +898,7 @@
             &lt;/li&gt;
             &lt;li&gt;
               &lt;div&gt;
- See &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0b1/libs/log/doc/html/log/changelog.html&quot;&gt;changelog&lt;/a&gt;
+ See &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/log/doc/html/log/changelog.html&quot;&gt;changelog&lt;/a&gt;
                 for more details.
               &lt;/div&gt;
             &lt;/li&gt;
@@ -954,7 +907,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_55_0b1/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_55_0/libs/math/&quot;&gt;Math&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -1026,12 +979,18 @@
                 spurious over/underflow.
               &lt;/div&gt;
             &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Add improvement to non-central chi squared distribution quantile
+ due to Thomas Luu.
+ &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_55_0b1/libs/move/&quot;&gt;Move&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/move/&quot;&gt;Move&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -1047,7 +1006,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_55_0b1/libs/msm/&quot;&gt;Meta State Machine&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/msm/&quot;&gt;Meta State Machine&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -1065,7 +1024,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_55_0b1/libs/multiprecision/&quot;&gt;Multiprecision&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/multiprecision/&quot;&gt;Multiprecision&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -1122,7 +1081,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_55_0b1/libs/multi_index/index.html&quot;&gt;Multi-index Containers&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/multi_index/index.html&quot;&gt;Multi-index Containers&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -1161,7 +1120,7 @@
                 &lt;/li&gt;
               &lt;/ul&gt;
               &lt;div&gt;
- Refer to the &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0b1/libs/multi_index/doc/compiler_specifics.html&quot;&gt;compiler
+ Refer to the &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/multi_index/doc/compiler_specifics.html&quot;&gt;compiler
                 specifics&lt;/a&gt; section for limitations on pre-C++11 compilers.
               &lt;/div&gt;
             &lt;/li&gt;
@@ -1171,37 +1130,37 @@
                 &lt;ul&gt;
                   &lt;li&gt;
                     &lt;div&gt;
- &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0b1/libs/multi_index/doc/reference/key_extraction.html#member_offset&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;member_offset&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
+ &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/multi_index/doc/reference/key_extraction.html#member_offset&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;member_offset&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
                     &lt;/div&gt;
                   &lt;/li&gt;
                   &lt;li&gt;
                     &lt;div&gt;
- &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0b1/libs/multi_index/doc/reference/key_extraction.html#const_mem_fun_explicit&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;const_mem_fun_explicit&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
+ &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/multi_index/doc/reference/key_extraction.html#const_mem_fun_explicit&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;const_mem_fun_explicit&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
                     &lt;/div&gt;
                   &lt;/li&gt;
                   &lt;li&gt;
                     &lt;div&gt;
- &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0b1/libs/multi_index/doc/reference/key_extraction.html#const_mem_fun_explicit&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;mem_fun_explicit&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
+ &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/multi_index/doc/reference/key_extraction.html#const_mem_fun_explicit&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;mem_fun_explicit&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
                     &lt;/div&gt;
                   &lt;/li&gt;
                   &lt;li&gt;
                     &lt;div&gt;
- &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0b1/libs/multi_index/doc/reference/key_extraction.html#composite_key_result_equal_to&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;composite_key_result_equal_to&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
+ &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/multi_index/doc/reference/key_extraction.html#composite_key_result_equal_to&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;composite_key_result_equal_to&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
                     &lt;/div&gt;
                   &lt;/li&gt;
                   &lt;li&gt;
                     &lt;div&gt;
- &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0b1/libs/multi_index/doc/reference/key_extraction.html#composite_key_result_less&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;composite_key_result_less&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
+ &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/multi_index/doc/reference/key_extraction.html#composite_key_result_less&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;composite_key_result_less&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
                     &lt;/div&gt;
                   &lt;/li&gt;
                   &lt;li&gt;
                     &lt;div&gt;
- &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0b1/libs/multi_index/doc/reference/key_extraction.html#composite_key_result_greater&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;composite_key_result_greater&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
+ &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/multi_index/doc/reference/key_extraction.html#composite_key_result_greater&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;composite_key_result_greater&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
                     &lt;/div&gt;
                   &lt;/li&gt;
                   &lt;li&gt;
                     &lt;div&gt;
- &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0b1/libs/multi_index/doc/reference/key_extraction.html#composite_key_result_hash&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;composite_key_result_hash&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;.
+ &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/multi_index/doc/reference/key_extraction.html#composite_key_result_hash&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;composite_key_result_hash&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;.
                     &lt;/div&gt;
                   &lt;/li&gt;
                 &lt;/ul&gt;
@@ -1217,7 +1176,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_55_0b1/libs/mpi/&quot;&gt;MPI&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/mpi/&quot;&gt;MPI&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -1239,7 +1198,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_55_0b1/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_55_0/libs/phoenix/&quot;&gt;Phoenix&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -1252,7 +1211,31 @@
       &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_55_0b1/libs/property_map/index.html&quot;&gt;PropertyMap&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/polygon/&quot;&gt;Polygon&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Updated CGAL part of the Voronoi benchmark with patches from Sebastien
+ Loriot. Updated documentation.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Added polygon decomposition capability to polygon_90_set_data container
+ (patch from Intel). Updated documentation.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Bugs fixed from Trac: &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8197&quot;&gt;#8197&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_55_0/libs/property_map/index.html&quot;&gt;PropertyMap&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -1296,7 +1279,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_55_0b1/libs/rational&quot;&gt;Rational&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/rational&quot;&gt;Rational&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -1318,7 +1301,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_55_0b1/libs/smart_ptr/index.html&quot;&gt;SmartPtr&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/smart_ptr/index.html&quot;&gt;SmartPtr&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -1331,7 +1314,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_55_0b1/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_55_0/libs/Thread/&quot;&gt;Thread&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -1477,7 +1460,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_55_0b1/libs/timer/&quot;&gt;Timer&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/timer/&quot;&gt;Timer&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -1489,7 +1472,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_55_0b1/libs/type_traits/&quot;&gt;Type Traits&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/type_traits/&quot;&gt;Type Traits&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -1502,7 +1485,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_55_0b1/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_55_0/libs/unordered/&quot;&gt;Unordered&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -1519,7 +1502,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_55_0b1/libs/utility/index.html&quot;&gt;Utility&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/utility/index.html&quot;&gt;Utility&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -1551,7 +1534,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_55_0b1/libs/variant/&quot;&gt;Variant&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/variant/&quot;&gt;Variant&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -1586,11 +1569,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_55_0b1/libs/wave/&quot;&gt;Wave&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/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_55_0b1/libs/wave/ChangeLog&quot;&gt;Changelog&lt;/a&gt; for details.
+ See the &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/wave/ChangeLog&quot;&gt;Changelog&lt;/a&gt; for details.
               &lt;/div&gt;
             &lt;/li&gt;
           &lt;/ul&gt;
@@ -1598,7 +1581,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_55_0b1/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_55_0/libs/xpressive&quot;&gt;xpressive&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -1635,7 +1618,7 @@
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
- Quickbook 1.6 finalized, see the &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0b1/doc/html/quickbook/versions.html#language_versions.1_6&quot;&gt;Quickbook
+ Quickbook 1.6 finalized, see the &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/doc/html/quickbook/versions.html#language_versions.1_6&quot;&gt;Quickbook
                 documentation for details&lt;/a&gt;.
               &lt;/div&gt;
             &lt;/li&gt;
@@ -1827,6 +1810,58 @@
       Vladimir Prus and Marshall Clow managed this release.
     &lt;/p&gt;
   &lt;/div&gt;
+</description></item><item><title>Version 1.56.0</title><link>http://www.boost.org/users/history/version_1_56_0.html><guid>http://www.boost.org/users/history/version_1_56_0.html><pubDate>In Progress</pubDate><description>
+
+
+ &lt;div id=&quot;version_1_56_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;em&gt;TODO&lt;/em&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_56_0.updated_libraries&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;em&gt;TODO&lt;/em&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_56_0.compilers_tested&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Compilers Tested&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ Boost's primary test compilers are:
+ &lt;/p&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;em&gt;TODO&lt;/em&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;p&gt;
+ Boost's additional test compilers include:
+ &lt;/p&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;em&gt;TODO&lt;/em&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_56_0.acknowledgements&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Acknowledgements&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ &lt;em&gt;TODO&lt;/em&gt;
+ &lt;/p&gt;
+ &lt;/div&gt;
 </description></item><item><title>Version 1.54.0</title><link>
http://www.boost.org/users/history/version_1_54_0.html><guid>http://www.boost.org/users/history/version_1_54_0.html><pubDate>Mon, 1 Jul 2013 10:10:02 -0700</pubDate><description>
 
 

Modified: website/public_html/beta/generated/download-items.html
==============================================================================
--- website/public_html/beta/generated/download-items.html Mon Nov 4 02:43:29 2013 (r86558)
+++ website/public_html/beta/generated/download-items.html 2013-11-04 02:48:48 EST (Mon, 04 Nov 2013) (r86559)
@@ -37,12 +37,12 @@
       Config, Chrono, Circular Buffer, Container, Context, Coroutine, Filesystem,
       Fusion, Geometry, Graph, Hash, Interprocess, Intrusive, Lexical Cast, Log,
       Math, Meta State Machine, Move, Multiprecision, Multi-index Containers, MPI,
- Phoenix, PropertyMap, Rational, Thread, Timer, Type Traits, Unordered, Utility,
- Variant, Wave, xpressive.
+ Phoenix, Polygon, PropertyMap, Rational, Thread, Timer, Type Traits, Unordered,
+ Utility, Variant, Wave, xpressive.
 </span></span></p>
 
 <ul class="menu">
 <li>
Release Notes</li>
 <li>Download</li>
-<li>Documentation</li>
+<li>Documentation</li>
 </ul>

Modified: website/public_html/beta/generated/home-items.html
==============================================================================
--- website/public_html/beta/generated/home-items.html Mon Nov 4 02:43:29 2013 (r86558)
+++ website/public_html/beta/generated/home-items.html 2013-11-04 02:48:48 EST (Mon, 04 Nov 2013) (r86559)
@@ -7,7 +7,7 @@
 </ul>
 <h3>Beta Release</h3>
 <ul>
-<li><div class="news-title">Version 1.55.0 beta</div><div class="news-date">Release Notes | Download | Documentation</div><div class="news-date">In Progress</div></li>
+<li><div class="news-title">Version 1.55.0 beta</div><div class="news-date">Release Notes | Download | Documentation</div><div class="news-date">In Progress</div></li>
 </ul>
 </div>
 <p>More Downloads... (RSS)</p>

Modified: website/public_html/beta/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/beta/generated/state/feed-pages.txt Mon Nov 4 02:43:29 2013 (r86558)
+++ website/public_html/beta/generated/state/feed-pages.txt 2013-11-04 02:48:48 EST (Mon, 04 Nov 2013) (r86559)
@@ -2035,13 +2035,13 @@
 (feed/history/boost_1_55_0.qbk
 -dir_location
 -documentation
-"/doc/libs/1_55_0b1/
+"/doc/libs/1_55_0/
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.55.0.beta.1/
 -id
 "version_1_55_0
 -last_modified
-.1381242451.09
+.1383550970.59
 -location
 "users/history/version_1_55_0.html
 -notice
@@ -2055,11 +2055,11 @@
 " Config, Chrono, Circular Buffer, Container, Context, Coroutine, Filesystem,
 " Fusion, Geometry, Graph, Hash, Interprocess, Intrusive, Lexical Cast, Log,
 " Math, Meta State Machine, Move, Multiprecision, Multi-index Containers, MPI,
-" Phoenix, PropertyMap, Rational, Thread, Timer, Type Traits, Unordered, Utility,
-" Variant, Wave, xpressive.
+" Phoenix, Polygon, PropertyMap, Rational, Thread, Timer, Type Traits, Unordered,
+" Utility, Variant, Wave, xpressive.
 "
 -qbk_hash
-"a271eff2ddfbe35feb3708f81c80647e1cb478f55d8856394ea14c45e532891d
+"12e49c8d07e37452de1462af512ba90bdb583f7d4e4af3df3c58fcd3f46ec0cc
 -release_status
 "beta
 -title

Modified: website/public_html/beta/generated/state/rss-items.txt
==============================================================================
--- website/public_html/beta/generated/state/rss-items.txt Mon Nov 4 02:43:29 2013 (r86558)
+++ website/public_html/beta/generated/state/rss-items.txt 2013-11-04 02:48:48 EST (Mon, 04 Nov 2013) (r86559)
@@ -20336,7 +20336,7 @@
 " &lt;div id=&quot;version_1_55_0.news&quot;&gt;
 " &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;News&lt;/span&gt;&lt;/h3&gt;
 " &lt;p&gt;
-" Support was removed from &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0b1/libs/config/&quot;&gt;Config&lt;/a&gt; for some
+" Support was removed from &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/config/&quot;&gt;Config&lt;/a&gt; for some
 " very old versions of compilers. The new minimum requirements are:
 " &lt;/p&gt;
 " &lt;ul&gt;
@@ -20392,7 +20392,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/doc/libs/1_55_0b1/libs/predef/&quot;&gt;Predef&lt;/a&gt;:&lt;/span&gt; This library defines a
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/predef/&quot;&gt;Predef&lt;/a&gt;:&lt;/span&gt; This library defines a
 " set of compiler, architecture, operating system, library, and other version
 " numbers from the information it can gather of C, C++, Objective C, and
 " Objective C++ predefined macros or those defined in generally available
@@ -20406,7 +20406,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/doc/libs/1_55_0b1/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_55_0/libs/accumulators/&quot;&gt;Accumulators&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -20429,7 +20429,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_55_0b1/libs/any/&quot;&gt;Any&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/any/&quot;&gt;Any&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -20448,12 +20448,17 @@
 " Added missing &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_NOEXCEPT&lt;/span&gt;&lt;/code&gt;.
 " &lt;/div&gt;
 " &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fixed issue with const rvalues &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/9215&quot;&gt;#9215&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_55_0b1/libs/asio/&quot;&gt;Asio&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/asio/&quot;&gt;Asio&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -20619,7 +20624,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_55_0b1/libs/atomic/&quot;&gt;Atomic&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/atomic/&quot;&gt;Atomic&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -20681,7 +20686,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_55_0b1/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_55_0/libs/chrono/&quot;&gt;Chrono&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -20714,7 +20719,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_55_0b1/libs/circular_buffer/&quot;&gt;Circular Buffer&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/circular_buffer/&quot;&gt;Circular Buffer&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -20755,7 +20760,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_55_0b1/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_55_0/libs/config/&quot;&gt;Config&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -20793,7 +20798,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_55_0b1/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_55_0/libs/container/&quot;&gt;Container&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -20817,7 +20822,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_55_0b1/libs/context/&quot;&gt;Context&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/context/&quot;&gt;Context&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -20830,7 +20835,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_55_0b1/libs/coroutine/&quot;&gt;Coroutine&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/coroutine/&quot;&gt;Coroutine&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -20854,7 +20859,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_55_0b1/libs/filesystem/&quot;&gt;Filesystem&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/filesystem/&quot;&gt;Filesystem&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -20866,7 +20871,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_55_0b1/libs/fusion/&quot;&gt;Fusion&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/fusion/&quot;&gt;Fusion&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -20879,7 +20884,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_55_0b1/libs/geometry/index.html&quot;&gt;Geometry&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/geometry/index.html&quot;&gt;Geometry&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -20986,7 +20991,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_55_0b1/libs/graph/index.html&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_55_0/libs/graph/index.html&quot;&gt;Graph&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21047,7 +21052,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_55_0b1/libs/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_55_0/libs/hash/&quot;&gt;Hash&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21065,7 +21070,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_55_0b1/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_55_0/libs/interprocess/&quot;&gt;Interprocess&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21083,7 +21088,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_55_0b1/libs/intrusive/&quot;&gt;Intrusive&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/intrusive/&quot;&gt;Intrusive&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21121,7 +21126,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_55_0b1/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_55_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;
@@ -21147,7 +21152,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_55_0b1/libs/log/&quot;&gt;Log&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/log/&quot;&gt;Log&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21215,7 +21220,7 @@
 " &lt;/li&gt;
 " &lt;li&gt;
 " &lt;div&gt;
-" See &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0b1/libs/log/doc/html/log/changelog.html&quot;&gt;changelog&lt;/a&gt;
+" See &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/log/doc/html/log/changelog.html&quot;&gt;changelog&lt;/a&gt;
 " for more details.
 " &lt;/div&gt;
 " &lt;/li&gt;
@@ -21224,7 +21229,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_55_0b1/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_55_0/libs/math/&quot;&gt;Math&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21296,12 +21301,18 @@
 " spurious over/underflow.
 " &lt;/div&gt;
 " &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Add improvement to non-central chi squared distribution quantile
+" due to Thomas Luu.
+" &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_55_0b1/libs/move/&quot;&gt;Move&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/move/&quot;&gt;Move&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21317,7 +21328,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_55_0b1/libs/msm/&quot;&gt;Meta State Machine&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/msm/&quot;&gt;Meta State Machine&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21335,7 +21346,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_55_0b1/libs/multiprecision/&quot;&gt;Multiprecision&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/multiprecision/&quot;&gt;Multiprecision&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21392,7 +21403,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_55_0b1/libs/multi_index/index.html&quot;&gt;Multi-index Containers&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/multi_index/index.html&quot;&gt;Multi-index Containers&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21431,7 +21442,7 @@
 " &lt;/li&gt;
 " &lt;/ul&gt;
 " &lt;div&gt;
-" Refer to the &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0b1/libs/multi_index/doc/compiler_specifics.html&quot;&gt;compiler
+" Refer to the &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/multi_index/doc/compiler_specifics.html&quot;&gt;compiler
 " specifics&lt;/a&gt; section for limitations on pre-C++11 compilers.
 " &lt;/div&gt;
 " &lt;/li&gt;
@@ -21441,37 +21452,37 @@
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
-" &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0b1/libs/multi_index/doc/reference/key_extraction.html#member_offset&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;member_offset&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
+" &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/multi_index/doc/reference/key_extraction.html#member_offset&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;member_offset&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
 " &lt;/div&gt;
 " &lt;/li&gt;
 " &lt;li&gt;
 " &lt;div&gt;
-" &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0b1/libs/multi_index/doc/reference/key_extraction.html#const_mem_fun_explicit&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;const_mem_fun_explicit&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
+" &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/multi_index/doc/reference/key_extraction.html#const_mem_fun_explicit&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;const_mem_fun_explicit&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
 " &lt;/div&gt;
 " &lt;/li&gt;
 " &lt;li&gt;
 " &lt;div&gt;
-" &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0b1/libs/multi_index/doc/reference/key_extraction.html#const_mem_fun_explicit&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;mem_fun_explicit&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
+" &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/multi_index/doc/reference/key_extraction.html#const_mem_fun_explicit&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;mem_fun_explicit&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
 " &lt;/div&gt;
 " &lt;/li&gt;
 " &lt;li&gt;
 " &lt;div&gt;
-" &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0b1/libs/multi_index/doc/reference/key_extraction.html#composite_key_result_equal_to&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;composite_key_result_equal_to&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
+" &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/multi_index/doc/reference/key_extraction.html#composite_key_result_equal_to&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;composite_key_result_equal_to&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
 " &lt;/div&gt;
 " &lt;/li&gt;
 " &lt;li&gt;
 " &lt;div&gt;
-" &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0b1/libs/multi_index/doc/reference/key_extraction.html#composite_key_result_less&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;composite_key_result_less&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
+" &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/multi_index/doc/reference/key_extraction.html#composite_key_result_less&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;composite_key_result_less&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
 " &lt;/div&gt;
 " &lt;/li&gt;
 " &lt;li&gt;
 " &lt;div&gt;
-" &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0b1/libs/multi_index/doc/reference/key_extraction.html#composite_key_result_greater&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;composite_key_result_greater&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
+" &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/multi_index/doc/reference/key_extraction.html#composite_key_result_greater&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;composite_key_result_greater&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
 " &lt;/div&gt;
 " &lt;/li&gt;
 " &lt;li&gt;
 " &lt;div&gt;
-" &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0b1/libs/multi_index/doc/reference/key_extraction.html#composite_key_result_hash&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;composite_key_result_hash&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;.
+" &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/multi_index/doc/reference/key_extraction.html#composite_key_result_hash&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;composite_key_result_hash&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;.
 " &lt;/div&gt;
 " &lt;/li&gt;
 " &lt;/ul&gt;
@@ -21487,7 +21498,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_55_0b1/libs/mpi/&quot;&gt;MPI&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/mpi/&quot;&gt;MPI&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21509,7 +21520,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_55_0b1/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_55_0/libs/phoenix/&quot;&gt;Phoenix&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21522,7 +21533,31 @@
 " &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_55_0b1/libs/property_map/index.html&quot;&gt;PropertyMap&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/polygon/&quot;&gt;Polygon&lt;/a&gt;:&lt;/span&gt;
+" &lt;ul&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Updated CGAL part of the Voronoi benchmark with patches from Sebastien
+" Loriot. Updated documentation.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Added polygon decomposition capability to polygon_90_set_data container
+" (patch from Intel). Updated documentation.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Bugs fixed from Trac: &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8197&quot;&gt;#8197&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_55_0/libs/property_map/index.html&quot;&gt;PropertyMap&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21566,7 +21601,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_55_0b1/libs/rational&quot;&gt;Rational&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/rational&quot;&gt;Rational&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21588,7 +21623,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_55_0b1/libs/smart_ptr/index.html&quot;&gt;SmartPtr&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/smart_ptr/index.html&quot;&gt;SmartPtr&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21601,7 +21636,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_55_0b1/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_55_0/libs/Thread/&quot;&gt;Thread&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21747,7 +21782,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_55_0b1/libs/timer/&quot;&gt;Timer&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/timer/&quot;&gt;Timer&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21759,7 +21794,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_55_0b1/libs/type_traits/&quot;&gt;Type Traits&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/type_traits/&quot;&gt;Type Traits&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21772,7 +21807,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_55_0b1/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_55_0/libs/unordered/&quot;&gt;Unordered&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21789,7 +21824,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_55_0b1/libs/utility/index.html&quot;&gt;Utility&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/utility/index.html&quot;&gt;Utility&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21821,7 +21856,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_55_0b1/libs/variant/&quot;&gt;Variant&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/variant/&quot;&gt;Variant&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21856,11 +21891,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_55_0b1/libs/wave/&quot;&gt;Wave&lt;/a&gt;:&lt;/span&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/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_55_0b1/libs/wave/ChangeLog&quot;&gt;Changelog&lt;/a&gt; for details.
+" See the &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/libs/wave/ChangeLog&quot;&gt;Changelog&lt;/a&gt; for details.
 " &lt;/div&gt;
 " &lt;/li&gt;
 " &lt;/ul&gt;
@@ -21868,7 +21903,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_55_0b1/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_55_0/libs/xpressive&quot;&gt;xpressive&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
@@ -21905,7 +21940,7 @@
 " &lt;ul&gt;
 " &lt;li&gt;
 " &lt;div&gt;
-" Quickbook 1.6 finalized, see the &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0b1/doc/html/quickbook/versions.html#language_versions.1_6&quot;&gt;Quickbook
+" Quickbook 1.6 finalized, see the &lt;a href=&quot;http://www.boost.org/doc/libs/1_55_0/doc/html/quickbook/versions.html#language_versions.1_6&quot;&gt;Quickbook
 " documentation for details&lt;/a&gt;.
 " &lt;/div&gt;
 " &lt;/li&gt;
@@ -22099,7 +22134,7 @@
 " &lt;/div&gt;
 "</description></item>
 -last_modified
-.1381242451.09
+.1383550970.59
 -quickbook
 "feed/history/boost_1_55_0.qbk
 )

Modified: website/public_html/beta/users/history/version_1_55_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_55_0.html Mon Nov 4 02:43:29 2013 (r86558)
+++ website/public_html/beta/users/history/version_1_55_0.html 2013-11-04 02:48:48 EST (Mon, 04 Nov 2013) (r86559)
@@ -40,7 +40,7 @@
               "news-title">Version 1.55.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">
@@ -50,7 +50,7 @@
   <div id="version_1_55_0.news">
     <h3><span class="link">News</span></h3>
     <p>
- Support was removed from Config for some
+ Support was removed from Config for some
       very old versions of compilers. The new minimum requirements are:
     </p>
     <ul>
@@ -106,7 +106,7 @@
     <ul>
       <li>
         <div>
- <span class="library">Predef:</span> This library defines a
+ <span class="library">Predef:</span> This library defines a
           set of compiler, architecture, operating system, library, and other version
           numbers from the information it can gather of C, C++, Objective C, and
           Objective C++ predefined macros or those defined in generally available
@@ -120,7 +120,7 @@
     <ul>
       <li>
         <div>
- <span class="library">Accumulators:</span>
+ <span class="library">Accumulators:</span>
           <ul>
             <li>
               <div>
@@ -143,7 +143,7 @@
       </li>
       <li>
         <div>
- <span class="library">Any:</span>
+ <span class="library">Any:</span>
           <ul>
             <li>
               <div>
@@ -162,12 +162,17 @@
                 Added missing <code><span class="identifier">BOOST_NOEXCEPT</span></code>.
               </div>
             </li>
+ <li>
+ <div>
+ Fixed issue with const rvalues #9215.
+ </div>
+ </li>
           </ul>
         </div>
       </li>
       <li>
         <div>
- <span class="library">Asio:</span>
+ <span class="library">Asio:</span>
           <ul>
             <li>
               <div>
@@ -333,7 +338,7 @@
       </li>
       <li>
         <div>
- <span class="library">Atomic:</span>
+ <span class="library">Atomic:</span>
           <ul>
             <li>
               <div>
@@ -395,7 +400,7 @@
       </li>
       <li>
         <div>
- <span class="library">Chrono:</span>
+ <span class="library">Chrono:</span>
           <ul>
             <li>
               <div>
@@ -428,7 +433,7 @@
       </li>
       <li>
         <div>
- <span class="library">Circular Buffer:</span>
+ <span class="library">Circular Buffer:</span>
           <ul>
             <li>
               <div>
@@ -469,7 +474,7 @@
       </li>
       <li>
         <div>
- <span class="library">Config:</span>
+ <span class="library">Config:</span>
           <ul>
             <li>
               <div>
@@ -507,7 +512,7 @@
       </li>
       <li>
         <div>
- <span class="library">Container:</span>
+ <span class="library">Container:</span>
           <ul>
             <li>
               <div>
@@ -531,7 +536,7 @@
       </li>
       <li>
         <div>
- <span class="library">Context:</span>
+ <span class="library">Context:</span>
           <ul>
             <li>
               <div>
@@ -544,7 +549,7 @@
       </li>
       <li>
         <div>
- <span class="library">Coroutine:</span>
+ <span class="library">Coroutine:</span>
           <ul>
             <li>
               <div>
@@ -568,7 +573,7 @@
       </li>
       <li>
         <div>
- <span class="library">Filesystem:</span>
+ <span class="library">Filesystem:</span>
           <ul>
             <li>
               <div>
@@ -580,7 +585,7 @@
       </li>
       <li>
         <div>
- <span class="library">Fusion:</span>
+ <span class="library">Fusion:</span>
           <ul>
             <li>
               <div>
@@ -593,7 +598,7 @@
       </li>
       <li>
         <div>
- <span class="library">Geometry:</span>
+ <span class="library">Geometry:</span>
           <ul>
             <li>
               <div>
@@ -700,7 +705,7 @@
       </li>
       <li>
         <div>
- <span class="library">Graph:</span>
+ <span class="library">Graph:</span>
           <ul>
             <li>
               <div>
@@ -761,7 +766,7 @@
       </li>
       <li>
         <div>
- <span class="library">Hash:</span>
+ <span class="library">Hash:</span>
           <ul>
             <li>
               <div>
@@ -779,7 +784,7 @@
       </li>
       <li>
         <div>
- <span class="library">Interprocess:</span>
+ <span class="library">Interprocess:</span>
           <ul>
             <li>
               <div>
@@ -797,7 +802,7 @@
       </li>
       <li>
         <div>
- <span class="library">Intrusive:</span>
+ <span class="library">Intrusive:</span>
           <ul>
             <li>
               <div>
@@ -835,7 +840,7 @@
       </li>
       <li>
         <div>
- <span class="library">Lexical cast:</span>
+ <span class="library">Lexical cast:</span>
           <ul>
             <li>
               <div>
@@ -861,7 +866,7 @@
       </li>
       <li>
         <div>
- <span class="library">Log:</span>
+ <span class="library">Log:</span>
           <ul>
             <li>
               <div>
@@ -929,7 +934,7 @@
             </li>
             <li>
               <div>
- See changelog
+ See changelog
                 for more details.
               </div>
             </li>
@@ -938,7 +943,7 @@
       </li>
       <li>
         <div>
- <span class="library">Math:</span>
+ <span class="library">Math:</span>
           <ul>
             <li>
               <div>
@@ -1010,12 +1015,18 @@
                 spurious over/underflow.
               </div>
             </li>
+ <li>
+ <div>
+ Add improvement to non-central chi squared distribution quantile
+ due to Thomas Luu.
+ </div>
+ </li>
           </ul>
         </div>
       </li>
       <li>
         <div>
- <span class="library">Move:</span>
+ <span class="library">Move:</span>
           <ul>
             <li>
               <div>
@@ -1031,7 +1042,7 @@
       </li>
       <li>
         <div>
- <span class="library">Meta State Machine:</span>
+ <span class="library">Meta State Machine:</span>
           <ul>
             <li>
               <div>
@@ -1049,7 +1060,7 @@
       </li>
       <li>
         <div>
- <span class="library">Multiprecision:</span>
+ <span class="library">Multiprecision:</span>
           <ul>
             <li>
               <div>
@@ -1106,7 +1117,7 @@
       </li>
       <li>
         <div>
- <span class="library">Multi-index Containers:</span>
+ <span class="library">Multi-index Containers:</span>
           <ul>
             <li>
               <div>
@@ -1145,7 +1156,7 @@
                 </li>
               </ul>
               <div>
- Refer to the <a href="/doc/libs/1_55_0b1/libs/multi_index/doc/compiler_specifics.html">compiler
+ Refer to the <a href="/doc/libs/1_55_0/libs/multi_index/doc/compiler_specifics.html">compiler
                 specifics</a> section for limitations on pre-C++11 compilers.
               </div>
             </li>
@@ -1155,37 +1166,37 @@
                 <ul>
                   <li>
                     <div>
- member_offset,
+ member_offset,
                     </div>
                   </li>
                   <li>
                     <div>
- const_mem_fun_explicit,
+ const_mem_fun_explicit,
                     </div>
                   </li>
                   <li>
                     <div>
- mem_fun_explicit,
+ mem_fun_explicit,
                     </div>
                   </li>
                   <li>
                     <div>
- composite_key_result_equal_to,
+ composite_key_result_equal_to,
                     </div>
                   </li>
                   <li>
                     <div>
- composite_key_result_less,
+ composite_key_result_less,
                     </div>
                   </li>
                   <li>
                     <div>
- composite_key_result_greater,
+ composite_key_result_greater,
                     </div>
                   </li>
                   <li>
                     <div>
- composite_key_result_hash.
+ composite_key_result_hash.
                     </div>
                   </li>
                 </ul>
@@ -1201,7 +1212,7 @@
       </li>
       <li>
         <div>
- <span class="library">MPI:</span>
+ <span class="library">MPI:</span>
           <ul>
             <li>
               <div>
@@ -1223,7 +1234,7 @@
       </li>
       <li>
         <div>
- <span class="library">Phoenix:</span>
+ <span class="library">Phoenix:</span>
           <ul>
             <li>
               <div>
@@ -1236,7 +1247,31 @@
       </li>
       <li>
         <div>
- <span class="library">PropertyMap:</span>
+ <span class="library">Polygon:</span>
+ <ul>
+ <li>
+ <div>
+ Updated CGAL part of the Voronoi benchmark with patches from Sebastien
+ Loriot. Updated documentation.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added polygon decomposition capability to polygon_90_set_data container
+ (patch from Intel). Updated documentation.
+ </div>
+ </li>
+ <li>
+ <div>
+ Bugs fixed from Trac: #8197.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">PropertyMap:</span>
           <ul>
             <li>
               <div>
@@ -1280,7 +1315,7 @@
       </li>
       <li>
         <div>
- <span class="library">Rational:</span>
+ <span class="library">Rational:</span>
           <ul>
             <li>
               <div>
@@ -1302,7 +1337,7 @@
       </li>
       <li>
         <div>
- <span class="library">SmartPtr:</span>
+ <span class="library">SmartPtr:</span>
           <ul>
             <li>
               <div>
@@ -1315,7 +1350,7 @@
       </li>
       <li>
         <div>
- <span class="library">Thread:</span>
+ <span class="library">Thread:</span>
           <ul>
             <li>
               <div>
@@ -1461,7 +1496,7 @@
       </li>
       <li>
         <div>
- <span class="library">Timer:</span>
+ <span class="library">Timer:</span>
           <ul>
             <li>
               <div>
@@ -1473,7 +1508,7 @@
       </li>
       <li>
         <div>
- <span class="library">Type Traits:</span>
+ <span class="library">Type Traits:</span>
           <ul>
             <li>
               <div>
@@ -1486,7 +1521,7 @@
       </li>
       <li>
         <div>
- <span class="library">Unordered:</span>
+ <span class="library">Unordered:</span>
           <ul>
             <li>
               <div>
@@ -1503,7 +1538,7 @@
       </li>
       <li>
         <div>
- <span class="library">Utility:</span>
+ <span class="library">Utility:</span>
           <ul>
             <li>
               <div>
@@ -1535,7 +1570,7 @@
       </li>
       <li>
         <div>
- <span class="library">Variant:</span>
+ <span class="library">Variant:</span>
           <ul>
             <li>
               <div>
@@ -1570,11 +1605,11 @@
       </li>
       <li>
         <div>
- <span class="library">Wave:</span>
+ <span class="library">Wave:</span>
           <ul>
             <li>
               <div>
- See the Changelog for details.
+ See the Changelog for details.
               </div>
             </li>
           </ul>
@@ -1582,7 +1617,7 @@
       </li>
       <li>
         <div>
- <span class="library">xpressive:</span>
+ <span class="library">xpressive:</span>
           <ul>
             <li>
               <div>
@@ -1619,7 +1654,7 @@
           <ul>
             <li>
               <div>
- Quickbook 1.6 finalized, see the <a href="/doc/libs/1_55_0b1/doc/html/quickbook/versions.html#language_versions.1_6">Quickbook
+ Quickbook 1.6 finalized, see the <a href="/doc/libs/1_55_0/doc/html/quickbook/versions.html#language_versions.1_6">Quickbook
                 documentation for details</a>.
               </div>
             </li>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk