$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r80769 - in website/public_html/beta: . community feed/history users/history
From: dnljms_at_[hidden]
Date: 2012-09-30 06:15:27
Author: danieljames
Date: 2012-09-30 06:15:26 EDT (Sun, 30 Sep 2012)
New Revision: 80769
URL: http://svn.boost.org/trac/boost/changeset/80769
Log:
Website: Merge from live to beta.
Properties modified: 
   website/public_html/beta/   (props changed)
Text files modified: 
   website/public_html/beta/community/review_schedule.html    |    20 ++++++++++++++++++++                    
   website/public_html/beta/feed/history/boost_1_52_0.qbk     |    27 +++++----------------------             
   website/public_html/beta/users/history/version_1_52_0.html |    21 ++++++++++-----------                   
   3 files changed, 35 insertions(+), 33 deletions(-)
Modified: website/public_html/beta/community/review_schedule.html
==============================================================================
--- website/public_html/beta/community/review_schedule.html	(original)
+++ website/public_html/beta/community/review_schedule.html	2012-09-30 06:15:26 EDT (Sun, 30 Sep 2012)
@@ -268,6 +268,26 @@
                     <td>-</td>
                   </tr>
 
+                  <tr>
+		    <!-- Added September 2012 -->
+                    <td>STL Extensions</td>
+
+                    <td>Vadim Stadnik</td>
+
+                    <td>
+		      <ul>
+			<li><a href="https://github.com/vstadnik/stl_ext_adv_review">
+			    Source (GitHub)</a>
+			<li><a href="http://dl.dropbox.com/u/51041088/stl_ext_adv_review/doc/index.html">
+			Documentation</a>
+		      </ul>
+		    </td>		      
+
+                    <td>Needed</td>
+
+                    <td>-</td>
+                  </tr>
+
                 </tbody>
               </table>
 
Modified: website/public_html/beta/feed/history/boost_1_52_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_52_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_52_0.qbk	2012-09-30 06:15:26 EDT (Sun, 30 Sep 2012)
@@ -1,7 +1,7 @@
 [article Version 1.52.0
     [quickbook 1.5]
     [source-mode c++]
-    [purpose New Libraries: Updated Libraries: ]
+    [purpose Updated Libraries: Graph]
     [authors [Dawes, Beman]]
     [last-revision ]
 ]
@@ -29,31 +29,14 @@
     1. Libraries are listed in alphabetical order.
     2. Besides the dedicated entry, the lib name should be added to the
        [purpose] section at the beginning of the page.
-
-    Example new libraries message:
-
-* [phrase library..[@/libs/accumulators/ Accumulators]:] Framework for
-  incremental calculation, and collection of statistical accumulators, from Eric Niebler.
-
-    Example update message:
-
-* [phrase library..[@/libs/interprocess/ Interprocess]:]
-  * Added anonymous shared memory for UNIX systems.
-  * Fixed missing move semantics on managed memory classes.
-  * Added copy_on_write and open_read_only options for shared memory
-    and mapped file managed classes.
-  * `shared_ptr` is movable and supports aliasing.
 ]
 
-[section New Libraries]
-
-* /TODO/
-
-[endsect]
-
 [section Updated Libraries]
 
-* /TODO/
+* [phrase library..[@/libs/graph/ Graph]:]
+  * Fixed bugs [ticket 6950], [ticket 7226],[ticket 7308], [ticket 7327],
+    [ticket 7338], [ticket 7341], [ticket 7378], [ticket 7380], [ticket 7398],
+    and [ticket 7428], plus others not in Trac.
 
 [/
 
Modified: website/public_html/beta/users/history/version_1_52_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_52_0.html	(original)
+++ website/public_html/beta/users/history/version_1_52_0.html	2012-09-30 06:15:26 EDT (Sun, 30 Sep 2012)
@@ -46,22 +46,21 @@
                 <div class="description">
 
 
-  <div id="version_1_52_0.new_libraries">
-    <h3><span class="link">New Libraries</span></h3>
-    <ul>
-      <li>
-        <div>
-          <em>TODO</em>
-        </div>
-      </li>
-    </ul>
-  </div>
   <div id="version_1_52_0.updated_libraries">
     <h3><span class="link">Updated Libraries</span></h3>
     <ul>
       <li>
         <div>
-          <em>TODO</em>
+          <span class="library">Graph:</span>
+          <ul>
+            <li>
+              <div>
+                Fixed bugs #6950, #7226,#7308, #7327, #7338,
+                #7341, #7378, #7380, #7398, and #7428, plus others
+                not in Trac.
+              </div>
+            </li>
+          </ul>
         </div>
       </li>
     </ul>