Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84671 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2013-06-07 04:20:48


Author: danieljames
Date: 2013-06-07 04:20:48 EDT (Fri, 07 Jun 2013)
New Revision: 84671
URL: http://svn.boost.org/trac/boost/changeset/84671

Log:
Ion's release notes.

Text files modified:
   website/public_html/live/feed/history/boost_1_54_0.qbk | 40 ++++++++++++++-
   website/public_html/live/generated/dev.rss | 97 +++++++++++++++++++++++++++++++++++++++
   website/public_html/live/generated/download-items.html | 7 +-
   website/public_html/live/generated/state/feed-pages.txt | 11 ++--
   website/public_html/live/generated/state/rss-items.txt | 99 +++++++++++++++++++++++++++++++++++++++
   website/public_html/live/users/history/version_1_54_0.html | 98 +++++++++++++++++++++++++++++++++++++++
   6 files changed, 339 insertions(+), 13 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_54_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_54_0.qbk Thu Jun 6 22:41:25 2013 (r84670)
+++ website/public_html/live/feed/history/boost_1_54_0.qbk 2013-06-07 04:20:48 EDT (Fri, 07 Jun 2013) (r84671)
@@ -3,9 +3,9 @@
     [source-mode c++]
     [purpose
         New Libraries: Log, TTI, Type Erasure.
- Updated Libraries: Accumulators, Algorithm, Any, Asio, Chrono, Circular Buffer, Context,
- Coroutine, Geometry, Graph, Iostreams, Lexical Cast, Math, Multiprecision, Polygon, Property Map,
- Thread, Type Traits, Unordered, Utility, Variant, Wave, xpressive, uBLAS
+ Updated Libraries: Accumulators, Algorithm, Any, Asio, Chrono, Circular Buffer, Container, Context,
+ Coroutine, Geometry, Graph, Interprocess, Intrusive, Iostreams, Lexical Cast, Math, Move, Multiprecision, Polygon, Property Map,
+ Thread, Type Traits, uBLAS, Unordered, Utility, Variant, Wave, xpressive
     ]
     [authors [Clow, Marshall]]
     [last-revision ]
@@ -181,6 +181,16 @@
 * [phrase library..[@/libs/circular_buffer Circular Buffer]:]
   * Fixed warnings ([ticket 8032]).
 
