$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r76701 - in website/public_html/live: feed feed/history generated/state users/history
From: dnljms_at_[hidden]
Date: 2012-01-26 02:59:55
Author: danieljames
Date: 2012-01-26 02:59:54 EST (Thu, 26 Jan 2012)
New Revision: 76701
URL: http://svn.boost.org/trac/boost/changeset/76701
Log:
Website: Unordered release notes.
Text files modified: 
   website/public_html/live/feed/dev.rss                      |    27 +++++++++++++++++++++++++++             
   website/public_html/live/feed/history/boost_1_49_0.qbk     |    11 +++++++++++                             
   website/public_html/live/generated/state/feed-pages.txt    |     6 +++---                                  
   website/public_html/live/users/history/version_1_49_0.html |    27 +++++++++++++++++++++++++++             
   4 files changed, 68 insertions(+), 3 deletions(-)
Modified: website/public_html/live/feed/dev.rss
==============================================================================
--- website/public_html/live/feed/dev.rss	(original)
+++ website/public_html/live/feed/dev.rss	2012-01-26 02:59:54 EST (Thu, 26 Jan 2012)
@@ -365,6 +365,33 @@
       </li>
       <li>
         <div>
+          <span class="library"><a href="http://www.boost.org/libs/unordered">Unordered</a>:</span>
+          <ul>
+            <li>
+              <div>
+                On compilers without rvalue references, the containers are no longer
+                movable by default, as move emulation was causing some odd quirks.
+                Define <code><span class="identifier">BOOST_UNORDERED_USE_MOVE</span></code>
+                to make them movable (<a href="https://svn.boost.org/trac/boost/tickets/6167">#6167</a>,
+                <a href="https://svn.boost.org/trac/boost/tickets/6311">#6311</a>)
+                - Boost.Move is still used for elements regardless.
+              </div>
+            </li>
+            <li>
+              <div>
+                Fix sequence point warning (<a href="https://svn.boost.org/trac/boost/tickets/6370">#6370</a>).
+              </div>
+            </li>
+            <li>
+              <div>
+                Better support for C++11 compilers using older standard libraries.
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
           <span class="library"><a href="http://www.boost.org/libs/uuid/">Uuid</a>:</span>
           <ul>
             <li>
Modified: website/public_html/live/feed/history/boost_1_49_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_49_0.qbk	(original)
+++ website/public_html/live/feed/history/boost_1_49_0.qbk	2012-01-26 02:59:54 EST (Thu, 26 Jan 2012)
@@ -182,6 +182,17 @@
     '[@/doc/libs/1_49_0/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_2.html What's New]'
     section for details.
 
+* [phrase library..[@/libs/unordered Unordered]:]
+  * On compilers without rvalue references, the containers are no longer
+    movable by default, as move emulation was causing some odd quirks.
+    Define `BOOST_UNORDERED_USE_MOVE` to make them movable
+    ([@https://svn.boost.org/trac/boost/tickets/6167 #6167],
+    [@https://svn.boost.org/trac/boost/tickets/6311 #6311])
+    - Boost.Move is still used for elements regardless.
+  * Fix sequence point warning
+    ([@https://svn.boost.org/trac/boost/tickets/6370 #6370]).
+  * Better support for C++11 compilers using older standard libraries.
+
 * [phrase library..[@/libs/uuid/ Uuid]:]
   * fixed [@https://svn.boost.org/trac/boost/ticket/6258 #6258]
   * fixed [@https://svn.boost.org/trac/boost/ticket/5325 #5325] (sha1
Modified: website/public_html/live/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/live/generated/state/feed-pages.txt	(original)
+++ website/public_html/live/generated/state/feed-pages.txt	2012-01-26 02:59:54 EST (Thu, 26 Jan 2012)
@@ -1836,7 +1836,7 @@
 -id
 "version_1_49_0
 -last_modified
-.1327563638.7
+.1327564758.1
 -location
 "users/history/version_1_49_0.html
 -page_state
@@ -1847,10 +1847,10 @@
 "      New Libraries: Updated Libraries:
 "    
 -qbk_hash
-"29f62a01ad20b4ec91f1ae3fae6f1dc266d7ff8e72f82b3260f792fc80f9aac1
+"6ed8ca69b76f235e3689b43c7fa7599e14d645c2fe8b7a29dc1442f81c284651
 -release_status
 -rss_hash
-"fd14ee068b545a1853e77506ebdc0e00093151fdfb8ac2e7373c7b7f360f1ece
+"97f26c6ef642ec3ce7dc72bfdc29a80d28407efb61a682d4eca84d08729db78a
 -title
 "Version 1.49.0
 -type
Modified: website/public_html/live/users/history/version_1_49_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_49_0.html	(original)
+++ website/public_html/live/users/history/version_1_49_0.html	2012-01-26 02:59:54 EST (Thu, 26 Jan 2012)
@@ -404,6 +404,33 @@
       </li>
       <li>
         <div>
+          <span class="library">Unordered:</span>
+          <ul>
+            <li>
+              <div>
+                On compilers without rvalue references, the containers are no longer
+                movable by default, as move emulation was causing some odd quirks.
+                Define <code><span class="identifier">BOOST_UNORDERED_USE_MOVE</span></code>
+                to make them movable (#6167,
+                #6311)
+                - Boost.Move is still used for elements regardless.
+              </div>
+            </li>
+            <li>
+              <div>
+                Fix sequence point warning (#6370).
+              </div>
+            </li>
+            <li>
+              <div>
+                Better support for C++11 compilers using older standard libraries.
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
           <span class="library">Uuid:</span>
           <ul>
             <li>