$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: anthony_at_[hidden]
Date: 2008-03-29 17:29:28
Author: anthonyw
Date: 2008-03-29 17:29:27 EDT (Sat, 29 Mar 2008)
New Revision: 43945
URL: http://svn.boost.org/trac/boost/changeset/43945
Log:
merge thread changes from beta website
Text files modified: 
   website/public_html/live/doc/libraries.xml |    10 +++++-----                              
   1 files changed, 5 insertions(+), 5 deletions(-)
Modified: website/public_html/live/doc/libraries.xml
==============================================================================
--- website/public_html/live/doc/libraries.xml	(original)
+++ website/public_html/live/doc/libraries.xml	2008-03-29 17:29:27 EDT (Sat, 29 Mar 2008)
@@ -981,13 +981,13 @@
     <key>thread</key>
     <boost-version>1.25.0</boost-version>
     <name>Thread</name>
-    <authors>William Kempf</authors>
+    <authors>Anthony Williams (originally William Kempf)</authors>
     <description>Portable C++ multi-threading.</description>
-    <documentation>doc/html/threads.html</documentation>
-    <std-proposal>false</std-proposal>
+    <documentation>doc/html/thread.html</documentation>
+    <std-proposal>true</std-proposal>
     <std-tr1>false</std-tr1>
-    <header-only>true</header-only>
-    <autolink>false</autolink>
+    <header-only>false</header-only>
+    <autolink>true</autolink>
   </library>
   <library>
     <key>timer</key>