+* [phrase library..[@/libs/container/ Container]:]
+ * Speed improvements in `vector` constructors/copy/move/swap, dispatching to memcpy when possible.
+ * Support for `BOOST_NO_EXCEPTIONS` [@https://svn.boost.org/trac/boost/ticket/7227 #7227].
+ * Fixed bugs [@https://svn.boost.org/trac/boost/ticket/7921 #7921],
+ [@https://svn.boost.org/trac/boost/ticket/7969 #7969],
+ [@https://svn.boost.org/trac/boost/ticket/8118 #8118],
+ [@https://svn.boost.org/trac/boost/ticket/8294 #8294],
+ [@https://svn.boost.org/trac/boost/ticket/8553 #8553].
+ * Added experimental `static_vector` class.
+
 * [phrase library..[@/libs/context/ Context]:]
   * Support for SPARC architecture added.
 
@@ -223,6 +233,26 @@
   * Added timeout support from Brammert Ottens to resource-constrained shortest paths (r_c_shortest_paths) algorithm.
   * Various fixes to documentation and examples and removal of outdated compiler workarounds.
 
+* [phrase library..[@/libs/interprocess/ Interprocess]:]
+ * Added support for platform-specific flags to mapped_region (ticket #8030)
+ * Fixed bugs [@https://svn.boost.org/trac/boost/ticket/7484 #7484],
+ [@https://svn.boost.org/trac/boost/ticket/7598 #7598],
+ [@https://svn.boost.org/trac/boost/ticket/7682 #7682],
+ [@https://svn.boost.org/trac/boost/ticket/7923 #7923],
+ [@https://svn.boost.org/trac/boost/ticket/7924 #7924],
+ [@https://svn.boost.org/trac/boost/ticket/7928 #7928],
+ [@https://svn.boost.org/trac/boost/ticket/7936 #7936],
+ [@https://svn.boost.org/trac/boost/ticket/8521 #8521],
+ [@https://svn.boost.org/trac/boost/ticket/8595 #8595].
+ * [*ABI breaking]: Changed bootstamp function in Windows to use EventLog service start time
+ as system bootup time. Previously used `LastBootupTime` from WMI was unstable with
+ time synchronization and hibernation and unusable in practice. If you really need
+ to obtain pre Boost 1.54 behaviour define `BOOST_INTERPROCESS_BOOTSTAMP_IS_LASTBOOTUPTIME`
+ from command line or `detail/workaround.hpp`.
+
+* [phrase library..[@/libs/intrusive/ Intrusive]:]
+ * Added `BOOST_NO_EXCEPTIONS` support (bug [@https://svn.boost.org/trac/boost/ticket/7849 #7849]).
+
 * [phrase library..[@/libs/iostreams/ Iostreams]:]
   * `tee` now works correctly for std::streams ([ticket 8315]).
   * Documentation fixes ([ticket 8385], [ticket 8460]).
@@ -257,6 +287,10 @@
     where the derivative is flatlining. Example is computing the quantile of the Fisher F distribution for probabilities
     smaller than machine epsilon. See ticket [@https://svn.boost.org/trac/boost/ticket/8314 #8314].
 
+* [phrase library..[@/libs/move/ Move]:]
+ * Fixed bugs [@https://svn.boost.org/trac/boost/ticket/7969 #7969]),
+ [@https://svn.boost.org/trac/boost/ticket/8231 #8231]).
+
 * [phrase library..[@/libs/multiprecision/ Multiprecision]:]
   * [*Breaking change] renamed `rational_adapter` to `rational_adaptor`.
   * Add support for [@http://perso.ens-lyon.fr/nathalie.revol/software.html MPFI].

Modified: website/public_html/live/generated/dev.rss
==============================================================================
--- website/public_html/live/generated/dev.rss Thu Jun 6 22:41:25 2013 (r84670)
+++ website/public_html/live/generated/dev.rss 2013-06-07 04:20:48 EDT (Fri, 07 Jun 2013) (r84671)
@@ -426,6 +426,40 @@
       </li>
       <li>
         <div>
+ <span class="library"><a href="http://www.boost.org/doc/libs/1_54_0_beta1/libs/container/">Container</a>:</span>
+ <ul>
+ <li>
+ <div>
+ Speed improvements in <code><span class="identifier">vector</span></code>
+ constructors/copy/move/swap, dispatching to memcpy when possible.
+ </div>
+ </li>
+ <li>
+ <div>
+ Support for <code><span class="identifier">BOOST_NO_EXCEPTIONS</span></code>
+ <a href="https://svn.boost.org/trac/boost/ticket/7227">#7227</a>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed bugs <a href="https://svn.boost.org/trac/boost/ticket/7921">#7921</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/7969">#7969</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/8118">#8118</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/8294">#8294</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/8553">#8553</a>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added experimental <code><span class="identifier">static_vector</span></code>
+ class.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library"><a href="http://www.boost.org/doc/libs/1_54_0_beta1/libs/context/">Context</a>:</span>
           <ul>
             <li>
@@ -663,6 +697,56 @@
       </li>
       <li>
         <div>
+ <span class="library"><a href="http://www.boost.org/doc/libs/1_54_0_beta1/libs/interprocess/">Interprocess</a>:</span>
+ <ul>
+ <li>
+ <div>
+ Added support for platform-specific flags to mapped_region (ticket
+ #8030)
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed bugs <a href="https://svn.boost.org/trac/boost/ticket/7484">#7484</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/7598">#7598</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/7682">#7682</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/7923">#7923</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/7924">#7924</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/7928">#7928</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/7936">#7936</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/8521">#8521</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/8595">#8595</a>.
+ </div>
+ </li>
+ <li>
+ <div>
+ <strong>ABI breaking</strong>: Changed bootstamp
+ function in Windows to use EventLog service start time as system
+ bootup time. Previously used <code><span class="identifier">LastBootupTime</span></code>
+ from WMI was unstable with time synchronization and hibernation and
+ unusable in practice. If you really need to obtain pre Boost 1.54
+ behaviour define <code><span class="identifier">BOOST_INTERPROCESS_BOOTSTAMP_IS_LASTBOOTUPTIME</span></code>
+ from command line or <code><span class="identifier">detail</span><span class="special">/</span><span class="identifier">workaround</span><span class="special">.</span><span class="identifier">hpp</span></code>.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="http://www.boost.org/doc/libs/1_54_0_beta1/libs/intrusive/">Intrusive</a>:</span>
+ <ul>
+ <li>
+ <div>
+ Added <code><span class="identifier">BOOST_NO_EXCEPTIONS</span></code>
+ support (bug <a href="https://svn.boost.org/trac/boost/ticket/7849">#7849</a>).
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library"><a href="http://www.boost.org/doc/libs/1_54_0_beta1/libs/iostreams/">Iostreams</a>:</span>
           <ul>
             <li>
@@ -805,6 +889,19 @@
       </li>
       <li>
         <div>
+ <span class="library"><a href="http://www.boost.org/doc/libs/1_54_0_beta1/libs/move/">Move</a>:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed bugs <a href="https://svn.boost.org/trac/boost/ticket/7969">#7969</a>),
+ <a href="https://svn.boost.org/trac/boost/ticket/8231">#8231</a>).
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library"><a href="http://www.boost.org/doc/libs/1_54_0_beta1/libs/multiprecision/">Multiprecision</a>:</span>
           <ul>
             <li>

Modified: website/public_html/live/generated/download-items.html
==============================================================================
--- website/public_html/live/generated/download-items.html Thu Jun 6 22:41:25 2013 (r84670)
+++ website/public_html/live/generated/download-items.html 2013-06-07 04:20:48 EDT (Fri, 07 Jun 2013) (r84671)
@@ -33,9 +33,10 @@
               <p class="news-description">
               <span class="brief"><span class="purpose">
       New Libraries: Log, TTI, Type Erasure. Updated Libraries: Accumulators, Algorithm,
- Any, Asio, Chrono, Circular Buffer, Context, Coroutine, Geometry, Graph, Iostreams,
- Lexical Cast, Math, Multiprecision, Polygon, Property Map, Thread, Type Traits,
- Unordered, Utility, Variant, Wave, xpressive, uBLAS
+ Any, Asio, Chrono, Circular Buffer, Container, Context, Coroutine, Geometry,
+ Graph, Interprocess, Intrusive, Iostreams, Lexical Cast, Math, Move, Multiprecision,
+ Polygon, Property Map, Thread, Type Traits, uBLAS, Unordered, Utility, Variant,
+ Wave, xpressive
 </span></span></p>
 
 <ul class="menu">

Modified: website/public_html/live/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/live/generated/state/feed-pages.txt Thu Jun 6 22:41:25 2013 (r84670)
+++ website/public_html/live/generated/state/feed-pages.txt 2013-06-07 04:20:48 EDT (Fri, 07 Jun 2013) (r84671)
@@ -2006,7 +2006,7 @@
 -id
 "version_1_54_0
 -last_modified
-.1370369698.55
+.1370593215.19
 -location
 "users/history/version_1_54_0.html
 -notice
@@ -2017,12 +2017,13 @@
 -purpose
 "
 " New Libraries: Log, TTI, Type Erasure. Updated Libraries: Accumulators, Algorithm,
-" Any, Asio, Chrono, Circular Buffer, Context, Coroutine, Geometry, Graph, Iostreams,
-" Lexical Cast, Math, Multiprecision, Polygon, Property Map, Thread, Type Traits,
-" Unordered, Utility, Variant, Wave, xpressive, uBLAS
+" Any, Asio, Chrono, Circular Buffer, Container, Context, Coroutine, Geometry,
+" Graph, Interprocess, Intrusive, Iostreams, Lexical Cast, Math, Move, Multiprecision,
+" Polygon, Property Map, Thread, Type Traits, uBLAS, Unordered, Utility, Variant,
+" Wave, xpressive
 "
 -qbk_hash
-"ea80b498f1914e86548f5042b33b3986d04e08fa0fcc21f399f26e1010eb5436
+"ce7ddec5e4701d16a62e4b27c3a7b843f7aca0df5a9701a639e69245ef5f16e0
 -release_status
 "beta
 -title

Modified: website/public_html/live/generated/state/rss-items.txt
==============================================================================
--- website/public_html/live/generated/state/rss-items.txt Thu Jun 6 22:41:25 2013 (r84670)
+++ website/public_html/live/generated/state/rss-items.txt 2013-06-07 04:20:48 EDT (Fri, 07 Jun 2013) (r84671)
@@ -19050,6 +19050,40 @@
 " &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_54_0_beta1/libs/container/&quot;&gt;Container&lt;/a&gt;:&lt;/span&gt;
+" &lt;ul&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Speed improvements in &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;vector&lt;/span&gt;&lt;/code&gt;
+" constructors/copy/move/swap, dispatching to memcpy when possible.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Support for &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_NO_EXCEPTIONS&lt;/span&gt;&lt;/code&gt;
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7227&quot;&gt;#7227&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fixed bugs &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7921&quot;&gt;#7921&lt;/a&gt;,
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7969&quot;&gt;#7969&lt;/a&gt;,
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8118&quot;&gt;#8118&lt;/a&gt;,
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8294&quot;&gt;#8294&lt;/a&gt;,
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8553&quot;&gt;#8553&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Added experimental &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;static_vector&lt;/span&gt;&lt;/code&gt;
+" class.
+" &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_54_0_beta1/libs/context/&quot;&gt;Context&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
@@ -19287,6 +19321,56 @@
 " &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_54_0_beta1/libs/interprocess/&quot;&gt;Interprocess&lt;/a&gt;:&lt;/span&gt;
+" &lt;ul&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Added support for platform-specific flags to mapped_region (ticket
+" #8030)
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fixed bugs &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7484&quot;&gt;#7484&lt;/a&gt;,
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7598&quot;&gt;#7598&lt;/a&gt;,
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7682&quot;&gt;#7682&lt;/a&gt;,
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7923&quot;&gt;#7923&lt;/a&gt;,
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7924&quot;&gt;#7924&lt;/a&gt;,
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7928&quot;&gt;#7928&lt;/a&gt;,
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7936&quot;&gt;#7936&lt;/a&gt;,
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8521&quot;&gt;#8521&lt;/a&gt;,
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8595&quot;&gt;#8595&lt;/a&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" &lt;strong&gt;ABI breaking&lt;/strong&gt;: Changed bootstamp
+" function in Windows to use EventLog service start time as system
+" bootup time. Previously used &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;LastBootupTime&lt;/span&gt;&lt;/code&gt;
+" from WMI was unstable with time synchronization and hibernation and
+" unusable in practice. If you really need to obtain pre Boost 1.54
+" behaviour define &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_INTERPROCESS_BOOTSTAMP_IS_LASTBOOTUPTIME&lt;/span&gt;&lt;/code&gt;
+" from command line or &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;detail&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;workaround&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;hpp&lt;/span&gt;&lt;/code&gt;.
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;/ul&gt;
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_54_0_beta1/libs/intrusive/&quot;&gt;Intrusive&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;BOOST_NO_EXCEPTIONS&lt;/span&gt;&lt;/code&gt;
+" support (bug &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7849&quot;&gt;#7849&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_54_0_beta1/libs/iostreams/&quot;&gt;Iostreams&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
@@ -19429,6 +19513,19 @@
 " &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_54_0_beta1/libs/move/&quot;&gt;Move&lt;/a&gt;:&lt;/span&gt;
+" &lt;ul&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" Fixed bugs &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7969&quot;&gt;#7969&lt;/a&gt;),
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8231&quot;&gt;#8231&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_54_0_beta1/libs/multiprecision/&quot;&gt;Multiprecision&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
@@ -20103,7 +20200,7 @@
 " &lt;/div&gt;
 "</description></item>
 -last_modified
-.1370369698.55
+.1370593215.19
 -quickbook
 "feed/history/boost_1_54_0.qbk
 )

Modified: website/public_html/live/users/history/version_1_54_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_54_0.html Thu Jun 6 22:41:25 2013 (r84670)
+++ website/public_html/live/users/history/version_1_54_0.html 2013-06-07 04:20:48 EDT (Fri, 07 Jun 2013) (r84671)
@@ -462,6 +462,40 @@
       </li>
       <li>
         <div>
+ <span class="library">Container:</span>
+ <ul>
+ <li>
+ <div>
+ Speed improvements in <code><span class="identifier">vector</span></code>
+ constructors/copy/move/swap, dispatching to memcpy when possible.
+ </div>
+ </li>
+ <li>
+ <div>
+ Support for <code><span class="identifier">BOOST_NO_EXCEPTIONS</span></code>
+ #7227.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed bugs #7921,
+ #7969,
+ #8118,
+ #8294,
+ #8553.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added experimental <code><span class="identifier">static_vector</span></code>
+ class.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Context:</span>
           <ul>
             <li>
@@ -699,6 +733,56 @@
       </li>
       <li>
         <div>
+ <span class="library">Interprocess:</span>
+ <ul>
+ <li>
+ <div>
+ Added support for platform-specific flags to mapped_region (ticket
+ #8030)
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed bugs #7484,
+ #7598,
+ #7682,
+ #7923,
+ #7924,
+ #7928,
+ #7936,
+ #8521,
+ #8595.
+ </div>
+ </li>
+ <li>
+ <div>
+ <strong>ABI breaking</strong>: Changed bootstamp
+ function in Windows to use EventLog service start time as system
+ bootup time. Previously used <code><span class="identifier">LastBootupTime</span></code>
+ from WMI was unstable with time synchronization and hibernation and
+ unusable in practice. If you really need to obtain pre Boost 1.54
+ behaviour define <code><span class="identifier">BOOST_INTERPROCESS_BOOTSTAMP_IS_LASTBOOTUPTIME</span></code>
+ from command line or <code><span class="identifier">detail</span><span class="special">/</span><span class="identifier">workaround</span><span class="special">.</span><span class="identifier">hpp</span></code>.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Intrusive:</span>
+ <ul>
+ <li>
+ <div>
+ Added <code><span class="identifier">BOOST_NO_EXCEPTIONS</span></code>
+ support (bug #7849).
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Iostreams:</span>
           <ul>
             <li>
@@ -841,6 +925,19 @@
       </li>
       <li>
         <div>
+ <span class="library">Move:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed bugs #7969),
+ #8231).
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Multiprecision:</span>
           <ul>
             <li>
@@ -1540,4 +1637,3 @@
   </div>
 </body>
 </html>
-<!-- Updated. -->


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