$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r56001 - sandbox/libs/mapreduce/doc
From: cdm.henderson_at_[hidden]
Date: 2009-09-03 16:14:30
Author: chenderson
Date: 2009-09-03 16:14:30 EDT (Thu, 03 Sep 2009)
New Revision: 56001
URL: http://svn.boost.org/trac/boost/changeset/56001
Log:
Added link to v0.4 in the Vault
Text files modified: 
   sandbox/libs/mapreduce/doc/index.html |     4 ++++                                    
   1 files changed, 4 insertions(+), 0 deletions(-)
Modified: sandbox/libs/mapreduce/doc/index.html
==============================================================================
--- sandbox/libs/mapreduce/doc/index.html	(original)
+++ sandbox/libs/mapreduce/doc/index.html	2009-09-03 16:14:30 EDT (Thu, 03 Sep 2009)
@@ -86,6 +86,10 @@
 
                 <dt>29 Aug 2009</dt>
                 <dd>
+                <dd>
+                  <a href='http://www.boostpro.com/vault/index.php?action=downloadfile&filename=mapreduce_0_4.zip&directory=&'>
+                    DOWNLOAD v0.4
+                  </a><br />
                 <ul>
                   <li><i>Breaking change</i>: <code>map_task</code> and <code>reduce_task</code> now must implement a
                     function operator rather than static methods <code>map</code> and <code>reduce</code>. The functor