Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86096 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2013-10-01 01:02:06


Author: danieljames
Date: 2013-10-01 01:02:05 EDT (Tue, 01 Oct 2013)
New Revision: 86096
URL: http://svn.boost.org/trac/boost/changeset/86096

Log:
Release notes from Antony Polukhin and John Maddock

Text files modified:
   website/public_html/live/feed/history/boost_1_55_0.qbk | 92 +++++++++++++
   website/public_html/live/generated/dev.rss | 276 +++++++++++++++++++++++++++++++++++++++
   website/public_html/live/generated/state/feed-pages.txt | 4
   website/public_html/live/generated/state/rss-items.txt | 278 +++++++++++++++++++++++++++++++++++++++
   website/public_html/live/users/history/version_1_55_0.html | 276 +++++++++++++++++++++++++++++++++++++++
   5 files changed, 923 insertions(+), 3 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_55_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_55_0.qbk Tue Oct 1 00:55:02 2013 (r86095)
+++ website/public_html/live/feed/history/boost_1_55_0.qbk 2013-10-01 01:02:05 EDT (Tue, 01 Oct 2013) (r86096)
@@ -67,6 +67,11 @@
   * [ticket 8850] Fix MSVC warnings.
   * [ticket 8262] Rename `average` to `fdiv`.
 
+* [phrase library..[@/libs/any/ Any]:]
+ * `boost::bad_any_cast` exception is now visible across modules [ticket 8751].
+ * Added `clear()` member function.
+ * Added missing `BOOST_NOEXCEPT`.
+
 * [phrase library..[@/libs/asio/ Asio]:]
   * Implemented a limited port to Windows Runtime. This support requires that the
     language extensions be enabled. Due to the restricted facilities exposed by
@@ -121,6 +126,13 @@
     (including [ticket 8347], [ticket 8950], [ticket 8953], [ticket 8965],
     [ticket 8997]).
 
