diff --git a/community/review_schedule.html b/community/review_schedule.html index 77539e6b..8df88bc8 100644 --- a/community/review_schedule.html +++ b/community/review_schedule.html @@ -271,7 +271,7 @@ http://www.boost.org/development/website_updating.html Boost Sandbox - Needed + Jeffrey Hellrung - @@ -315,6 +315,19 @@ http://www.boost.org/development/website_updating.html + + Boost 1.47.0 Released + + + + Beman Dawes + + July 12, 2011 + + Notes + + Type Traits Introspection diff --git a/doc/.htaccess b/doc/.htaccess index ea0f0a9e..86e30ddc 100644 --- a/doc/.htaccess +++ b/doc/.htaccess @@ -11,6 +11,7 @@ RewriteRule ^html(/.*)?$ libs/release/doc/html$1 [R] # 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. diff --git a/doc/libs/common/boost.png b/doc/libs/common/boost.png new file mode 100644 index 00000000..b4d51fcd Binary files /dev/null and b/doc/libs/common/boost.png differ