$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r73165 - in website/public_html/beta: . community doc doc/libs/common
From: dnljms_at_[hidden]
Date: 2011-07-17 05:53:14
Author: danieljames
Date: 2011-07-17 05:53:12 EDT (Sun, 17 Jul 2011)
New Revision: 73165
URL: http://svn.boost.org/trac/boost/changeset/73165
Log:
Website: Merge from live to beta.
Added:
   website/public_html/beta/doc/libs/common/boost.png
      - copied unchanged from r73164, /website/public_html/live/doc/libs/common/boost.png
Properties modified: 
   website/public_html/beta/   (props changed)
Text files modified: 
   website/public_html/beta/community/review_schedule.html |    15 ++++++++++++++-                         
   website/public_html/beta/doc/.htaccess                  |     1 +                                       
   2 files changed, 15 insertions(+), 1 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	2011-07-17 05:53:12 EDT (Sun, 17 Jul 2011)
@@ -271,7 +271,7 @@
                     <td>
                       <a href="http://svn.boost.org/svn/boost/sandbox/local/">Boost Sandbox</a></td>
 
-                    <td>Needed</td>
+                    <td>Jeffrey Hellrung</td>
 
                     <td>-</td>
                   </tr>
@@ -316,6 +316,19 @@
                 </thead>
 
                   <tr>
+                    <td>Boost 1.47.0 Released</td>
+
+                    <td></td>
+
+                    <td>Beman Dawes</td>
+
+                    <td>July 12, 2011</td>
+
+                    <td><a href=
+                    "http://www.boost.org/users/news/version_1_47_0">Notes</a></td>
+                  </tr>
+
+                  <tr>
                     <td>Type Traits Introspection</td>
 
                     <td>Edward Diener</td>
Modified: website/public_html/beta/doc/.htaccess
==============================================================================
--- website/public_html/beta/doc/.htaccess	(original)
+++ website/public_html/beta/doc/.htaccess	2011-07-17 05:53:12 EDT (Sun, 17 Jul 2011)
@@ -11,6 +11,7 @@
 # Always serve up the latest css/image files in doc/html and doc/src.
 RewriteRule ^libs/[^/]*/doc/(?:html|src)/(.*\.css)$ libs/common/doc/src/$1 [L]
 RewriteRule ^libs/[^/]*/doc/(?:html|src)/images/([^/]*)$ libs/common/doc/src/images/$1 [L]
+RewriteRule ^libs/[^/]*/boost.png$ libs/common/boost.png [L]
 
 # Serve some other static files directly from archive
 # Requires an appropriate soft link.