+* [phrase library..[@/libs/circular_buffer/ Circular Buffer]:]
+ * Added support for rvalue references and rvalue references emulation
+ using Boost.Move. Values are moved only if value type has noexcept move
+ constructor and noexcept move assignment operator [ticket 7888]. Now
+ Circular Buffer is usable with move-only types.
+ * Much better documentation.
+
 * [phrase library..[@/libs/container/ Container]:]
   * Implemented [link container.main_features.scary_iterators SCARY iterators].
   * Fixed bugs [@https://svn.boost.org/trac/boost/ticket/8269 #8269],
@@ -139,6 +151,9 @@
   * [@http://svn.boost.org/trac/boost/ticket/8782 #8782] no best alternative
   * [@http://svn.boost.org/trac/boost/ticket/8801 #8801] auto-linking
 
+* [phrase library..[@/libs/filesystem/ Filesystem]:]
+ * Fixed Android compilation [ticket 8706].
+
 * [phrase library..[@/libs/fusion/ Fusion]:]
   * [ticket 8759] specialization of `convert_impl` for `map_tag`
 
@@ -185,6 +200,14 @@
      to half in MSVC compilers in Debug mode. Toolchains without Identical COMDAT Folding (ICF) should notice size improvements.
   * Implemented [link intrusive.scary_iterators SCARY iterators].
 
+* [phrase library..[@/libs/conversion/lexical_cast.htm Lexical cast]:]
+ * `std::bad_alloc` exceptions are now are not converted to
+ `boost::bad_lexical_cast` [ticket 8966].
+ * Added static assert that checks for `std::numeric_limits`
+ specializations if they are required for conversion. Use `BOOST_HAS_INT128`
+ for detecting 128 bit integers support [ticket 8790].
+ * Documentation improved and more usage examples added.
+
 * [phrase library..[@/libs/log/ Log]:]
   * General changes:
     * Added a new configuration macro `BOOST_LOG_WITHOUT_DEFAULT_FACTORIES`. By defining this macro the user can disable compilation of the default filter and formatter factories used by settings parsers. This can substantially reduce binary sizes while still retaining support for settings parsers.
@@ -197,6 +220,38 @@
     * Closed tickets: [ticket 8815], [ticket 8819], [ticket 8915], [ticket 8917], [ticket 9139], [ticket 9140], [ticket 9153], [ticket 9155].
   * See [@/libs/log/doc/html/log/changelog.html changelog] for more details.
 
+* [phrase library..[@/libs/math/ Math]:]
+ * Suppress numerous warnings (mostly from GCC-4.8 and MSVC)
+ [@https://svn.boost.org/trac/boost/ticket/8384 #8384],
+ [@https://svn.boost.org/trac/boost/ticket/8855 #8855],
+ [@https://svn.boost.org/trac/boost/ticket/9107 #9107],
+ [@https://svn.boost.org/trac/boost/ticket/9109 #9109]..
+ * Fixed PGI compilation issue
+ [@https://svn.boost.org/trac/boost/ticket/8333 #8333].
+ * Fixed PGI constant value initialization issue that caused erf to generate
+ incorrect results [@https://svn.boost.org/trac/boost/ticket/8621 #8621].
+ * Prevent macro expansion of some C99 macros that are also C++ functions
+ [@https://svn.boost.org/trac/boost/ticket/8732 #8732] and
+ [@https://svn.boost.org/trac/boost/ticket/8733 #8733]..
+ * Fixed Student's T distribution to behave correctly with huge degrees of
+ freedom (larger than the largest representable integer)
+ [@https://svn.boost.org/trac/boost/ticket/8837 #8837].
+ * Make some core functions usable with `long double` even when the platform
+ has no standard library `long double` support
+ [@https://svn.boost.org/trac/boost/ticket/8940 #8940].
+ * Fix error handling of distributions to catch invalid scale and location
+ parameters when the random variable is infinite
+ [@https://svn.boost.org/trac/boost/ticket/9042 #9042] and
+ [@https://svn.boost.org/trac/boost/ticket/9126 #9126].
+ * Add workaround for broken <tuple> in Intel C++ 14
+ [@https://svn.boost.org/trac/boost/ticket/9087 #9087].
+ * Improve consistency of argument reduction in the elliptic integrals
+ [@https://svn.boost.org/trac/boost/ticket/9104 #9104].
+ * Fix bug in inverse incomplete beta that results in cancellation errors when
+ 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.
+
 * [phrase library..[@/libs/move/ Move]:]
   * Fixed bugs [@https://svn.boost.org/trac/boost/ticket/7952 #7952],
                  [@https://svn.boost.org/trac/boost/ticket/8764 #8764],
@@ -204,6 +259,27 @@
                  [@https://svn.boost.org/trac/boost/ticket/8842 #8842],
                  [@https://svn.boost.org/trac/boost/ticket/8979 #8979].
 
+* [phrase library..[@/libs/multiprecision/ Multiprecision]:]
+ * Added support for Boost.Serialization.
+ * Suppressed some GCC warnings. See
+ [@https://svn.boost.org/trac/boost/ticket/8872 8872].
+ * Fixed bug in pow for large integer arguments. See
+ [@https://svn.boost.org/trac/boost/ticket/8809 8809].
+ * Fixed bug in pow for calculation of 0[super N]. See
+ [@https://svn.boost.org/trac/boost/ticket/8798 8798].
+ * Fixed bug in fixed precision cpp_int IO code that causes conversion to
+ string to fail when the bit count is very small (less than CHAR_BIT). See
+ [@https://svn.boost.org/trac/boost/ticket/8745 8745].
+ * Fixed bug in cpp_int that causes left shift to fail when a fixed precision
+ type would overflow. See
+ [@https://svn.boost.org/trac/boost/ticket/8741 8741].
+ * Fixed some cosmetic warnings from cpp_int. See
+ [@https://svn.boost.org/trac/boost/ticket/8748 8748].
+ * Fixed calls to functions which are required to be macros in C99. See
+ [@https://svn.boost.org/trac/boost/ticket/8732 8732].
+ * Fixed bug that causes construction from INT_MIN, LONG_MIN etc to fail in
+ cpp_int. See [@https://svn.boost.org/trac/boost/ticket/8711 8711].
+
 * [phrase library..[@/libs/multi_index/index.html Multi-index Containers]:]
   * Boost.MultiIndex has been brought to a higher level of compliance with C++11.
     * `multi_index_container` is now efficiently movable.
@@ -258,6 +334,22 @@
     `<boost/property_map/property_map.hpp>` that can be un-commented to find
     deprecated uses of pointers in user code.
 
+* [phrase library..[@/libs/timer/ Timer]:]
+ * Fixed compilation on Intel compiler [ticket 8956].
+
+* [phrase library..[@/libs/type_traits/ Type Traits]:]
+ * Added `is_copy_contructible` trait [ticket 8802].
+
+* [phrase library..[@/libs/variant/ Variant]:]
+ * Fixed compilation of constructor and assignment operator with const
+ rvalues input parameters [ticket 8988].
+ * Fixed compilation of move assignment operator for situations when one
+ of the variant template classes has nothrow copy constructor and throwing
+ move constructor [ticket 8772].
+ * Fix compilation on exception-disabled environments [ticket 8717].
+ * Fix unreachable code warnings [ticket 8665].
+ * Removed duplicate code [ticket 7601].
+
 * [phrase library..[@/libs/wave/ Wave]:]
   * See the [@/libs/wave/ChangeLog Changelog] for details.
 

Modified: website/public_html/live/generated/dev.rss
==============================================================================
--- website/public_html/live/generated/dev.rss Tue Oct 1 00:55:02 2013 (r86095)
+++ website/public_html/live/generated/dev.rss 2013-10-01 01:02:05 EDT (Tue, 01 Oct 2013) (r86096)
@@ -52,6 +52,30 @@
       &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/any/&quot;&gt;Any&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &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;bad_any_cast&lt;/span&gt;&lt;/code&gt; exception is now visible
+ across modules &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8751&quot;&gt;#8751&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Added &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;clear&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
+ member function.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ 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;/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/libs/asio/&quot;&gt;Asio&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
@@ -218,6 +242,26 @@
       &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/circular_buffer/&quot;&gt;Circular Buffer&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Added support for rvalue references and rvalue references emulation
+ using Boost.Move. Values are moved only if value type has noexcept
+ move constructor and noexcept move assignment operator &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7888&quot;&gt;#7888&lt;/a&gt;.
+ Now Circular Buffer is usable with move-only types.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Much better documentation.
+ &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/libs/container/&quot;&gt;Container&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
@@ -279,6 +323,18 @@
       &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/filesystem/&quot;&gt;Filesystem&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed Android compilation &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8706&quot;&gt;#8706&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/libs/fusion/&quot;&gt;Fusion&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
@@ -409,6 +465,32 @@
       &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;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &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;bad_alloc&lt;/span&gt;&lt;/code&gt; exceptions are now are
+ not converted to &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;bad_lexical_cast&lt;/span&gt;&lt;/code&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8966&quot;&gt;#8966&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Added static assert that checks for &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;numeric_limits&lt;/span&gt;&lt;/code&gt;
+ specializations if they are required for conversion. Use &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_HAS_INT128&lt;/span&gt;&lt;/code&gt; for detecting
+ 128 bit integers support &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8790&quot;&gt;#8790&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Documentation improved and more usage examples added.
+ &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/libs/log/&quot;&gt;Log&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
@@ -486,6 +568,83 @@
       &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/math/&quot;&gt;Math&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Suppress numerous warnings (mostly from GCC-4.8 and MSVC) &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8384&quot;&gt;#8384&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8855&quot;&gt;#8855&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/9107&quot;&gt;#9107&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/9109&quot;&gt;#9109&lt;/a&gt;..
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed PGI compilation issue &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8333&quot;&gt;#8333&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed PGI constant value initialization issue that caused erf to
+ generate incorrect results &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8621&quot;&gt;#8621&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Prevent macro expansion of some C99 macros that are also C++ functions
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8732&quot;&gt;#8732&lt;/a&gt;
+ and &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8733&quot;&gt;#8733&lt;/a&gt;..
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed Student's T distribution to behave correctly with huge degrees
+ of freedom (larger than the largest representable integer) &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8837&quot;&gt;#8837&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Make some core functions usable with &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; even when the platform
+ has no standard library &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; support &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8940&quot;&gt;#8940&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fix error handling of distributions to catch invalid scale and location
+ parameters when the random variable is infinite &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/9042&quot;&gt;#9042&lt;/a&gt;
+ and &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/9126&quot;&gt;#9126&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Add workaround for broken &amp;lt;tuple&amp;gt; in Intel C++ 14 &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/9087&quot;&gt;#9087&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Improve consistency of argument reduction in the elliptic integrals
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/9104&quot;&gt;#9104&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fix bug in inverse incomplete beta that results in cancellation errors
+ when the beta function is really an arcsine or Student's T distribution.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fix issue in Bessel I and K function continued fractions that causes
+ spurious over/underflow.
+ &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/libs/move/&quot;&gt;Move&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
@@ -502,6 +661,63 @@
       &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/multiprecision/&quot;&gt;Multiprecision&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Added support for Boost.Serialization.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Suppressed some GCC warnings. See &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8872&quot;&gt;8872&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed bug in pow for large integer arguments. See &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8809&quot;&gt;8809&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed bug in pow for calculation of 0[super N]. See &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8798&quot;&gt;8798&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed bug in fixed precision cpp_int IO code that causes conversion
+ to string to fail when the bit count is very small (less than CHAR_BIT).
+ See &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8745&quot;&gt;8745&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed bug in cpp_int that causes left shift to fail when a fixed
+ precision type would overflow. See &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8741&quot;&gt;8741&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed some cosmetic warnings from cpp_int. See &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8748&quot;&gt;8748&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed calls to functions which are required to be macros in C99.
+ See &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8732&quot;&gt;8732&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed bug that causes construction from INT_MIN, LONG_MIN etc to
+ fail in cpp_int. See &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8711&quot;&gt;8711&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/libs/multi_index/index.html&quot;&gt;Multi-index Containers&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
@@ -647,6 +863,66 @@
       &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/timer/&quot;&gt;Timer&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed compilation on Intel compiler &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8956&quot;&gt;#8956&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/libs/type_traits/&quot;&gt;Type Traits&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Added &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;is_copy_contructible&lt;/span&gt;&lt;/code&gt;
+ trait &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8802&quot;&gt;#8802&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/libs/variant/&quot;&gt;Variant&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed compilation of constructor and assignment operator with const
+ rvalues input parameters &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8988&quot;&gt;#8988&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed compilation of move assignment operator for situations when
+ one of the variant template classes has nothrow copy constructor
+ and throwing move constructor &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8772&quot;&gt;#8772&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fix compilation on exception-disabled environments &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8717&quot;&gt;#8717&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fix unreachable code warnings &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8665&quot;&gt;#8665&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Removed duplicate code &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7601&quot;&gt;#7601&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/libs/wave/&quot;&gt;Wave&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;

Modified: website/public_html/live/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/live/generated/state/feed-pages.txt Tue Oct 1 00:55:02 2013 (r86095)
+++ website/public_html/live/generated/state/feed-pages.txt 2013-10-01 01:02:05 EDT (Tue, 01 Oct 2013) (r86096)
@@ -2039,7 +2039,7 @@
 -id
 "version_1_55_0
 -last_modified
-.1380603227.55
+.1380603660.66
 -location
 "users/history/version_1_55_0.html
 -notice
@@ -2053,7 +2053,7 @@
 " Graph, Log, MultiIndex, PropertyMap, Wave.
 "
 -qbk_hash
-"8943f1a66a94c55a73f4b68136a94289a5d77b39ef5ea8a2dcd7e4e72765f417
+"bc30cd9e8291673aa94b743060f4bf067ed78682555fdcba03f34f0d24b500d6
 -release_status
 "dev
 -title

Modified: website/public_html/live/generated/state/rss-items.txt
==============================================================================
--- website/public_html/live/generated/state/rss-items.txt Tue Oct 1 00:55:02 2013 (r86095)
+++ website/public_html/live/generated/state/rss-items.txt 2013-10-01 01:02:05 EDT (Tue, 01 Oct 2013) (r86096)
@@ -20374,6 +20374,30 @@
 " &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/any/&quot;&gt;Any&lt;/a&gt;:&lt;/span&gt;
+" &lt;ul&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" &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;bad_any_cast&lt;/span&gt;&lt;/code&gt; exception is now visible
+" across modules &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8751&quot;&gt;#8751&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Added &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;clear&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
+" member function.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" 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;/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/libs/asio/&quot;&gt;Asio&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
@@ -20540,6 +20564,26 @@
 " &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/circular_buffer/&quot;&gt;Circular Buffer&lt;/a&gt;:&lt;/span&gt;
+" &lt;ul&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Added support for rvalue references and rvalue references emulation
+" using Boost.Move. Values are moved only if value type has noexcept
+" move constructor and noexcept move assignment operator &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7888&quot;&gt;#7888&lt;/a&gt;.
+" Now Circular Buffer is usable with move-only types.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Much better documentation.
+" &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/libs/container/&quot;&gt;Container&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
@@ -20601,6 +20645,18 @@
 " &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/filesystem/&quot;&gt;Filesystem&lt;/a&gt;:&lt;/span&gt;
+" &lt;ul&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fixed Android compilation &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8706&quot;&gt;#8706&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/libs/fusion/&quot;&gt;Fusion&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
@@ -20731,6 +20787,32 @@
 " &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;ul&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" &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;bad_alloc&lt;/span&gt;&lt;/code&gt; exceptions are now are
+" not converted to &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;bad_lexical_cast&lt;/span&gt;&lt;/code&gt;
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8966&quot;&gt;#8966&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Added static assert that checks for &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;numeric_limits&lt;/span&gt;&lt;/code&gt;
+" specializations if they are required for conversion. Use &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_HAS_INT128&lt;/span&gt;&lt;/code&gt; for detecting
+" 128 bit integers support &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8790&quot;&gt;#8790&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Documentation improved and more usage examples added.
+" &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/libs/log/&quot;&gt;Log&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
@@ -20808,6 +20890,83 @@
 " &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/math/&quot;&gt;Math&lt;/a&gt;:&lt;/span&gt;
+" &lt;ul&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Suppress numerous warnings (mostly from GCC-4.8 and MSVC) &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8384&quot;&gt;#8384&lt;/a&gt;,
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8855&quot;&gt;#8855&lt;/a&gt;,
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/9107&quot;&gt;#9107&lt;/a&gt;,
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/9109&quot;&gt;#9109&lt;/a&gt;..
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fixed PGI compilation issue &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8333&quot;&gt;#8333&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fixed PGI constant value initialization issue that caused erf to
+" generate incorrect results &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8621&quot;&gt;#8621&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Prevent macro expansion of some C99 macros that are also C++ functions
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8732&quot;&gt;#8732&lt;/a&gt;
+" and &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8733&quot;&gt;#8733&lt;/a&gt;..
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fixed Student's T distribution to behave correctly with huge degrees
+" of freedom (larger than the largest representable integer) &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8837&quot;&gt;#8837&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Make some core functions usable with &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; even when the platform
+" has no standard library &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; support &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8940&quot;&gt;#8940&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fix error handling of distributions to catch invalid scale and location
+" parameters when the random variable is infinite &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/9042&quot;&gt;#9042&lt;/a&gt;
+" and &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/9126&quot;&gt;#9126&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Add workaround for broken &amp;lt;tuple&amp;gt; in Intel C++ 14 &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/9087&quot;&gt;#9087&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Improve consistency of argument reduction in the elliptic integrals
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/9104&quot;&gt;#9104&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fix bug in inverse incomplete beta that results in cancellation errors
+" when the beta function is really an arcsine or Student's T distribution.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fix issue in Bessel I and K function continued fractions that causes
+" spurious over/underflow.
+" &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/libs/move/&quot;&gt;Move&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
@@ -20824,6 +20983,63 @@
 " &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/multiprecision/&quot;&gt;Multiprecision&lt;/a&gt;:&lt;/span&gt;
+" &lt;ul&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Added support for Boost.Serialization.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Suppressed some GCC warnings. See &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8872&quot;&gt;8872&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fixed bug in pow for large integer arguments. See &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8809&quot;&gt;8809&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fixed bug in pow for calculation of 0[super N]. See &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8798&quot;&gt;8798&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fixed bug in fixed precision cpp_int IO code that causes conversion
+" to string to fail when the bit count is very small (less than CHAR_BIT).
+" See &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8745&quot;&gt;8745&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fixed bug in cpp_int that causes left shift to fail when a fixed
+" precision type would overflow. See &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8741&quot;&gt;8741&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fixed some cosmetic warnings from cpp_int. See &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8748&quot;&gt;8748&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fixed calls to functions which are required to be macros in C99.
+" See &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8732&quot;&gt;8732&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fixed bug that causes construction from INT_MIN, LONG_MIN etc to
+" fail in cpp_int. See &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8711&quot;&gt;8711&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/libs/multi_index/index.html&quot;&gt;Multi-index Containers&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
@@ -20969,6 +21185,66 @@
 " &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/timer/&quot;&gt;Timer&lt;/a&gt;:&lt;/span&gt;
+" &lt;ul&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fixed compilation on Intel compiler &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8956&quot;&gt;#8956&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/libs/type_traits/&quot;&gt;Type Traits&lt;/a&gt;:&lt;/span&gt;
+" &lt;ul&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Added &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;is_copy_contructible&lt;/span&gt;&lt;/code&gt;
+" trait &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8802&quot;&gt;#8802&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/libs/variant/&quot;&gt;Variant&lt;/a&gt;:&lt;/span&gt;
+" &lt;ul&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fixed compilation of constructor and assignment operator with const
+" rvalues input parameters &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8988&quot;&gt;#8988&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fixed compilation of move assignment operator for situations when
+" one of the variant template classes has nothrow copy constructor
+" and throwing move constructor &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8772&quot;&gt;#8772&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fix compilation on exception-disabled environments &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8717&quot;&gt;#8717&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fix unreachable code warnings &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8665&quot;&gt;#8665&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Removed duplicate code &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7601&quot;&gt;#7601&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/libs/wave/&quot;&gt;Wave&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
@@ -21040,7 +21316,7 @@
 " &lt;/div&gt;
 "</description></item>
 -last_modified
-.1380603227.55
+.1380603660.66
 -quickbook
 "feed/history/boost_1_55_0.qbk
 )

Modified: website/public_html/live/users/history/version_1_55_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_55_0.html Tue Oct 1 00:55:02 2013 (r86095)
+++ website/public_html/live/users/history/version_1_55_0.html 2013-10-01 01:02:05 EDT (Tue, 01 Oct 2013) (r86096)
@@ -88,6 +88,30 @@
       </li>
       <li>
         <div>
+ <span class="library">Any:</span>
+ <ul>
+ <li>
+ <div>
+ <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">bad_any_cast</span></code> exception is now visible
+ across modules #8751.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added <code><span class="identifier">clear</span><span class="special">()</span></code>
+ member function.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added missing <code><span class="identifier">BOOST_NOEXCEPT</span></code>.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Asio:</span>
           <ul>
             <li>
@@ -254,6 +278,26 @@
       </li>
       <li>
         <div>
+ <span class="library">Circular Buffer:</span>
+ <ul>
+ <li>
+ <div>
+ Added support for rvalue references and rvalue references emulation
+ using Boost.Move. Values are moved only if value type has noexcept
+ move constructor and noexcept move assignment operator #7888.
+ Now Circular Buffer is usable with move-only types.
+ </div>
+ </li>
+ <li>
+ <div>
+ Much better documentation.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Container:</span>
           <ul>
             <li>
@@ -315,6 +359,18 @@
       </li>
       <li>
         <div>
+ <span class="library">Filesystem:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed Android compilation #8706.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Fusion:</span>
           <ul>
             <li>
@@ -445,6 +501,32 @@
       </li>
       <li>
         <div>
+ <span class="library">Lexical cast:</span>
+ <ul>
+ <li>
+ <div>
+ <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">bad_alloc</span></code> exceptions are now are
+ not converted to <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">bad_lexical_cast</span></code>
+ #8966.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added static assert that checks for <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">numeric_limits</span></code>
+ specializations if they are required for conversion. Use <code><span class="identifier">BOOST_HAS_INT128</span></code> for detecting
+ 128 bit integers support #8790.
+ </div>
+ </li>
+ <li>
+ <div>
+ Documentation improved and more usage examples added.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Log:</span>
           <ul>
             <li>
@@ -522,6 +604,83 @@
       </li>
       <li>
         <div>
+ <span class="library">Math:</span>
+ <ul>
+ <li>
+ <div>
+ Suppress numerous warnings (mostly from GCC-4.8 and MSVC) #8384,
+ #8855,
+ #9107,
+ #9109..
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed PGI compilation issue #8333.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed PGI constant value initialization issue that caused erf to
+ generate incorrect results #8621.
+ </div>
+ </li>
+ <li>
+ <div>
+ Prevent macro expansion of some C99 macros that are also C++ functions
+ #8732
+ and #8733..
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed Student's T distribution to behave correctly with huge degrees
+ of freedom (larger than the largest representable integer) #8837.
+ </div>
+ </li>
+ <li>
+ <div>
+ Make some core functions usable with <code><span class="keyword">long</span>
+ <span class="keyword">double</span></code> even when the platform
+ has no standard library <code><span class="keyword">long</span>
+ <span class="keyword">double</span></code> support #8940.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fix error handling of distributions to catch invalid scale and location
+ parameters when the random variable is infinite #9042
+ and #9126.
+ </div>
+ </li>
+ <li>
+ <div>
+ Add workaround for broken &lt;tuple&gt; in Intel C++ 14 #9087.
+ </div>
+ </li>
+ <li>
+ <div>
+ Improve consistency of argument reduction in the elliptic integrals
+ #9104.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fix bug in inverse incomplete beta that results in cancellation errors
+ when the beta function is really an arcsine or Student's T distribution.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fix issue in Bessel I and K function continued fractions that causes
+ spurious over/underflow.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Move:</span>
           <ul>
             <li>
@@ -538,6 +697,63 @@
       </li>
       <li>
         <div>
+ <span class="library">Multiprecision:</span>
+ <ul>
+ <li>
+ <div>
+ Added support for Boost.Serialization.
+ </div>
+ </li>
+ <li>
+ <div>
+ Suppressed some GCC warnings. See 8872.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed bug in pow for large integer arguments. See 8809.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed bug in pow for calculation of 0[super N]. See 8798.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed bug in fixed precision cpp_int IO code that causes conversion
+ to string to fail when the bit count is very small (less than CHAR_BIT).
+ See 8745.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed bug in cpp_int that causes left shift to fail when a fixed
+ precision type would overflow. See 8741.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed some cosmetic warnings from cpp_int. See 8748.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed calls to functions which are required to be macros in C99.
+ See 8732.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed bug that causes construction from INT_MIN, LONG_MIN etc to
+ fail in cpp_int. See 8711.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Multi-index Containers:</span>
           <ul>
             <li>
@@ -683,6 +899,66 @@
       </li>
       <li>
         <div>
+ <span class="library">Timer:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed compilation on Intel compiler #8956.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Type Traits:</span>
+ <ul>
+ <li>
+ <div>
+ Added <code><span class="identifier">is_copy_contructible</span></code>
+ trait #8802.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Variant:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed compilation of constructor and assignment operator with const
+ rvalues input parameters #8988.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed compilation of move assignment operator for situations when
+ one of the variant template classes has nothrow copy constructor
+ and throwing move constructor #8772.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fix compilation on exception-disabled environments #8717.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fix unreachable code warnings #8665.
+ </div>
+ </li>
+ <li>
+ <div>
+ Removed duplicate code #7601.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Wave:</span>
           <ul>
             <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