Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-11-04 12:39:49


Author: danieljames
Date: 2007-11-04 12:39:47 EST (Sun, 04 Nov 2007)
New Revision: 40748
URL: http://svn.boost.org/trac/boost/changeset/40748

Log:
Link history items into the documentation for each version.

Text files modified:
   website/public_html/beta/feed/history.rss | 586 ++++++++++++++++++++-------------------
   website/public_html/beta/feed/history/boost_1_31_0.qbk | 87 +++--
   website/public_html/beta/feed/history/boost_1_31_0.xml | 93 +++---
   website/public_html/beta/feed/history/boost_1_32_0.qbk | 133 ++++----
   website/public_html/beta/feed/history/boost_1_32_0.xml | 100 +++---
   website/public_html/beta/feed/history/boost_1_33_0.qbk | 92 +++---
   website/public_html/beta/feed/history/boost_1_33_0.xml | 179 ++++++-----
   website/public_html/beta/feed/history/boost_1_33_1.qbk | 40 +-
   website/public_html/beta/feed/history/boost_1_33_1.xml | 82 +++--
   website/public_html/beta/feed/history/boost_1_34_0.qbk | 104 +++---
   website/public_html/beta/feed/history/boost_1_34_0.xml | 156 +++++-----
   website/public_html/beta/feed/news.rss | 397 +++++++++++++-------------
   12 files changed, 1048 insertions(+), 1001 deletions(-)

Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2007-11-04 12:39:47 EST (Sun, 04 Nov 2007)
@@ -102,33 +102,33 @@
     <h3><span class="link">New Libraries</span></h3>
     <ul>
       <li>
- <span class="library"><a href="doc/html/foreach.html">Foreach Library</a>:</span> <code><span class="identifier">BOOST_FOREACH</span></code> macro for easily iterating
+ <span class="library"><a href="/doc/libs/1_34_0/doc/html/foreach.html">Foreach Library</a>:</span> <code><span class="identifier">BOOST_FOREACH</span></code> macro for easily iterating
         over the elements of a sequence, from Eric Niebler.
       </li>
       <li>
- <span class="library"><a href="libs/statechart/doc/index.html">Statechart Library</a>:</span>
- Arbitrarily
- complex finite state machines can be implemented in easily readable and maintainable
- C++ code, from Andreas Huber.
+ <span class="library"><a href="/doc/libs/1_34_0/libs/statechart/doc/index.html">Statechart
+ Library</a>:</span>
+ Arbitrarily complex finite state machines can be implemented
+ in easily readable and maintainable C++ code, from Andreas Huber.
       </li>
       <li>
- <span class="library"><a href="libs/tr1/index.html">TR1 Library</a>:</span> An implementation
- of the C++ Technical Report on Standard Library Extensions, from John Maddock.
- This library does not itself implement the TR1 components, rather it's a
- thin wrapper that will include your standard library's TR1 implementation
- (if it has one), otherwise it will include the Boost Library equivalents,
- and import them into namespace <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">tr1</span></code>.
+ <span class="library"><a href="/doc/libs/1_34_0/libs/tr1/index.html">TR1 Library</a>:</span> An
+ implementation of the C++ Technical Report on Standard Library Extensions,
+ from John Maddock. This library does not itself implement the TR1 components,
+ rather it's a thin wrapper that will include your standard library's TR1
+ implementation (if it has one), otherwise it will include the Boost Library
+ equivalents, and import them into namespace <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">tr1</span></code>.
         Highlights include: Reference Wrappers, Smart Pointers, result_of, Function
         Object Binders, Polymorphic function wrappers, Type Traits, Random Number
         Generators and Distributions, Tuples, Fixed Size Array, Hash Function Objects,
         Regular Expressions, and Complex Number Additional Algorithms.
       </li>
       <li>
- <span class="library"><a href="doc/html/typeof.html">Typeof Library</a>:</span> Typeof operator
- emulation, from Arkadiy Vertleyb and Peder Holt.
+ <span class="library"><a href="/doc/libs/1_34_0/doc/html/typeof.html">Typeof Library</a>:</span> Typeof
+ operator emulation, from Arkadiy Vertleyb and Peder Holt.
       </li>
       <li>
- <span class="library"><a href="doc/html/xpressive.html">Xpressive Library</a>:</span> Regular
+ <span class="library"><a href="/doc/libs/1_34_0/doc/html/xpressive.html">Xpressive Library</a>:</span> Regular
         expressions that can be written as strings or as expression templates, and
         that can refer to each other and themselves recursively with the power of
         context-free grammars, from Eric Niebler.
@@ -139,68 +139,68 @@
     <h3><span class="link">Updated Libraries</span></h3>
     <ul>
       <li>
- <span class="library"><a href="libs/assign/index.html">Assign Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_34_0/libs/assign/index.html">Assign Library</a>:</span>
         <ul>
           <li>
             Support for <code><span class="identifier">ptr_map</span><span class="special"><</span><span class="identifier">key</span><span class="special">,</span><span class="identifier">T</span><span class="special">></span></code>
             via the new function <code><span class="identifier">ptr_map_insert</span><span class="special">()</span></code>
           </li>
           <li>
- Support for initialization of <a href="libs/ptr_container/index.html">Pointer
+ Support for initialization of <a href="/doc/libs/1_34_0/libs/ptr_container/index.html">Pointer
             Containers</a> when the containers hold pointers to an abstract base
             class.
           </li>
         </ul>
       </li>
       <li>
- <span class="library"><a href="doc/html/date_time.html">Date_time library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_34_0/doc/html/date_time.html">Date_time library</a>:</span>
         <ul>
           <li>
- Support for new US/Canada timezone rules and other bug fixes. See <a href="doc/html/date_time/details.html#changes">Change History</a>
- for details.
+ Support for new US/Canada timezone rules and other bug fixes. See <a href="/doc/libs/1_34_0/doc/html/date_time/details.html#changes">Change
+ History</a> for details.
           </li>
         </ul>
       </li>
       <li>
- <span class="library"><a href="libs/filesystem/doc/index.htm">Filesystem Library</a>:</span> Major
- upgrade in preparation for submission to the C++ Standards Committee for
- TR2. Changes include:
+ <span class="library"><a href="/doc/libs/1_34_0/libs/filesystem/doc/index.htm">Filesystem
+ Library</a>:</span> Major upgrade in preparation for submission to the C++ Standards
+ Committee for TR2. Changes include:
         <ul>
           <li>
- <a href="libs/filesystem/doc/i18n.html#Internationalization">Internationalization</a>,
+ <a href="/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Internationalization">Internationalization</a>,
             provided by class templates <em>basic_path</em>, <em>basic_filesystem_error</em>,
             <em>basic_directory_iterator</em>, and <em>basic_directory_entry</em>.
           </li>
           <li>
- <a href="libs/filesystem/doc/i18n.html#Simplification">Simplification</a>
+ <a href="/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Simplification">Simplification</a>
             of the path interface by eliminating special constructors to identify
             native formats.
           </li>
           <li>
- <a href="libs/filesystem/doc/i18n.html#Rationalization">Rationalization</a>
+ <a href="/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Rationalization">Rationalization</a>
             of predicate function design, including the addition of several new functions.
           </li>
           <li>
- Clearer specification by reference to <a href="libs/filesystem/doc/design.htm#POSIX-01">POSIX</a>,
+ Clearer specification by reference to <a href="/doc/libs/1_34_0/libs/filesystem/doc/design.htm#POSIX-01">POSIX</a>,
             the ISO/IEEE Single Unix Standard, with provisions for Windows and other
             operating systems.
           </li>
           <li>
- <a href="libs/filesystem/doc/i18n.html#Preservation">Preservation</a>
+ <a href="/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Preservation">Preservation</a>
             of existing user code whenever possible.
           </li>
           <li>
- <a href="libs/filesystem/doc/i18n.html#More_efficient">More efficient</a>
- directory iteration.
+ <a href="/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#More_efficient">More
+ efficient</a> directory iteration.
           </li>
           <li>
- Addition of a <a href="libs/filesystem/doc/tr2_proposal.html#Class-template-basic_recursive_directory_iterator">recursive
+ Addition of a <a href="/doc/libs/1_34_0/libs/filesystem/doc/tr2_proposal.html#Class-template-basic_recursive_directory_iterator">recursive
             directory iterator</a>.
           </li>
         </ul>
       </li>
       <li>
- <span class="library"><a href="libs/function/index.html">Function Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_34_0/libs/function/index.html">Function Library</a>:</span>
   Boost.Function
         now implements a small buffer optimization, which can drastically improve
         the performance when copying or constructing Boost.Function objects storing
@@ -210,7 +210,8 @@
         requires no heap allocation when placed into a Boost.Function object.
       </li>
       <li>
- <a href="libs/functional/hash/index.html">Functional/Hash Library</a>
+ <a href="/doc/libs/1_34_0/libs/functional/hash/index.html">Functional/Hash
+ Library</a>
         <ul>
           <li>
             Use declarations for standard classes, so that the library doesn't need
@@ -230,79 +231,80 @@
         </ul>
       </li>
       <li>
- <span class="library"><a href="libs/graph/doc/index.html">Graph Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_34_0/libs/graph/doc/index.html">Graph Library</a>:</span>
         <ul>
           <li>
- <a href="libs/graph/doc/maximum_matching.html"><code><span class="identifier">edmonds_maximum_cardinality_matching</span></code></a>,
+ <a href="/doc/libs/1_34_0/libs/graph/doc/maximum_matching.html"><code><span class="identifier">edmonds_maximum_cardinality_matching</span></code></a>,
             from Aaron Windsor.
           </li>
           <li>
- <a href="libs/graph/doc/lengauer_tarjan_dominator.htm"><code><span class="identifier">lengauer_tarjan_dominator_tree</span></code></a>,
+ <a href="/doc/libs/1_34_0/libs/graph/doc/lengauer_tarjan_dominator.htm"><code><span class="identifier">lengauer_tarjan_dominator_tree</span></code></a>,
             from JongSoo Park.
           </li>
           <li>
- <a href="libs/graph/doc/compressed_sparse_row.html"><code><span class="identifier">compressed_sparse_row_graph</span></code></a>,
+ <a href="/doc/libs/1_34_0/libs/graph/doc/compressed_sparse_row.html"><code><span class="identifier">compressed_sparse_row_graph</span></code></a>,
             from Jeremiah Willcock and Douglas Gregor of Indiana University.
           </li>
           <li>
- <a href="libs/graph/doc/sorted_erdos_renyi_gen.html"><code><span class="identifier">sorted_erdos_renyi_iterator</span></code></a>,
+ <a href="/doc/libs/1_34_0/libs/graph/doc/sorted_erdos_renyi_gen.html"><code><span class="identifier">sorted_erdos_renyi_iterator</span></code></a>,
             from Jeremiah Willcock of Indiana University.
           </li>
           <li>
- <a href="libs/graph/doc/biconnected_components.html"><code><span class="identifier">biconnected_components</span></code></a> now
+ <a href="/doc/libs/1_34_0/libs/graph/doc/biconnected_components.html"><code><span class="identifier">biconnected_components</span></code></a> now
             supports a visitor and named parameters, from Janusz Piwowarski.
           </li>
           <li>
- <a href="libs/graph/doc/adjacency_matrix.html"><code><span class="identifier">adjacency_matrix</span></code></a>
- now models the <a href="libs/graph/doc/BidirectionalGraph.html">Bidirectional
+ <a href="/doc/libs/1_34_0/libs/graph/doc/adjacency_matrix.html"><code><span class="identifier">adjacency_matrix</span></code></a> now models
+ the <a href="/doc/libs/1_34_0/libs/graph/doc/BidirectionalGraph.html">Bidirectional
             Graph</a> concept.
           </li>
           <li>
- <a href="libs/graph/doc/dijkstra_shortest_paths.html"><code><span class="identifier">dijkstra_shortest_paths</span></code></a> now
+ <a href="/doc/libs/1_34_0/libs/graph/doc/dijkstra_shortest_paths.html"><code><span class="identifier">dijkstra_shortest_paths</span></code></a> now
             calls <code><span class="identifier">vis</span><span class="special">.</span><span class="identifier">initialize_vertex</span></code> for each vertex during
             initialization.
           </li>
           <li>
             <em>Note:</em> the name of the compiled library
- for the <a href="libs/graph/doc/read_graphviz.html">GraphViz reader</a>
- has changed to <tt>boost_graph</tt> (from <tt>bgl-viz</tt>)
+ for the <a href="/doc/libs/1_34_0/libs/graph/doc/read_graphviz.html">GraphViz
+ reader</a> has changed to <tt>boost_graph</tt> (from <tt>bgl-viz</tt>)
             to match Boost conventions.
           </li>
           <li>
- See the <a href="libs/graph/doc/history.html#1.34.0">complete revision
- history</a> for more information.
+ See the <a href="/doc/libs/1_34_0/libs/graph/doc/history.html#1.34.0">complete
+ revision history</a> for more information.
           </li>
         </ul>
       </li>
       <li>
- <span class="library"><a href="libs/multi_array/index.html">MultiArray Library</a>:</span>
- Boost.MultiArray
- now by default provides range-checking for <code><span class="keyword">operator</span><span class="special">[]</span></code>. Range checking can be disabled by defining
- the macro <code><span class="identifier">BOOST_DISABLE_ASSERTS</span></code>
+ <span class="library"><a href="/doc/libs/1_34_0/libs/multi_array/index.html">MultiArray
+ Library</a>:</span>
+ Boost.MultiArray now by default provides range-checking for
+ <code><span class="keyword">operator</span><span class="special">[]</span></code>.
+ Range checking can be disabled by defining the macro <code><span class="identifier">BOOST_DISABLE_ASSERTS</span></code>
         before including <tt>multi_array.hpp</tt>. A bug in <code><span class="identifier">multi_array</span><span class="special">::</span><span class="identifier">resize</span><span class="special">()</span></code>
         related to storage orders was fixed.
       </li>
       <li>
- <span class="library"><a href="libs/multi_index/doc/index.html">Multi-index Containers
- Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_34_0/libs/multi_index/doc/index.html">Multi-index
+ Containers Library</a>:</span>
         <ul>
           <li>
- New <a href="libs/multi_index/doc/tutorial/indices.html#rnd_indices">random
+ New <a href="/doc/libs/1_34_0/libs/multi_index/doc/tutorial/indices.html#rnd_indices">random
             access indices</a>.
           </li>
           <li>
- Non key-based indices feature new <a href="libs/multi_index/doc/tutorial/indices.html#rearrange">rearrange
+ Non key-based indices feature new <a href="/doc/libs/1_34_0/libs/multi_index/doc/tutorial/indices.html#rearrange">rearrange
             facilities</a>.
           </li>
           <li>
             This version also includes a number of optimizations and usage improvements.
- For a complete list of changes, see the library <a href="libs/multi_index/doc/release_notes.html#boost_1_34">release
+ For a complete list of changes, see the library <a href="/doc/libs/1_34_0/libs/multi_index/doc/release_notes.html#boost_1_34">release
             notes</a>.
           </li>
         </ul>
       </li>
       <li>
- <span class="library"><a href="libs/optional/index.html">Optional Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_34_0/libs/optional/index.html">Optional Library</a>:</span>
         <ul>
           <li>
             <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">none_t</span> <span class="keyword">and</span>
@@ -333,10 +335,11 @@
         </ul>
       </li>
       <li>
- <span class="library"><a href="libs/parameter/index.html">Parameter Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_34_0/libs/parameter/index.html">Parameter
+ Library</a>:</span>
         <ul>
           <li>
- Every ArgumentPack is now a valid <a href="libs/mpl/doc/refmanual/forward-sequence.html">MPL
+ Every ArgumentPack is now a valid <a href="/doc/libs/1_34_0/libs/mpl/doc/refmanual/forward-sequence.html">MPL
             Forward Sequence.</a>
           </li>
           <li>
@@ -359,10 +362,11 @@
         </ul>
       </li>
       <li>
- <span class="library"><a href="libs/ptr_container/index.html">Pointer Container Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_34_0/libs/ptr_container/index.html">Pointer
+ Container Library</a>:</span>
         <ul>
           <li>
- Support for serialization via <a href="libs/serialization/index.html">Boost.Serialization.</a>
+ Support for serialization via <a href="/doc/libs/1_34_0/libs/serialization/index.html">Boost.Serialization.</a>
           </li>
           <li>
             Exceptions can be disabled by defining the macro BOOST_PTR_CONTAINER_NO_EXCEPTIONS
@@ -381,15 +385,15 @@
         </ul>
       </li>
       <li>
- <span class="library"><a href="libs/python/index.html">Python Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_34_0/libs/python/index.html">Python Library</a>:</span>
         <ul>
           <li>
             Boost.Python now automatically appends C++ signatures to docstrings.
- The new <a href="libs/python/doc/v2/docstring_options.html"><tt>docstring_options.hpp</tt></a>
+ The new <a href="/doc/libs/1_34_0/libs/python/doc/v2/docstring_options.html"><tt>docstring_options.hpp</tt></a>
             header is available to control the content of docstrings.
           </li>
           <li>
- <a href="libs/python/doc/v2/stl_iterator.html#stl_input_iterator-spec"><code><span class="identifier">stl_input_iterator</span></code></a>, for turning
+ <a href="/doc/libs/1_34_0/libs/python/doc/v2/stl_iterator.html#stl_input_iterator-spec"><code><span class="identifier">stl_input_iterator</span></code></a>, for turning
             a Python iterable object into an STL input iterator, from Eric Niebler.
           </li>
           <li>
@@ -406,26 +410,27 @@
         </ul>
       </li>
       <li>
- <span class="library"><a href="doc/html/signals.html">Signals Library</a>:</span> More improvements
- to signal invocation performance from Robert Zeh.
+ <span class="library"><a href="/doc/libs/1_34_0/doc/html/signals.html">Signals Library</a>:</span> More
+ improvements to signal invocation performance from Robert Zeh.
       </li>
       <li>
- <span class="library"><a href="libs/smart_ptr/smart_ptr.htm">Smart Pointers Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_34_0/libs/smart_ptr/smart_ptr.htm">Smart Pointers
+ Library</a>:</span>
         <ul>
           <li>
- <a href="libs/smart_ptr/shared_ptr.htm#allocator_constructor">Allocator
+ <a href="/doc/libs/1_34_0/libs/smart_ptr/shared_ptr.htm#allocator_constructor">Allocator
             support</a> as proposed in <a href="http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1851.pdf">N1851</a>
             (162 Kb PDF).
           </li>
           <li>
- <a href="libs/smart_ptr/pointer_cast.html"><code><span class="identifier">pointer_cast</span></code></a>
- and <a href="libs/smart_ptr/pointer_to_other.html"><code><span class="identifier">pointer_to_other</span></code></a>
- utilities to allow pointer-independent code, from Ion Gaztanaga.
+ <a href="/doc/libs/1_34_0/libs/smart_ptr/pointer_cast.html"><code><span class="identifier">pointer_cast</span></code></a> and <a href="/doc/libs/1_34_0/libs/smart_ptr/pointer_to_other.html"><code><span class="identifier">pointer_to_other</span></code></a> utilities
+ to allow pointer-independent code, from Ion Gaztanaga.
           </li>
         </ul>
       </li>
       <li>
- <span class="library"><a href="libs/algorithm/string/index.html">String Algorithm Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_34_0/libs/algorithm/string/index.html">String
+ Algorithm Library</a>:</span>
         <ul>
           <li>
             <code><span class="identifier">lexicographical_compare</span></code>
@@ -444,7 +449,7 @@
         </ul>
       </li>
       <li>
- <span class="library"><a href="libs/wave/index.html">Wave Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_34_0/libs/wave/index.html">Wave Library</a>:</span>
         <ul>
           <li>
             Wave now correctly recognizes pp-number tokens as mandated by the C++
@@ -453,7 +458,7 @@
           </li>
           <li>
             Several new preprocessing hooks have been added. For a complete description
- please refer to the related documentation page: <a href="libs/wave/doc/class_reference_ctxpolicy.html">The
+ please refer to the related documentation page: <a href="/doc/libs/1_34_0/libs/wave/doc/class_reference_ctxpolicy.html">The
             Context Policy</a>.
           </li>
           <li>
@@ -491,7 +496,7 @@
           </li>
           <li>
             This version also includes a number of bug fixes and usage improvements.
- For a complete list of changes, see the libraries <a href="libs/wave/ChangeLog">change
+ For a complete list of changes, see the libraries <a href="/doc/libs/1_34_0/libs/wave/ChangeLog">change
             log</a>.
           </li>
         </ul>
@@ -577,22 +582,22 @@
     <h3><span class="link">Updated Libraries</span></h3>
     <ul>
       <li>
- <span class="library"><a href="doc/html/any.html">Any Library</a>:</span> Cast to reference
- types introduced in 1.33.0 is now documented on <code><span class="identifier">any_cast</span></code>
- documentation page.
+ <span class="library"><a href="/doc/libs/1_33_1/doc/html/any.html">Any Library</a>:</span> Cast
+ to reference types introduced in 1.33.0 is now documented on <code><span class="identifier">any_cast</span></code> documentation page.
       </li>
       <li>
- <span class="library"><a href="libs/bind/bind.html">Bind Library</a>:</span> Bind expressions
- now support <a href="libs/bind/bind.html#operators">comparisons and negation</a>.
- Example: <code><span class="identifier">bind</span><span class="special">(&</span><span class="identifier">X</span><span class="special">::</span><span class="identifier">name</span><span class="special">,</span> <span class="identifier">_1</span><span class="special">)</span>
+ <span class="library"><a href="/doc/libs/1_33_1/libs/bind/bind.html">Bind Library</a>:</span> Bind
+ expressions now support <a href="/doc/libs/1_33_1/libs/bind/bind.html#operators">comparisons
+ and negation</a>. Example: <code><span class="identifier">bind</span><span class="special">(&</span><span class="identifier">X</span><span class="special">::</span><span class="identifier">name</span><span class="special">,</span> <span class="identifier">_1</span><span class="special">)</span>
         <span class="special"><</span> <span class="identifier">bind</span><span class="special">(&</span><span class="identifier">X</span><span class="special">::</span><span class="identifier">name</span><span class="special">,</span> <span class="identifier">_2</span><span class="special">)</span></code>.
       </li>
       <li>
- <span class="library"><a href="libs/config/index.html">Config Library</a>:</span> Don't undef
- <code><span class="identifier">BOOST_LIB_TOOLSET</span></code> after use.
+ <span class="library"><a href="/doc/libs/1_33_1/libs/config/index.html">Config Library</a>:</span> Don't
+ undef <code><span class="identifier">BOOST_LIB_TOOLSET</span></code> after
+ use.
       </li>
       <li>
- <span class="library"><a href="libs/python/doc/index.html">Boost.Python</a>:</span>
+ <span class="library"><a href="/doc/libs/1_33_1/libs/python/doc/index.html">Boost.Python</a>:</span>
         <ul>
           <li>
             The build now assumes Python 2.4 by default, rather than 2.2
@@ -606,25 +611,26 @@
         </ul>
       </li>
       <li>
- <span class="library"><a href="libs/smart_ptr/index.html">Smart Pointer Library</a>:</span> Fixed
- problems under Metrowerks CodeWarrior on PowerPC (Mac OS X) with inlining
- on, GNU GCC on PowerPC 64.
+ <span class="library"><a href="/doc/libs/1_33_1/libs/smart_ptr/index.html">Smart Pointer
+ Library</a>:</span> Fixed problems under Metrowerks CodeWarrior on PowerPC (Mac
+ OS X) with inlining on, GNU GCC on PowerPC 64.
       </li>
       <li>
- <span class="library"><a href="libs/regex/doc/index.html">Regex Library</a>:</span> Fixed
+ <span class="library"><a href="/doc/libs/1_33_1/libs/regex/doc/index.html">Regex Library</a>:</span> Fixed
         the supplied makefiles, and other small compiler specific changes. Refer
- to the <a href="libs/regex/doc/history.html">regex history page</a>
- for more information on these and other small changes.
+ to the <a href="/doc/libs/1_33_1/libs/regex/doc/history.html">regex history
+ page</a> for more information on these and other small changes.
       </li>
       <li>
- <span class="library"><a href="libs/iostreams/doc/index.html">Iostreams Library</a>:</span>
- Improved
- the interface for accessing a chain's components, added <code><span class="identifier">is_open</span></code>
- members to the file and file descriptor devices, fixed memory-mapped files
- on Windows, and made minor changes to the documentation.
+ <span class="library"><a href="/doc/libs/1_33_1/libs/iostreams/doc/index.html">Iostreams
+ Library</a>:</span>
+ Improved the interface for accessing a chain's components,
+ added <code><span class="identifier">is_open</span></code> members to
+ the file and file descriptor devices, fixed memory-mapped files on Windows,
+ and made minor changes to the documentation.
       </li>
       <li>
- <span class="library"><a href="libs/python/doc/index.html">Boost.Python</a>:</span>
+ <span class="library"><a href="/doc/libs/1_33_1/libs/python/doc/index.html">Boost.Python</a>:</span>
         <ul>
           <li>
             Added support for docstrings on nonstatic properties.
@@ -651,27 +657,28 @@
         </ul>
       </li>
       <li>
- <span class="library"><a href="libs/functional/hash/index.html">Functional/Hash Library</a>:</span>
- Fixed
- the points example.
+ <span class="library"><a href="/doc/libs/1_33_1/libs/functional/hash/index.html">Functional/Hash
+ Library</a>:</span>
+ Fixed the points example.
       </li>
       <li>
- <span class="library"><a href="libs/multi_index/doc/index.html">Multi-index Containers
- Library</a>:</span>
- Fixed a problem with multithreaded code, and other minor
- changes. Refer to the library <a href="libs/multi_index/doc/release_notes.html#boost_1_33_1">release
+ <span class="library"><a href="/doc/libs/1_33_1/libs/multi_index/doc/index.html">Multi-index
+ Containers Library</a>:</span>
+ Fixed a problem with multithreaded code, and other
+ minor changes. Refer to the library <a href="/doc/libs/1_33_1/libs/multi_index/doc/release_notes.html#boost_1_33_1">release
         notes</a> for further details.
       </li>
       <li>
- <span class="library"><a href="libs/graph/doc/table_of_contents.html">Graph Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_33_1/libs/graph/doc/table_of_contents.html">Graph
+ Library</a>:</span>
         <ul>
           <li>
             Fixed a problem with the relaxed heap on x86 Linux (fixes bug in <code><span class="identifier">dijkstra_shortest_paths</span></code>).
           </li>
           <li>
- Fixed problems with <a href="libs/graph/doc/cuthill_mckee_ordering.html"><code><span class="identifier">cuthill_mckee_ordering</span></code></a> and
- <a href="libs/graph/doc/king_ordering.html"><code><span class="identifier">king_ordering</span></code></a>
- producing no results.
+ Fixed problems with <a href="/doc/libs/1_33_1/libs/graph/doc/cuthill_mckee_ordering.html"><code><span class="identifier">cuthill_mckee_ordering</span></code></a> and
+ <a href="/doc/libs/1_33_1/libs/graph/doc/king_ordering.html"><code><span class="identifier">king_ordering</span></code></a> producing no
+ results.
           </li>
           <li>
             Added <code><span class="identifier">color_map</span></code> parameter
@@ -680,17 +687,18 @@
         </ul>
       </li>
       <li>
- <span class="library"><a href="libs/signals/doc/index.html">Signals Library</a>:</span> Fixed
- problems with the use of Signals across shared library boundaries.
+ <span class="library"><a href="/doc/libs/1_33_1/libs/signals/doc/index.html">Signals
+ Library</a>:</span> Fixed problems with the use of Signals across shared library
+ boundaries.
       </li>
       <li>
- <span class="library"><a href="libs/thread/doc/index.html">Thread library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_33_1/libs/thread/doc/index.html">Thread library</a>:</span>
   <code><span class="identifier">read_write_mutex</span></code> has been removed due to
         problems with deadlocks.
       </li>
       <li>
- <span class="library"><a href="libs/wave/index.html">Wave library</a> (V1.2.1):</span> Fixed
- a couple of problems, refer to the <a href="libs/wave/ChangeLog">change
+ <span class="library"><a href="/doc/libs/1_33_1/libs/wave/index.html">Wave library</a>
+ (V1.2.1):</span> Fixed a couple of problems, refer to the <a href="/doc/libs/1_33_1/libs/wave/ChangeLog">change
         log</a> for further details.
       </li>
     </ul>
@@ -773,33 +781,33 @@
     <h3><span class="link">New Libraries</span></h3>
     <ul>
       <li>
- <span class="library"><a href="libs/iostreams/doc/index.html">Iostreams Library</a>:</span>
- Framework
- for defining streams, stream buffers and i/o filters, from Jonathan Turkanis.
+ <span class="library"><a href="/doc/libs/1_33_1/libs/iostreams/doc/index.html">Iostreams
+ Library</a>:</span>
+ Framework for defining streams, stream buffers and i/o filters,
+ from Jonathan Turkanis.
       </li>
       <li>
- <span class="library"><a href="libs/functional/hash/index.html">Functional/Hash Library</a>:</span>
- A
- TR1 hash function object that can be extended to hash user defined types,
- from Daniel James.
+ <span class="library"><a href="/doc/libs/1_33_1/libs/functional/hash/index.html">Functional/Hash
+ Library</a>:</span> A TR1 hash function object that can be extended to hash user
+ defined types, from Daniel James.
       </li>
       <li>
- <span class="library"><a href="libs/parameter/doc/html/index.html">Parameter Library</a>:</span>
- Write
- functions that accept arguments by name: especially useful when a function
- has more than one argument with a useful default value, since named arguments
- can be passed in any order.
+ <span class="library"><a href="/doc/libs/1_33_1/libs/parameter/doc/html/index.html">Parameter
+ Library</a>:</span>
+ Write functions that accept arguments by name: especially
+ useful when a function has more than one argument with a useful default value,
+ since named arguments can be passed in any order.
       </li>
       <li>
- <span class="library"><a href="libs/ptr_container/index.html">Pointer Container Library</a>:</span>
- Containers
- for storing heap-allocated polymorphic objects to ease OO-programming, from
- Thorsten Ottosen.
+ <span class="library"><a href="/doc/libs/1_33_1/libs/ptr_container/index.html">Pointer
+ Container Library</a>:</span>
+ Containers for storing heap-allocated polymorphic
+ objects to ease OO-programming, from Thorsten Ottosen.
       </li>
       <li>
- <span class="library"><a href="libs/wave/index.html">Wave</a>:</span> Standards conformant
- implementation of the mandated C99/C++ preprocessor functionality packed
- behind an easy to use iterator interface, from Hartmut Kaiser.
+ <span class="library"><a href="/doc/libs/1_33_1/libs/wave/index.html">Wave</a>:</span> Standards
+ conformant implementation of the mandated C99/C++ preprocessor functionality
+ packed behind an easy to use iterator interface, from Hartmut Kaiser.
       </li>
     </ul>
   </div>
@@ -807,137 +815,133 @@
     <h3><span class="link">Updated Libraries</span></h3>
     <ul>
       <li>
- <span class="library"><a href="doc/html/any.html">Any Library</a>:</span> <code><span class="identifier">any_cast</span></code>
- has been enhanced to allow direct access to <code><span class="identifier">any</span></code>'s
- held value.
+ <span class="library"><a href="/doc/libs/1_33_1/doc/html/any.html">Any Library</a>:</span> <code><span class="identifier">any_cast</span></code> has been enhanced to allow direct
+ access to <code><span class="identifier">any</span></code>'s held value.
       </li>
       <li>
- <span class="library"><a href="libs/assign/doc/index.html">Assignment Library</a>:</span> Support
- for <a href="libs/ptr_container/index.html">Pointer Container Library</a>
- and new efficient functions <code><span class="identifier">ref_list_of</span><span class="special">()</span></code> and <code><span class="identifier">cref_list_of</span><span class="special">()</span></code> for generating anonymous ranges.
+ <span class="library"><a href="/doc/libs/1_33_1/libs/assign/doc/index.html">Assignment
+ Library</a>:</span> Support for <a href="/doc/libs/1_33_1/libs/ptr_container/index.html">Pointer
+ Container Library</a> and new efficient functions <code><span class="identifier">ref_list_of</span><span class="special">()</span></code> and <code><span class="identifier">cref_list_of</span><span class="special">()</span></code> for generating anonymous ranges.
       </li>
       <li>
- <span class="library"><a href="libs/bind/bind.html">Bind Library</a>:</span> Bind expressions
- now support <a href="libs/bind/bind.html#operators">comparisons and negation</a>.
- Example: <code><span class="identifier">bind</span><span class="special">(&</span><span class="identifier">X</span><span class="special">::</span><span class="identifier">name</span><span class="special">,</span> <span class="identifier">_1</span><span class="special">)</span>
+ <span class="library"><a href="/doc/libs/1_33_1/libs/bind/bind.html">Bind Library</a>:</span> Bind
+ expressions now support <a href="/doc/libs/1_33_1/libs/bind/bind.html#operators">comparisons
+ and negation</a>. Example: <code><span class="identifier">bind</span><span class="special">(&</span><span class="identifier">X</span><span class="special">::</span><span class="identifier">name</span><span class="special">,</span> <span class="identifier">_1</span><span class="special">)</span>
         <span class="special"><</span> <span class="identifier">bind</span><span class="special">(&</span><span class="identifier">X</span><span class="special">::</span><span class="identifier">name</span><span class="special">,</span> <span class="identifier">_2</span><span class="special">)</span></code>.
       </li>
       <li>
- <span class="library"><a href="doc/html/date_time.html">Date-Time Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_33_1/doc/html/date_time.html">Date-Time Library</a>:</span>
         <ul>
           <li>
- Added <a href="doc/html/date_time/local_time.html">local time and
- time zone classes</a>.
+ Added <a href="/doc/libs/1_33_1/doc/html/date_time/local_time.html">local
+ time and time zone classes</a>.
           </li>
           <li>
- Added <a href="doc/html/date_time/date_time_io.html">format-based
+ Added <a href="/doc/libs/1_33_1/doc/html/date_time/date_time_io.html">format-based
             Input/Output facets</a>.
           </li>
           <li>
- For a complete list of changes, see the library <a href="doc/html/date_time/details.html#date_time.changes">change
+ For a complete list of changes, see the library <a href="/doc/libs/1_33_1/doc/html/date_time/details.html#date_time.changes">change
             history</a>.
           </li>
         </ul>
       </li>
       <li>
- <span class="library"><a href="libs/graph/doc/index.html">Graph Library</a>:</span> Introduced
+ <span class="library"><a href="/doc/libs/1_33_1/libs/graph/doc/index.html">Graph Library</a>:</span> Introduced
         several new algorithms and improved existing algorithms:
         <ul>
           <li>
- <a href="libs/graph/doc/python.html">Experimental Python bindings</a>,
- from Doug Gregor and Indiana University.
+ <a href="/doc/libs/1_33_1/libs/graph/doc/python.html">Experimental
+ Python bindings</a>, from Doug Gregor and Indiana University.
           </li>
           <li>
- <a href="libs/graph/doc/floyd_warshall_shortest.html"><code><span class="identifier">floyd</span> <span class="identifier">warshall</span>
+ <a href="/doc/libs/1_33_1/libs/graph/doc/floyd_warshall_shortest.html"><code><span class="identifier">floyd</span> <span class="identifier">warshall</span>
             <span class="identifier">all</span> <span class="identifier">pairs</span>
             <span class="identifier">shortest</span> <span class="identifier">paths</span></code></a>,
             from Lauren Foutz and Scott Hill.
           </li>
           <li>
- <a href="libs/graph/doc/astar_search.html"><code><span class="identifier">astar</span>
- <span class="identifier">search</span></code></a>, from Kristopher
- Beevers and Jufeng Peng.
+ <a href="/doc/libs/1_33_1/libs/graph/doc/astar_search.html"><code><span class="identifier">astar</span> <span class="identifier">search</span></code></a>,
+ from Kristopher Beevers and Jufeng Peng.
           </li>
           <li>
- <a href="libs/graph/doc/fruchterman_reingold.html"><code><span class="identifier">fruchterman</span>
- <span class="identifier">reingold</span> <span class="identifier">force</span>
- <span class="identifier">directed</span> <span class="identifier">layout</span></code></a>,
- from Doug Gregor and Indiana University.
+ <a href="/doc/libs/1_33_1/libs/graph/doc/fruchterman_reingold.html"><code><span class="identifier">fruchterman</span> <span class="identifier">reingold</span>
+ <span class="identifier">force</span> <span class="identifier">directed</span>
+ <span class="identifier">layout</span></code></a>, from Doug Gregor
+ and Indiana University.
           </li>
           <li>
- <a href="libs/graph/doc/biconnected_components.html"><code><span class="identifier">biconnected</span> <span class="identifier">components</span></code>
+ <a href="/doc/libs/1_33_1/libs/graph/doc/biconnected_components.html"><code><span class="identifier">biconnected</span> <span class="identifier">components</span></code>
             and <code><span class="identifier">articulation</span> <span class="identifier">points</span></code></a>,
             from Jeremy Siek, Janusz Piwowarski, and Doug Gregor.
           </li>
           <li>
- <a href="libs/graph/doc/sequential_vertex_coloring.html"><code><span class="identifier">sequential</span> <span class="identifier">vertex</span>
+ <a href="/doc/libs/1_33_1/libs/graph/doc/sequential_vertex_coloring.html"><code><span class="identifier">sequential</span> <span class="identifier">vertex</span>
             <span class="identifier">coloring</span></code></a> has been updated,
             tested, and documented.
           </li>
           <li>
- <a href="libs/graph/doc/gursoy_atun_layout.html"><code><span class="identifier">gursoy</span>
- <span class="identifier">atun</span> <span class="identifier">layout</span></code></a>,
- from Jeremiah Willcock and Doug Gregor of Indiana University.
+ <a href="/doc/libs/1_33_1/libs/graph/doc/gursoy_atun_layout.html"><code><span class="identifier">gursoy</span> <span class="identifier">atun</span>
+ <span class="identifier">layout</span></code></a>, from Jeremiah
+ Willcock and Doug Gregor of Indiana University.
           </li>
           <li>
- <a href="libs/graph/doc/king_ordering.html"><code><span class="identifier">king</span>
- <span class="identifier">ordering</span></code></a>, from D. Kevin
- McGrath of Indiana University.
+ <a href="/doc/libs/1_33_1/libs/graph/doc/king_ordering.html"><code><span class="identifier">king</span> <span class="identifier">ordering</span></code></a>,
+ from D. Kevin McGrath of Indiana University.
           </li>
           <li>
- <a href="libs/graph/doc/cuthill_mckee_ordering.html"><code><span class="identifier">cuthill</span> <span class="identifier">mckee</span>
+ <a href="/doc/libs/1_33_1/libs/graph/doc/cuthill_mckee_ordering.html"><code><span class="identifier">cuthill</span> <span class="identifier">mckee</span>
             <span class="identifier">ordering</span></code></a> has been recast
             as an invocation of <code><span class="identifier">breadth</span>
             <span class="identifier">first</span> <span class="identifier">search</span></code>
             and now supports graphs with multiple components.
           </li>
           <li>
- <a href="libs/graph/doc/dijkstra_shortest_paths.html"><code><span class="identifier">dijkstra</span> <span class="identifier">shortest</span>
+ <a href="/doc/libs/1_33_1/libs/graph/doc/dijkstra_shortest_paths.html"><code><span class="identifier">dijkstra</span> <span class="identifier">shortest</span>
             <span class="identifier">paths</span></code></a> now uses a relaxed
- heap [<a href="libs/graph/doc/bibliography.html#driscoll88">61</a>]
+ heap [<a href="/doc/libs/1_33_1/libs/graph/doc/bibliography.html#driscoll88">61</a>]
             as its priority queue, improving its complexity to O(V log V) and improving
             real-world performance for larger graphs.
           </li>
           <li>
- <a href="libs/graph/doc/read_graphviz.html"><code><span class="identifier">read</span>
- <span class="identifier">graphviz</span></code></a> now has a
- new, Spirit-based parser that works for all graph types and supports
- arbitrary properties on the graph, from Ron Garcia. The old, Bison-based
- GraphViz reader has been deprecated and will be removed in a future Boost
- release. <a href="libs/graph/doc/write-graphviz.html"><code><span class="identifier">write</span> <span class="identifier">graphviz</span></code></a>
+ <a href="/doc/libs/1_33_1/libs/graph/doc/read_graphviz.html"><code><span class="identifier">read</span> <span class="identifier">graphviz</span></code></a>
+ now has a new, Spirit-based parser that works for all graph types and
+ supports arbitrary properties on the graph, from Ron Garcia. The old,
+ Bison-based GraphViz reader has been deprecated and will be removed in
+ a future Boost release. <a href="/doc/libs/1_33_1/libs/graph/doc/write-graphviz.html"><code><span class="identifier">write</span> <span class="identifier">graphviz</span></code></a>
             also supports dynamic properties.
           </li>
           <li>
- <a href="libs/graph/doc/subgraph.html"><code><span class="identifier">subgraph</span></code></a>:
- <code><span class="identifier">get_property</span></code> now refers
- to the subgraph property, not the root graph's property.
+ <a href="/doc/libs/1_33_1/libs/graph/doc/subgraph.html"><code><span class="identifier">subgraph</span></code></a>: <code><span class="identifier">get_property</span></code>
+ now refers to the subgraph property, not the root graph's property.
           </li>
           <li>
- See the <a href="libs/graph/doc/history.html#by-version">history</a>
+ See the <a href="/doc/libs/1_33_1/libs/graph/doc/history.html#by-version">history</a>
             for additional changes and bug fixes.
           </li>
         </ul>
       </li>
       <li>
- <span class="library"><a href="libs/multi_index/doc/index.html">Multi-index Containers
- Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_33_1/libs/multi_index/doc/index.html">Multi-index
+ Containers Library</a>:</span>
         <ul>
           <li>
- New <a href="libs/multi_index/doc/tutorial/indices.html#hashed_indices">hashed
+ New <a href="/doc/libs/1_33_1/libs/multi_index/doc/tutorial/indices.html#hashed_indices">hashed
             indices</a>.
           </li>
           <li>
- Added <a href="libs/multi_index/doc/tutorial/creation.html#serialization">serialization
+ Added <a href="/doc/libs/1_33_1/libs/multi_index/doc/tutorial/creation.html#serialization">serialization
             support</a>.
           </li>
           <li>
- For a complete list of changes, see the library <a href="libs/multi_index/doc/release_notes.html">release
+ For a complete list of changes, see the library <a href="/doc/libs/1_33_1/libs/multi_index/doc/release_notes.html">release
             notes</a>.
           </li>
         </ul>
       </li>
       <li>
- <span class="library"><a href="libs/program_options/doc/index.html">Program Options Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_33_1/libs/program_options/doc/index.html">Program
+ Options Library</a>:</span>
         <ul>
           <li>
             Option descriptions are now printed with word wrapping.
@@ -959,12 +963,12 @@
         </ul>
       </li>
       <li>
- <span class="library"><a href="libs/property_map/property_map.html">Property Map Library</a>:</span> Introduced
- the <a href="libs/property_map/doc/dynamic_property_map.html"><code><span class="identifier">dynamic</span> <span class="identifier">properties</span></code></a>
+ <span class="library"><a href="/doc/libs/1_33_1/libs/property_map/property_map.html">Property
+ Map Library</a>:</span> Introduced the <a href="/doc/libs/1_33_1/libs/property_map/doc/dynamic_property_map.html"><code><span class="identifier">dynamic</span> <span class="identifier">properties</span></code></a>
         class, which provides dynamically-typed access to a set of property maps.
       </li>
       <li>
- <span class="library"><a href="libs/python/doc/index.html">Boost.Python</a>:</span>
+ <span class="library"><a href="/doc/libs/1_33_1/libs/python/doc/index.html">Boost.Python</a>:</span>
         <ul>
           <li>
             Added support for docstrings on nonstatic properties.
@@ -991,9 +995,9 @@
         </ul>
       </li>
       <li>
- <p><span class="library"><a href="libs/random/index.html">Random Number Library</a>:</span>
- Improved
- initialization for <code><span class="identifier">mersenne_twister</span></code>,
+ <p><span class="library"><a href="/doc/libs/1_33_1/libs/random/index.html">Random Number
+ Library</a>:</span>
+ Improved initialization for <code><span class="identifier">mersenne_twister</span></code>,
         algorithm by Makoto Matsumoto and Takuji Nishimura, implemented for Boost
         by Jens Maurer.</p>
   <p>Note: All test vectors for <code><span class="identifier">mersenne_twister</span></code>s
@@ -1002,12 +1006,12 @@
 
       </li>
       <li>
- <span class="library"><a href="libs/range/index.html">Range Library</a>:</span> Minor addition
- of convenience functions to <code><span class="identifier">iterator</span>
+ <span class="library"><a href="/doc/libs/1_33_1/libs/range/index.html">Range Library</a>:</span> Minor
+ addition of convenience functions to <code><span class="identifier">iterator</span>
         <span class="identifier">range</span></code> like <code><span class="identifier">front</span><span class="special">(),</span> <span class="identifier">back</span><span class="special">()</span></code> and <code><span class="keyword">operator</span><span class="special">[]()</span></code>.
       </li>
       <li>
- <span class="library"><a href="libs/regex/index.html">Regex Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_33_1/libs/regex/index.html">Regex Library</a>:</span>
         <ul>
           <li>
             Rewritten front end parser now supports (?imsx-imsx) constructs, plus
@@ -1017,13 +1021,14 @@
             Thin wrapper classes improve integration with MFC/ATL code.
           </li>
           <li>
- Full (optional) Unicode support via the ICU library. Refer to the <a href="libs/regex/doc/history.html">regex history page</a> for more
- information on these and other small changes.
+ Full (optional) Unicode support via the ICU library. Refer to the <a href="/doc/libs/1_33_1/libs/regex/doc/history.html">regex history page</a>
+ for more information on these and other small changes.
           </li>
         </ul>
       </li>
       <li>
- <span class="library"><a href="libs/serialization/doc/index.html">Serialization Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_33_1/libs/serialization/doc/index.html">Serialization
+ Library</a>:</span>
         <ul>
           <li>
             DLL version.
@@ -1040,9 +1045,9 @@
         </ul>
       </li>
       <li>
- <span class="library"><a href="doc/html/signals.html">Signals Library</a>:</span> added slot
- blocking/unblocking, from Frantz Maerten. Huge improvements to signal invocation
- performance from Robert Zeh.
+ <span class="library"><a href="/doc/libs/1_33_1/doc/html/signals.html">Signals Library</a>:</span> added
+ slot blocking/unblocking, from Frantz Maerten. Huge improvements to signal
+ invocation performance from Robert Zeh.
       </li>
     </ul>
   </div>
@@ -1111,13 +1116,13 @@
     <h3><span class="link">Important
     - New Toolset Names</span></h3>
     <p>
- The names of some the Boost.Build <a href="more/getting_started.html#Tools">toolsets</a>
+ The names of some the Boost.Build <a href="/doc/libs/1_32_0/more/getting_started.html#Tools">toolsets</a>
       have been changed to remove the "<tt>.</tt>" (dot) character
       and to fix some other naming inconsistencies. For example, <tt>vc7.1</tt>
       toolset was renamed to become <tt>vc-7_1</tt>. Please refer to the
- <a href="more/getting_started.html#Tools">Supported Toolsets</a> section
- of the installation guide for the complete list of the current toolset names.
- This change was made as a part of the effort to make the Boost distribution
+ <a href="/doc/libs/1_32_0/more/getting_started.html#Tools">Supported Toolsets</a>
+ section of the installation guide for the complete list of the current toolset
+ names. This change was made as a part of the effort to make the Boost distribution
       compatible with ISO 9660 level 2 requirements.
     </p>
   </div>
@@ -1125,46 +1130,44 @@
     <h3><span class="link">New Libraries</span></h3>
     <ul>
       <li>
- <span class="library"><a href="libs/assign/index.html">Assignment Library</a>:</span> Filling
+ <span class="library"><a href="/doc/libs/1_32_0/libs/assign/index.html">Assignment Library</a>:</span> Filling
         containers with constant or generated data has never been easier, from Thorsten
         Ottosen.
       </li>
       <li>
- <span class="library"><a href="libs/algorithm/minmax/index.html">Minmax Library</a>:</span>
- Standard
- library extensions for simultaneous min/max and min/max element computations,
- from Herve Bronnimann.
+ <span class="library"><a href="/doc/libs/1_32_0/libs/algorithm/minmax/index.html">Minmax
+ Library</a>:</span> Standard library extensions for simultaneous min/max and
+ min/max element computations, from Herve Bronnimann.
       </li>
       <li>
- <span class="library"><a href="libs/multi_index/doc/index.html">Multi-index Containers
- Library</a>:</span> Containers with multiple STL-compatible access interfaces,
- from Joaquin M Lopez Munoz.
+ <span class="library"><a href="/doc/libs/1_32_0/libs/multi_index/doc/index.html">Multi-index
+ Containers Library</a>:</span> Containers with multiple STL-compatible access
+ interfaces, from Joaquin M Lopez Munoz.
       </li>
       <li>
- <span class="library"><a href="libs/numeric/conversion/index.html">Numeric Conversion
- Library</a>:</span> Optimized policy-based numeric conversions, from Fernando
- Cacciola.
+ <span class="library"><a href="/doc/libs/1_32_0/libs/numeric/conversion/index.html">Numeric
+ Conversion Library</a>:</span> Optimized policy-based numeric conversions, from
+ Fernando Cacciola.
       </li>
       <li>
- <span class="library"><a href="doc/html/program_options.html">Program Options Library</a>:</span>
- Access
- to configuration data given on command line, in config files and other sources,
- from Vladimir Prus.
+ <span class="library"><a href="/doc/libs/1_32_0/doc/html/program_options.html">Program
+ Options Library</a>:</span> Access to configuration data given on command line,
+ in config files and other sources, from Vladimir Prus.
       </li>
       <li>
- <span class="library"><a href="libs/range/index.html">Range Library</a>:</span> a new infrastructure
- for generic algorithms that builds on top of the new iterator concepts, from
- Thorsten Ottosen.
+ <span class="library"><a href="/doc/libs/1_32_0/libs/range/index.html">Range Library</a>:</span> a
+ new infrastructure for generic algorithms that builds on top of the new iterator
+ concepts, from Thorsten Ottosen.
       </li>
       <li>
- <span class="library"><a href="libs/serialization/doc/index.html">Serialization Library</a>:</span> Serialization/de-serialization
- of arbitrary C++ data structures to various formats including text, binary,
- and xml, from Robert Ramey.
+ <span class="library"><a href="/doc/libs/1_32_0/libs/serialization/doc/index.html">Serialization
+ Library</a>:</span> Serialization/de-serialization of arbitrary C++ data structures
+ to various formats including text, binary, and xml, from Robert Ramey.
       </li>
       <li>
- <span class="library"><a href="libs/algorithm/string/index.html">String Algorithms Library</a>:</span> Collection
- of string related algorithms for case conversion, trimming, find/replace
- operations and more, from Pavol Droba.
+ <span class="library"><a href="/doc/libs/1_32_0/libs/algorithm/string/index.html">String
+ Algorithms Library</a>:</span> Collection of string related algorithms for case
+ conversion, trimming, find/replace operations and more, from Pavol Droba.
       </li>
       <li>
         <span class="library">:</span> 3-state boolean type library, from Doug Gregor.
@@ -1178,49 +1181,50 @@
         Compose: This deprecated library has been removed.
       </li>
       <li>
- <span class="library"><a href="libs/graph/index.html">Graph</a>:</span>
+ <span class="library"><a href="/doc/libs/1_32_0/libs/graph/index.html">Graph</a>:</span>
         <ul>
           <li>
- Added <a href="libs/graph/doc/bundles.html">bundled properties</a>
- to the <a href="libs/graph/doc/adjacency_list.html"><code><span class="identifier">adjacency_list</span></code></a> and <a href="libs/graph/doc/adjacency_matrix.html"><code><span class="identifier">adjacency_matrix</span></code></a> class templates,
+ Added <a href="/doc/libs/1_32_0/libs/graph/doc/bundles.html">bundled
+ properties</a> to the <a href="/doc/libs/1_32_0/libs/graph/doc/adjacency_list.html"><code><span class="identifier">adjacency_list</span></code></a> and <a href="/doc/libs/1_32_0/libs/graph/doc/adjacency_matrix.html"><code><span class="identifier">adjacency_matrix</span></code></a> class templates,
             greatly simplifying the introduction of internal vertex and edge properties.
           </li>
           <li>
- The <a href="libs/graph/doc/leda_conversion.html">LEDA graph adaptors</a>
- have been ported to LEDA 4.5.
+ The <a href="/doc/libs/1_32_0/libs/graph/doc/leda_conversion.html">LEDA
+ graph adaptors</a> have been ported to LEDA 4.5.
           </li>
           <li>
- Added algorithms for <a href="libs/graph/doc/betweenness_centrality.html">betweenness
- centrality</a> and <a href="libs/graph/doc/bc_clustering.html">betweenness
+ Added algorithms for <a href="/doc/libs/1_32_0/libs/graph/doc/betweenness_centrality.html">betweenness
+ centrality</a> and <a href="/doc/libs/1_32_0/libs/graph/doc/bc_clustering.html">betweenness
             centrality clustering</a>.
           </li>
           <li>
- Added <a href="libs/graph/doc/circle_layout.html">circle layout</a>
- and <a href="libs/graph/doc/kamada_kawai_spring_layout.html">undirected
+ Added <a href="/doc/libs/1_32_0/libs/graph/doc/circle_layout.html">circle
+ layout</a> and <a href="/doc/libs/1_32_0/libs/graph/doc/kamada_kawai_spring_layout.html">undirected
             spring layout</a> algorithms.
           </li>
         </ul>
       </li>
       <li>
- <span class="library"><a href="libs/mpl/doc/index.html">MPL Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_32_0/libs/mpl/doc/index.html">MPL Library</a>:</span>
         <ul>
           <li>
             Updated to use the Boost Software License.
           </li>
           <li>
- New <a href="libs/mpl/doc/index.html">documentation</a>, including
- a complete <a href="libs/mpl/doc/refmanual.html">reference manual.</a>
+ New <a href="/doc/libs/1_32_0/libs/mpl/doc/index.html">documentation</a>,
+ including a complete <a href="/doc/libs/1_32_0/libs/mpl/doc/refmanual.html">reference
+ manual.</a>
           </li>
           <li>
             Major interface changes and improvements, many of which are not backward
- compatible. Please refer to the <a href="libs/mpl/doc/tutorial/changes-in-boost-1-32-0.html">1.32
+ compatible. Please refer to the <a href="/doc/libs/1_32_0/libs/mpl/doc/tutorial/changes-in-boost-1-32-0.html">1.32
             changelog</a> for the detailed information about upgrading to the
             new version.
           </li>
         </ul>
       </li>
       <li>
- <span class="library"><a href="libs/python/doc/index.html">Python Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_32_0/libs/python/doc/index.html">Python Library</a>:</span>
         <ul>
           <li>
             Updated to use the Boost Software License.
@@ -1229,7 +1233,7 @@
             a new,
           </li>
           <li>
- <a href="libs/python/doc/tutorial/doc/html/python/exposing.html#python.class_virtual_functions">better
+ <a href="/doc/libs/1_32_0/libs/python/doc/tutorial/doc/html/python/exposing.html#python.class_virtual_functions">better
             method of wrapping classes with virtual functions</a> has been implemented.
           </li>
           <li>
@@ -1258,11 +1262,12 @@
         may safely have state and are accessible from the signal.
       </li>
       <li>
- <span class="library"><a href="libs/utility/utility.htm">Utility</a>:</span> class template
- <a href="libs/utility/utility.htm#result_of">result_of</a> added.
+ <span class="library"><a href="/doc/libs/1_32_0/libs/utility/utility.htm">Utility</a>:</span> class
+ template <a href="/doc/libs/1_32_0/libs/utility/utility.htm#result_of">result_of</a>
+ added.
       </li>
       <li>
- <span class="library"><a href="libs/test/index.html">Test Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_32_0/libs/test/index.html">Test Library</a>:</span>
   <ul>
     <li>namespace names gets shorten; old one still supported till next
       release</li>
@@ -1290,8 +1295,8 @@
   <div id="version_1_32_0.acknowledgements">
     <h3><span class="link">Acknowledgements</span></h3>
     <p>
- <img alt="[]" src="http://boost.sourceforge.net/photos/aleksey_gurtovoy2.jpg"/><a href="/users/people/aleksey_gurtovoy.htm">Aleksey
- Gurtovoy</a> managed this release. <a href="more/release_procedures.htm">Managing
+ <img alt="[]" src="http://boost.sourceforge.net/photos/aleksey_gurtovoy2.jpg"/> <a href="/users/people/aleksey_gurtovoy.htm">Aleksey
+ Gurtovoy</a> managed this release. <a href="/doc/libs/1_32_0/more/release_procedures.htm">Managing
       a release</a> at all is an enormous job, and Aleksey always goes beyond
       merely meeting requirements by insisting on the highest possible quality. The
       Boost membership owes him a debt of gratitude.
@@ -1314,7 +1319,7 @@
     </p>
     <p>
       Also, our special thanks go to: John Maddock for the managing the effort of
- converting the majority of the Boost libraries to the <a href="more/license_info.html">Boost
+ converting the majority of the Boost libraries to the <a href="/doc/libs/1_32_0/more/license_info.html">Boost
       Software License</a>, Eric Niebler and Joel de Guzman for taking on the
       important job of improving the Boost documentation's look and feel, and last,
       but not least, to our regression test runners, without whom we simply would
@@ -1333,12 +1338,12 @@
   <div id="version_1_31_0.new_license">
     <h3><span class="link">New License</span></h3>
     <p>
- A unified <a href="more/license_info.html">Boost Software License</a>
- has been developed and will gradually replace the individual licenses for most
- Boost libraries. The new license offers better legal protection for both users
- and developers, and should speed user's legal reviews of Boost libraries. Dave
- Abrahams led the Boost effort to develop better licensing. The legal team was
- led by <a href="http://cyber.law.harvard.edu/people/cabell/index.html">Diane
+ A unified <a href="/doc/libs/1_31_0/more/license_info.html">Boost Software
+ License</a> has been developed and will gradually replace the individual
+ licenses for most Boost libraries. The new license offers better legal protection
+ for both users and developers, and should speed user's legal reviews of Boost
+ libraries. Dave Abrahams led the Boost effort to develop better licensing.
+ The legal team was led by <a href="http://cyber.law.harvard.edu/people/cabell/index.html">Diane
       Cabell</a>, Director, Clinical Programs, <a href="http://cyber.law.harvard.edu">Berkman
       Center for Internet & Society</a>, Harvard Law School. <a href="http://www.nixonpeabody.com/attorneys_detail1.asp?ID=121">Devin
       Smith</a>, attorney, <a href="http://www.nixonpeabody.com/default.asp">Nixon
@@ -1347,20 +1352,20 @@
     </p>
     <p>
       Note: Many of the Boost libraries are still using earlier licenses, though
- all conform to the <a href="more/lib_guide.htm#license">Boost License Requirements</a>.
- After this release we will begin an effort to move toward uniform use of the
- new license.
+ all conform to the <a href="/doc/libs/1_31_0/more/lib_guide.htm#license">Boost
+ License Requirements</a>. After this release we will begin an effort to
+ move toward uniform use of the new license.
     </p>
   </div>
   <div id="version_1_31_0.build_and_installation">
     <h3><span class="link">Build and Installation</span></h3>
     <ul>
       <li>
- New <a href="more/getting_started.html">Getting Started</a> procedures
- ease download and installation, from Rene Rivera and others.
+ New <a href="/doc/libs/1_31_0/more/getting_started.html">Getting Started</a>
+ procedures ease download and installation, from Rene Rivera and others.
       </li>
       <li>
- Improved support for libraries requiring <a href="more/separate_compilation.html">separate
+ Improved support for libraries requiring <a href="/doc/libs/1_31_0/more/separate_compilation.html">separate
         compilation</a>, from John Maddock and others.
       </li>
     </ul>
@@ -1369,13 +1374,13 @@
     <h3><span class="link">New Libraries</span></h3>
     <ul>
       <li>
- <span class="library"><a href="libs/utility/enable_if.html">enable_if</a>:</span> Selective
+ <span class="library"><a href="/doc/libs/1_31_0/libs/utility/enable_if.html">enable_if</a>:</span> Selective
         inclusion of function template overloads, from Jaakko Jarvi, Jeremiah Willcock,
         and Andrew Lumsdaine. This is an important new technique which exploits the
         SFINAE (substitution-failure-is-not-an-error) principle.
       </li>
       <li>
- <span class="library"><a href="libs/variant/index.html">Variant Library</a>:</span> Safe,
+ <span class="library"><a href="/doc/libs/1_31_0/libs/variant/index.html">Variant Library</a>:</span> Safe,
         generic, stack-based discriminated union container, from Eric Friedman and
         Itay Maman.
       </li>
@@ -1385,42 +1390,42 @@
     <h3><span class="link">Updated Libraries</span></h3>
     <ul>
       <li>
- <span class="library"><a href="libs/compose/index.htm">Compose</a>:</span> This library has
- been deprecated and will be removed in a future release. Use <a href="libs/bind/bind.html">Bind</a>
- or <a href="libs/lambda/doc/index.html">Lambda</a> instead.
+ <span class="library"><a href="/doc/libs/1_31_0/libs/compose/index.htm">Compose</a>:</span> This
+ library has been deprecated and will be removed in a future release. Use
+ <a href="/doc/libs/1_31_0/libs/bind/bind.html">Bind</a> or <a href="/doc/libs/1_31_0/libs/lambda/doc/index.html">Lambda</a> instead.
       </li>
       <li>
- <span class="library"><a href="libs/date_time/doc/index.html">Date Time Library</a>:</span> A
- whole host of bug fixes, new features, and documentation improvements. See
- the Date Time Change History for details.
+ <span class="library"><a href="/doc/libs/1_31_0/libs/date_time/doc/index.html">Date Time
+ Library</a>:</span> A whole host of bug fixes, new features, and documentation
+ improvements. See the Date Time Change History for details.
       </li>
       <li>
- <span class="library"><a href="libs/filesystem/doc/index.htm">Filesystem Library</a>:</span>
- Several
- added functions, including improved checking for directory and file name
- portability.
+ <span class="library"><a href="/doc/libs/1_31_0/libs/filesystem/doc/index.htm">Filesystem
+ Library</a>:</span> Several added functions, including improved checking for
+ directory and file name portability.
       </li>
       <li>
- <span class="library"><a href="libs/iterator/doc/index.html">Iterator Library</a>:</span> Major
- version upgrade, with interface as proposed for the C++ library TR, including
- an improved <tt>iterator_adaptor</tt> design plus several new components,
- from David Abrahams, Jeremy Siek, and Thomas Witt.
+ <span class="library"><a href="/doc/libs/1_31_0/libs/iterator/doc/index.html">Iterator
+ Library</a>:</span> Major version upgrade, with interface as proposed for the
+ C++ library TR, including an improved <tt>iterator_adaptor</tt>
+ design plus several new components, from David Abrahams, Jeremy Siek, and
+ Thomas Witt.
       </li>
       <li>
- <span class="library"><a href="libs/multi_array/index.html">MultiArray</a>:</span> The <tt>multi_array</tt>
- class template now provides an element-preserving resize operation as well
- as default construction (see the <a href="libs/multi_array/doc/reference.html">reference
+ <span class="library"><a href="/doc/libs/1_31_0/libs/multi_array/index.html">MultiArray</a>:</span> The
+ <tt>multi_array</tt> class template now provides an element-preserving
+ resize operation as well as default construction (see the <a href="/doc/libs/1_31_0/libs/multi_array/doc/reference.html">reference
         manual</a> for more information).
       </li>
       <li>
- <span class="library"><a href="libs/python/index.html">Python Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_31_0/libs/python/index.html">Python Library</a>:</span>
         <ul>
           <li>
             Support for Python 2.3 and Intel C++ on Linux
           </li>
           <li>
- Container <a href="libs/python/doc/v2/indexing.html">Indexing Suite</a>
- added.
+ Container <a href="/doc/libs/1_31_0/libs/python/doc/v2/indexing.html">Indexing
+ Suite</a> added.
           </li>
           <li>
             injected constructors and wrapped function objects.
@@ -1432,13 +1437,15 @@
             <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">wstring</span></code> conversions.
           </li>
           <li>
- Improved <a href="libs/python/doc/v2/args.html">keyword arguments</a>.
+ Improved <a href="/doc/libs/1_31_0/libs/python/doc/v2/args.html">keyword
+ arguments</a>.
           </li>
           <li>
             Better error messages, including name demangling for GCC.
           </li>
           <li>
- Simpler <a href="libs/python/doc/building.html">build procedure</a>.
+ Simpler <a href="/doc/libs/1_31_0/libs/python/doc/building.html">build
+ procedure</a>.
           </li>
           <li>
             <em>...and more....</em>
@@ -1446,16 +1453,19 @@
         </ul>
       </li>
       <li>
- <span class="library"><a href="libs/random/index.html">Random Number Library</a>:</span> Interface
- changed to match the C++ <a href="libs/random/wg21-proposal.html">TR proposal</a>,
- from Jens Maurer.
+ <span class="library"><a href="/doc/libs/1_31_0/libs/random/index.html">Random Number
+ Library</a>:</span> Interface changed to match the C++ <a href="/doc/libs/1_31_0/libs/random/wg21-proposal.html">TR
+ proposal</a>, from Jens Maurer.
       </li>
       <li>
- <span class="library"><a href="libs/regex/doc/index.html">Regex</a>:</span> Completely new
- matching algorithm is now much faster than before, plus a selection of <a href="libs/regex/doc/history.html">new features and enhancements</a>.
+ <span class="library"><a href="/doc/libs/1_31_0/libs/regex/doc/index.html">Regex</a>:</span> Completely
+ new matching algorithm is now much faster than before, plus a selection of
+ <a href="/doc/libs/1_31_0/libs/regex/doc/history.html">new features and
+ enhancements</a>.
       </li>
       <li>
- <span class="library"><a href="libs/spirit/index.html">Boost.Spirit 1.8.0</a>:</span>
+ <span class="library"><a href="/doc/libs/1_31_0/libs/spirit/index.html">Boost.Spirit
+ 1.8.0</a>:</span>
   <ul>
     <li>Multiple grammar start rules</li>
     <li>Multiple Scanner rules (no more scanner business woes)</li>
@@ -1472,7 +1482,7 @@
 
       </li>
       <li>
- <span class="library"><a href="libs/test/index.html">Test Library</a>:</span>
+ <span class="library"><a href="/doc/libs/1_31_0/libs/test/index.html">Test Library</a>:</span>
   <ul>
     <li>Free function template based test case</li>
     <li>Custom exception translators support in execution monitor and

Modified: website/public_html/beta/feed/history/boost_1_31_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_31_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_31_0.qbk 2007-11-04 12:39:47 EST (Sun, 04 Nov 2007)
@@ -15,13 +15,12 @@
 [include ext.qbk]
 
 [section New License]
-
-A unified [@more/license_info.html Boost Software License] has been developed and
-will gradually replace the individual licenses for most Boost libraries. The
-new license offers better legal protection for both users and developers, and
-should speed user's legal reviews of Boost libraries. Dave Abrahams led the
-Boost effort to develop better licensing. The legal team was led by
-[@http://cyber.law.harvard.edu/people/cabell/index.html Diane Cabell],
+A unified [@/doc/libs/1_31_0/more/license_info.html Boost Software License] has
+been developed and will gradually replace the individual licenses for most
+Boost libraries. The new license offers better legal protection for both users
+and developers, and should speed user's legal reviews of Boost libraries. Dave
+Abrahams led the Boost effort to develop better licensing. The legal team was
+led by [@http://cyber.law.harvard.edu/people/cabell/index.html Diane Cabell],
 Director, Clinical Programs, [@http://cyber.law.harvard.edu Berkman Center for
 Internet & Society], Harvard Law School.
 [@http://www.nixonpeabody.com/attorneys_detail1.asp?ID=121 Devin Smith],
@@ -30,70 +29,74 @@
 and drafts of various legal documents.
 
 Note: Many of the Boost libraries are still using earlier licenses, though all
-conform to the [@more/lib_guide.htm#license Boost License Requirements]. After this
-release we will begin an effort to move toward uniform use of the new license.
+conform to the [@/doc/libs/1_31_0/more/lib_guide.htm#license Boost License
+Requirements]. After this release we will begin an effort to move toward
+uniform use of the new license.
 
 [endsect]
 
 [section Build and Installation]
 
-* New [@more/getting_started.html Getting Started] procedures ease download and
- installation, from Rene Rivera and others.
+* New [@/doc/libs/1_31_0/more/getting_started.html Getting Started] procedures
+ ease download and installation, from Rene Rivera and others.
 
-* Improved support for libraries requiring [@more/separate_compilation.html separate
+* Improved support for libraries requiring
+ [@/doc/libs/1_31_0/more/separate_compilation.html separate
   compilation], from John Maddock and others.
 
 [endsect]
 
 [section New Libraries]
 
-* [phrase library..[@libs/utility/enable_if.html enable_if]:] Selective
+* [phrase library..[@/doc/libs/1_31_0/libs/utility/enable_if.html enable_if]:] Selective
   inclusion of function template overloads, from Jaakko Jarvi, Jeremiah
   Willcock, and Andrew Lumsdaine. This is an important new technique which
   exploits the SFINAE (substitution-failure-is-not-an-error) principle.
-* [phrase library..[@libs/variant/index.html Variant Library]:] Safe, generic,
- stack-based discriminated union container, from Eric Friedman and Itay Maman.
+* [phrase library..[@/doc/libs/1_31_0/libs/variant/index.html Variant
+ Library]:] Safe, generic, stack-based discriminated union container, from
+ Eric Friedman and Itay Maman.
 
 [endsect]
 
 [section Updated Libraries]
 
-* [phrase library..[@libs/compose/index.htm Compose]:] This library has been
- deprecated and will be removed in a future release. Use
- [@libs/bind/bind.html Bind] or [@libs/lambda/doc/index.html Lambda]
- instead.
-* [phrase library..[@libs/date_time/doc/index.html Date Time Library]:] A
- whole host of bug fixes, new features, and documentation improvements. See
- the Date Time Change History for details.
-* [phrase library..[@libs/filesystem/doc/index.htm Filesystem Library]:]
- Several added functions, including improved checking for directory and file
- name portability.
-* [phrase library..[@libs/iterator/doc/index.html Iterator Library]:] Major
- version upgrade, with interface as proposed for the C++ library TR, including
- an improved [^iterator_adaptor] design plus several new components, from
- David Abrahams, Jeremy Siek, and Thomas Witt.
-* [phrase library..[@libs/multi_array/index.html MultiArray]:] The
+* [phrase library..[@/doc/libs/1_31_0/libs/compose/index.htm Compose]:] This
+ library has been deprecated and will be removed in a future release. Use
+ [@/doc/libs/1_31_0/libs/bind/bind.html Bind] or
+ [@/doc/libs/1_31_0/libs/lambda/doc/index.html Lambda] instead.
+* [phrase library..[@/doc/libs/1_31_0/libs/date_time/doc/index.html Date Time
+ Library]:] A whole host of bug fixes, new features, and documentation
+ improvements. See the Date Time Change History for details.
+* [phrase library..[@/doc/libs/1_31_0/libs/filesystem/doc/index.htm Filesystem
+ Library]:] Several added functions, including improved checking for directory
+ and file name portability.
+* [phrase library..[@/doc/libs/1_31_0/libs/iterator/doc/index.html Iterator
+ Library]:] Major version upgrade, with interface as proposed for the C++
+ library TR, including an improved [^iterator_adaptor] design plus several new
+ components, from David Abrahams, Jeremy Siek, and Thomas Witt.
+* [phrase library..[@/doc/libs/1_31_0/libs/multi_array/index.html MultiArray]:] The
   [^multi_array] class template now provides an element-preserving resize
   operation as well as default construction (see the
- [@libs/multi_array/doc/reference.html reference manual] for more
+ [@/doc/libs/1_31_0/libs/multi_array/doc/reference.html reference manual] for more
   information).
-* [phrase library..[@libs/python/index.html Python Library]:]
+* [phrase library..[@/doc/libs/1_31_0/libs/python/index.html Python Library]:]
   * Support for Python 2.3 and Intel C++ on Linux
- * Container [@libs/python/doc/v2/indexing.html Indexing Suite] added.
+ * Container [@/doc/libs/1_31_0/libs/python/doc/v2/indexing.html Indexing Suite] added.
   * injected constructors and wrapped function objects.
   * wrapping static data members.
   * `std::wstring` conversions.
- * Improved [@libs/python/doc/v2/args.html keyword arguments].
+ * Improved [@/doc/libs/1_31_0/libs/python/doc/v2/args.html keyword arguments].
   * Better error messages, including name demangling for GCC.
- * Simpler [@libs/python/doc/building.html build procedure].
+ * Simpler [@/doc/libs/1_31_0/libs/python/doc/building.html build procedure].
   * ['...and more....]
-* [phrase library..[@libs/random/index.html Random Number Library]:] Interface
- changed to match the C++ [@libs/random/wg21-proposal.html TR proposal], from
- Jens Maurer.
-* [phrase library..[@libs/regex/doc/index.html Regex]:] Completely new
+* [phrase library..[@/doc/libs/1_31_0/libs/random/index.html Random Number
+ Library]:] Interface changed to match the C++
+ [@/doc/libs/1_31_0/libs/random/wg21-proposal.html TR proposal], from Jens
+ Maurer.
+* [phrase library..[@/doc/libs/1_31_0/libs/regex/doc/index.html Regex]:] Completely new
   matching algorithm is now much faster than before, plus a selection of
- [@libs/regex/doc/history.html new features and enhancements].
-* [phrase library..[@libs/spirit/index.html Boost.Spirit 1.8.0]:]
+ [@/doc/libs/1_31_0/libs/regex/doc/history.html new features and enhancements].
+* [phrase library..[@/doc/libs/1_31_0/libs/spirit/index.html Boost.Spirit 1.8.0]:]
   '''<itemizedlist>
     <listitem>Multiple grammar start rules</listitem>
     <listitem>Multiple Scanner rules (no more scanner business woes)</listitem>
@@ -107,7 +110,7 @@
     supported. If you are still using one of these older compilers, please use
     Spirit v1.6.x. See [@http://spirit.sf.net Spirit's Site] for more details.
   </para>'''
-* [phrase library..[@libs/test/index.html Test Library]:]
+* [phrase library..[@/doc/libs/1_31_0/libs/test/index.html Test Library]:]
   '''<itemizedlist>
     <listitem>Free function template based test case</listitem>
     <listitem>Custom exception translators support in execution monitor and

Modified: website/public_html/beta/feed/history/boost_1_31_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_31_0.xml (original)
+++ website/public_html/beta/feed/history/boost_1_31_0.xml 2007-11-04 12:39:47 EST (Sun, 04 Nov 2007)
@@ -18,12 +18,12 @@
   <section id="version_1_31_0.new_license">
     <title><link linkend="version_1_31_0.new_license">New License</link></title>
     <para>
- A unified <ulink url="more/license_info.html">Boost Software License</ulink>
- has been developed and will gradually replace the individual licenses for most
- Boost libraries. The new license offers better legal protection for both users
- and developers, and should speed user's legal reviews of Boost libraries. Dave
- Abrahams led the Boost effort to develop better licensing. The legal team was
- led by <ulink url="http://cyber.law.harvard.edu/people/cabell/index.html">Diane
+ A unified <ulink url="/doc/libs/1_31_0/more/license_info.html">Boost Software
+ License</ulink> has been developed and will gradually replace the individual
+ licenses for most Boost libraries. The new license offers better legal protection
+ for both users and developers, and should speed user's legal reviews of Boost
+ libraries. Dave Abrahams led the Boost effort to develop better licensing.
+ The legal team was led by <ulink url="http://cyber.law.harvard.edu/people/cabell/index.html">Diane
       Cabell</ulink>, Director, Clinical Programs, <ulink url="http://cyber.law.harvard.edu">Berkman
       Center for Internet &amp; Society</ulink>, Harvard Law School. <ulink url="http://www.nixonpeabody.com/attorneys_detail1.asp?ID=121">Devin
       Smith</ulink>, attorney, <ulink url="http://www.nixonpeabody.com/default.asp">Nixon
@@ -32,20 +32,20 @@
     </para>
     <para>
       Note: Many of the Boost libraries are still using earlier licenses, though
- all conform to the <ulink url="more/lib_guide.htm#license">Boost License Requirements</ulink>.
- After this release we will begin an effort to move toward uniform use of the
- new license.
+ all conform to the <ulink url="/doc/libs/1_31_0/more/lib_guide.htm#license">Boost
+ License Requirements</ulink>. After this release we will begin an effort to
+ move toward uniform use of the new license.
     </para>
   </section>
   <section id="version_1_31_0.build_and_installation">
     <title><link linkend="version_1_31_0.build_and_installation">Build and Installation</link></title>
     <itemizedlist>
       <listitem>
- New <ulink url="more/getting_started.html">Getting Started</ulink> procedures
- ease download and installation, from Rene Rivera and others.
+ New <ulink url="/doc/libs/1_31_0/more/getting_started.html">Getting Started</ulink>
+ procedures ease download and installation, from Rene Rivera and others.
       </listitem>
       <listitem>
- Improved support for libraries requiring <ulink url="more/separate_compilation.html">separate
+ Improved support for libraries requiring <ulink url="/doc/libs/1_31_0/more/separate_compilation.html">separate
         compilation</ulink>, from John Maddock and others.
       </listitem>
     </itemizedlist>
@@ -54,13 +54,13 @@
     <title><link linkend="version_1_31_0.new_libraries">New Libraries</link></title>
     <itemizedlist>
       <listitem>
- <phrase role="library"><ulink url="libs/utility/enable_if.html">enable_if</ulink>:</phrase> Selective
+ <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/utility/enable_if.html">enable_if</ulink>:</phrase> Selective
         inclusion of function template overloads, from Jaakko Jarvi, Jeremiah Willcock,
         and Andrew Lumsdaine. This is an important new technique which exploits the
         SFINAE (substitution-failure-is-not-an-error) principle.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/variant/index.html">Variant Library</ulink>:</phrase> Safe,
+ <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/variant/index.html">Variant Library</ulink>:</phrase> Safe,
         generic, stack-based discriminated union container, from Eric Friedman and
         Itay Maman.
       </listitem>
@@ -70,42 +70,43 @@
     <title><link linkend="version_1_31_0.updated_libraries">Updated Libraries</link></title>
     <itemizedlist>
       <listitem>
- <phrase role="library"><ulink url="libs/compose/index.htm">Compose</ulink>:</phrase> This library has
- been deprecated and will be removed in a future release. Use <ulink url="libs/bind/bind.html">Bind</ulink>
- or <ulink url="libs/lambda/doc/index.html">Lambda</ulink> instead.
+ <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/compose/index.htm">Compose</ulink>:</phrase> This
+ library has been deprecated and will be removed in a future release. Use
+ <ulink url="/doc/libs/1_31_0/libs/bind/bind.html">Bind</ulink> or <ulink
+ url="/doc/libs/1_31_0/libs/lambda/doc/index.html">Lambda</ulink> instead.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/date_time/doc/index.html">Date Time Library</ulink>:</phrase> A
- whole host of bug fixes, new features, and documentation improvements. See
- the Date Time Change History for details.
+ <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/date_time/doc/index.html">Date Time
+ Library</ulink>:</phrase> A whole host of bug fixes, new features, and documentation
+ improvements. See the Date Time Change History for details.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/filesystem/doc/index.htm">Filesystem Library</ulink>:</phrase>
- Several
- added functions, including improved checking for directory and file name
- portability.
+ <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/filesystem/doc/index.htm">Filesystem
+ Library</ulink>:</phrase> Several added functions, including improved checking for
+ directory and file name portability.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/iterator/doc/index.html">Iterator Library</ulink>:</phrase> Major
- version upgrade, with interface as proposed for the C++ library TR, including
- an improved <literal>iterator_adaptor</literal> design plus several new components,
- from David Abrahams, Jeremy Siek, and Thomas Witt.
+ <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/iterator/doc/index.html">Iterator
+ Library</ulink>:</phrase> Major version upgrade, with interface as proposed for the
+ C++ library TR, including an improved <literal>iterator_adaptor</literal>
+ design plus several new components, from David Abrahams, Jeremy Siek, and
+ Thomas Witt.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/multi_array/index.html">MultiArray</ulink>:</phrase> The <literal>multi_array</literal>
- class template now provides an element-preserving resize operation as well
- as default construction (see the <ulink url="libs/multi_array/doc/reference.html">reference
+ <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/multi_array/index.html">MultiArray</ulink>:</phrase> The
+ <literal>multi_array</literal> class template now provides an element-preserving
+ resize operation as well as default construction (see the <ulink url="/doc/libs/1_31_0/libs/multi_array/doc/reference.html">reference
         manual</ulink> for more information).
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/python/index.html">Python Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/python/index.html">Python Library</ulink>:</phrase>
         <itemizedlist>
           <listitem>
             Support for Python 2.3 and Intel C++ on Linux
           </listitem>
           <listitem>
- Container <ulink url="libs/python/doc/v2/indexing.html">Indexing Suite</ulink>
- added.
+ Container <ulink url="/doc/libs/1_31_0/libs/python/doc/v2/indexing.html">Indexing
+ Suite</ulink> added.
           </listitem>
           <listitem>
             injected constructors and wrapped function objects.
@@ -118,13 +119,15 @@
             role="identifier">wstring</phrase></code> conversions.
           </listitem>
           <listitem>
- Improved <ulink url="libs/python/doc/v2/args.html">keyword arguments</ulink>.
+ Improved <ulink url="/doc/libs/1_31_0/libs/python/doc/v2/args.html">keyword
+ arguments</ulink>.
           </listitem>
           <listitem>
             Better error messages, including name demangling for GCC.
           </listitem>
           <listitem>
- Simpler <ulink url="libs/python/doc/building.html">build procedure</ulink>.
+ Simpler <ulink url="/doc/libs/1_31_0/libs/python/doc/building.html">build
+ procedure</ulink>.
           </listitem>
           <listitem>
             <emphasis>...and more....</emphasis>
@@ -132,17 +135,19 @@
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/random/index.html">Random Number Library</ulink>:</phrase> Interface
- changed to match the C++ <ulink url="libs/random/wg21-proposal.html">TR proposal</ulink>,
- from Jens Maurer.
+ <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/random/index.html">Random Number
+ Library</ulink>:</phrase> Interface changed to match the C++ <ulink url="/doc/libs/1_31_0/libs/random/wg21-proposal.html">TR
+ proposal</ulink>, from Jens Maurer.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/regex/doc/index.html">Regex</ulink>:</phrase> Completely new
- matching algorithm is now much faster than before, plus a selection of <ulink
- url="libs/regex/doc/history.html">new features and enhancements</ulink>.
+ <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/regex/doc/index.html">Regex</ulink>:</phrase> Completely
+ new matching algorithm is now much faster than before, plus a selection of
+ <ulink url="/doc/libs/1_31_0/libs/regex/doc/history.html">new features and
+ enhancements</ulink>.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/spirit/index.html">Boost.Spirit 1.8.0</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/spirit/index.html">Boost.Spirit
+ 1.8.0</ulink>:</phrase>
   <itemizedlist>
     <listitem>Multiple grammar start rules</listitem>
     <listitem>Multiple Scanner rules (no more scanner business woes)</listitem>
@@ -159,7 +164,7 @@
 
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/test/index.html">Test Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_31_0/libs/test/index.html">Test Library</ulink>:</phrase>
   <itemizedlist>
     <listitem>Free function template based test case</listitem>
     <listitem>Custom exception translators support in execution monitor and

Modified: website/public_html/beta/feed/history/boost_1_32_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_32_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_32_0.qbk 2007-11-04 12:39:47 EST (Sun, 04 Nov 2007)
@@ -17,76 +17,78 @@
 
 [section Important - New Toolset Names]
 
-The names of some the Boost.Build [@more/getting_started.html#Tools toolsets] have
-been changed to remove the "[^.]" (dot) character and to fix some other naming
+The names of some the Boost.Build
+[@/doc/libs/1_32_0/more/getting_started.html#Tools toolsets] have been changed
+to remove the "[^.]" (dot) character and to fix some other naming
 inconsistencies. For example, [^vc7.1] toolset was renamed to become [^vc-7_1].
-Please refer to the [@more/getting_started.html#Tools Supported Toolsets] section of
-the installation guide for the complete list of the current toolset names. This
-change was made as a part of the effort to make the Boost distribution
-compatible with ISO 9660 level 2 requirements.
+Please refer to the [@/doc/libs/1_32_0/more/getting_started.html#Tools
+Supported Toolsets] section of the installation guide for the complete list of
+the current toolset names. This change was made as a part of the effort to make
+the Boost distribution compatible with ISO 9660 level 2 requirements.
 
 [endsect]
 
 [section New Libraries]
 
-* [phrase library..[@libs/assign/index.html Assignment Library]:] Filling
- containers with constant or generated data has never been easier, from
- Thorsten Ottosen.
-* [phrase library..[@libs/algorithm/minmax/index.html Minmax Library]:]
- Standard library extensions for simultaneous min/max and min/max element
- computations, from Herve Bronnimann.
-* [phrase library..[@libs/multi_index/doc/index.html Multi-index Containers
- Library]:] Containers with multiple STL-compatible access interfaces, from
- Joaquin M Lopez Munoz.
-* [phrase library..[@libs/numeric/conversion/index.html Numeric Conversion
- Library]:] Optimized policy-based numeric conversions, from Fernando
- Cacciola.
-* [phrase library..[@doc/html/program_options.html Program Options Library]:]
- Access to configuration data given on command line, in config files and other
- sources, from Vladimir Prus.
-* [phrase library..[@libs/range/index.html Range Library]:] a new
- infrastructure for generic algorithms that builds on top of the new iterator
- concepts, from Thorsten Ottosen.
-* [phrase library..[@libs/serialization/doc/index.html Serialization
- Library]:] Serialization/de-serialization of arbitrary C++ data structures to
- various formats including text, binary, and xml, from Robert Ramey.
-* [phrase library..[@libs/algorithm/string/index.html String Algorithms
- Library]:] Collection of string related algorithms for case conversion,
- trimming, find/replace operations and more, from Pavol Droba.
-* [phrase library..[/html/tribool.html Tribool]:] 3-state boolean type
- library, from Doug Gregor.
+* [phrase library..[@/doc/libs/1_32_0/libs/assign/index.html Assignment
+ Library]:] Filling containers with constant or generated data has never been
+ easier, from Thorsten Ottosen.
+* [phrase library..[@/doc/libs/1_32_0/libs/algorithm/minmax/index.html Minmax
+ Library]:] Standard library extensions for simultaneous min/max and min/max
+ element computations, from Herve Bronnimann.
+* [phrase library..[@/doc/libs/1_32_0/libs/multi_index/doc/index.html
+ Multi-index Containers Library]:] Containers with multiple STL-compatible
+ access interfaces, from Joaquin M Lopez Munoz.
+* [phrase library..[@/doc/libs/1_32_0/libs/numeric/conversion/index.html
+ Numeric Conversion Library]:] Optimized policy-based numeric conversions,
+ from Fernando Cacciola.
+* [phrase library..[@/doc/libs/1_32_0/doc/html/program_options.html Program
+ Options Library]:] Access to configuration data given on command line, in
+ config files and other sources, from Vladimir Prus.
+* [phrase library..[@/doc/libs/1_32_0/libs/range/index.html Range Library]:] a
+ new infrastructure for generic algorithms that builds on top of the new
+ iterator concepts, from Thorsten Ottosen.
+* [phrase library..[@/doc/libs/1_32_0/libs/serialization/doc/index.html
+ Serialization Library]:] Serialization/de-serialization of arbitrary C++ data
+ structures to various formats including text, binary, and xml, from Robert
+ Ramey.
+* [phrase library..[@/doc/libs/1_32_0/libs/algorithm/string/index.html String
+ Algorithms Library]:] Collection of string related algorithms for case
+ conversion, trimming, find/replace operations and more, from Pavol Droba.
+* [phrase library..[/html/tribool.html Tribool]:] 3-state boolean type library,
+ from Doug Gregor.
 
 [endsect]
 
 [section Updated Libraries]
 
 * Compose: This deprecated library has been removed.
-* [phrase library..[@libs/graph/index.html Graph]:]
- * Added [@libs/graph/doc/bundles.html bundled properties] to the
- [@libs/graph/doc/adjacency_list.html `adjacency_list`] and
- [@libs/graph/doc/adjacency_matrix.html `adjacency_matrix`] class
+* [phrase library..[@/doc/libs/1_32_0/libs/graph/index.html Graph]:]
+ * Added [@/doc/libs/1_32_0/libs/graph/doc/bundles.html bundled properties] to the
+ [@/doc/libs/1_32_0/libs/graph/doc/adjacency_list.html `adjacency_list`] and
+ [@/doc/libs/1_32_0/libs/graph/doc/adjacency_matrix.html `adjacency_matrix`] class
     templates, greatly simplifying the introduction of internal vertex and edge
     properties.
- * The [@libs/graph/doc/leda_conversion.html LEDA graph adaptors] have been
- ported to LEDA 4.5.
- * Added algorithms for [@libs/graph/doc/betweenness_centrality.html
- betweenness centrality] and [@libs/graph/doc/bc_clustering.html
+ * The [@/doc/libs/1_32_0/libs/graph/doc/leda_conversion.html LEDA graph
+ adaptors] have been ported to LEDA 4.5.
+ * Added algorithms for [@/doc/libs/1_32_0/libs/graph/doc/betweenness_centrality.html
+ betweenness centrality] and [@/doc/libs/1_32_0/libs/graph/doc/bc_clustering.html
     betweenness centrality clustering].
- * Added [@libs/graph/doc/circle_layout.html circle layout] and
- [@libs/graph/doc/kamada_kawai_spring_layout.html undirected spring layout]
- algorithms.
-* [phrase library..[@libs/mpl/doc/index.html MPL Library]:]
+ * Added [@/doc/libs/1_32_0/libs/graph/doc/circle_layout.html circle layout] and
+ [@/doc/libs/1_32_0/libs/graph/doc/kamada_kawai_spring_layout.html
+ undirected spring layout] algorithms.
+* [phrase library..[@/doc/libs/1_32_0/libs/mpl/doc/index.html MPL Library]:]
   * Updated to use the Boost Software License.
- * New [@libs/mpl/doc/index.html documentation], including a complete
- [@libs/mpl/doc/refmanual.html reference manual.]
+ * New [@/doc/libs/1_32_0/libs/mpl/doc/index.html documentation], including a complete
+ [@/doc/libs/1_32_0/libs/mpl/doc/refmanual.html reference manual.]
   * Major interface changes and improvements, many of which are not backward
     compatible. Please refer to the
- [@libs/mpl/doc/tutorial/changes-in-boost-1-32-0.html 1.32 changelog] for
- the detailed information about upgrading to the new version.
-* [phrase library..[@libs/python/doc/index.html Python Library]:]
+ [@/doc/libs/1_32_0/libs/mpl/doc/tutorial/changes-in-boost-1-32-0.html 1.32
+ changelog] for the detailed information about upgrading to the new version.
+* [phrase library..[@/doc/libs/1_32_0/libs/python/doc/index.html Python Library]:]
   * Updated to use the Boost Software License.
   * a new,
- * [@libs/python/doc/tutorial/doc/html/python/exposing.html#python.class_virtual_functions
+ * [@/doc/libs/1_32_0/libs/python/doc/tutorial/doc/html/python/exposing.html#python.class_virtual_functions
     better method of wrapping classes with virtual functions] has been
     implemented.
   * Support for the new Python Bool type, thanks to Daniel Holth.
@@ -100,9 +102,10 @@
   deterministic slot ordering, permitting slots to be connected at the
   beginning or end of slot groups or the slot list itself. Combiners may safely
   have state and are accessible from the signal.
-* [phrase library..[@libs/utility/utility.htm Utility]:] class template
- [@libs/utility/utility.htm#result_of result_of] added.
-* [phrase library..[@libs/test/index.html Test Library]:]
+* [phrase library..[@/doc/libs/1_32_0/libs/utility/utility.htm Utility]:] class
+ template [@/doc/libs/1_32_0/libs/utility/utility.htm#result_of result_of]
+ added.
+* [phrase library..[@/doc/libs/1_32_0/libs/test/index.html Test Library]:]
   '''<itemizedlist>
     <listitem>namespace names gets shorten; old one still supported till next
       release</listitem>
@@ -130,11 +133,12 @@
 
 [section Acknowledgements]
 
-[$http://boost.sourceforge.net/photos/aleksey_gurtovoy2.jpg][@/users/people/aleksey_gurtovoy.htm
-Aleksey Gurtovoy] managed this release. [@more/release_procedures.htm Managing a
-release] at all is an enormous job, and Aleksey always goes beyond merely
-meeting requirements by insisting on the highest possible quality. The Boost
-membership owes him a debt of gratitude.
+[$http://boost.sourceforge.net/photos/aleksey_gurtovoy2.jpg]
+[@/users/people/aleksey_gurtovoy.htm Aleksey Gurtovoy] managed this release.
+[@/doc/libs/1_32_0/more/release_procedures.htm Managing a release] at all is an
+enormous job, and Aleksey always goes beyond merely meeting requirements by
+insisting on the highest possible quality. The Boost membership owes him a debt
+of gratitude.
 
 This release wouldn't have been possible without the dedicated effort of many,
 many members of the Boost community who generously contributed their
@@ -153,12 +157,13 @@
 Wille.
 
 Also, our special thanks go to: John Maddock for the managing the effort of
-converting the majority of the Boost libraries to the [@more/license_info.html Boost
-Software License], Eric Niebler and Joel de Guzman for taking on the important
-job of improving the Boost documentation's look and feel, and last, but not
-least, to our regression test runners, without whom we simply would never have
-released: Toon Knapen, Bronek Kozicki, Rene Rivera, Markus Schopflin, Stefan
-Slapeta, Victor A. Wagner Jr. and Martin Wille.
+converting the majority of the Boost libraries to the
+[@/doc/libs/1_32_0/more/license_info.html Boost Software License], Eric Niebler
+and Joel de Guzman for taking on the important job of improving the Boost
+documentation's look and feel, and last, but not least, to our regression test
+runners, without whom we simply would never have released: Toon Knapen, Bronek
+Kozicki, Rene Rivera, Markus Schopflin, Stefan Slapeta, Victor A. Wagner Jr.
+and Martin Wille.
 
 Thank you everybody!
 

Modified: website/public_html/beta/feed/history/boost_1_32_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_32_0.xml (original)
+++ website/public_html/beta/feed/history/boost_1_32_0.xml 2007-11-04 12:39:47 EST (Sun, 04 Nov 2007)
@@ -19,13 +19,13 @@
     <title><link linkend="version_1_32_0.important___new_toolset_names">Important
     - New Toolset Names</link></title>
     <para>
- The names of some the Boost.Build <ulink url="more/getting_started.html#Tools">toolsets</ulink>
+ The names of some the Boost.Build <ulink url="/doc/libs/1_32_0/more/getting_started.html#Tools">toolsets</ulink>
       have been changed to remove the &quot;<literal>.</literal>&quot; (dot) character
       and to fix some other naming inconsistencies. For example, <literal>vc7.1</literal>
       toolset was renamed to become <literal>vc-7_1</literal>. Please refer to the
- <ulink url="more/getting_started.html#Tools">Supported Toolsets</ulink> section
- of the installation guide for the complete list of the current toolset names.
- This change was made as a part of the effort to make the Boost distribution
+ <ulink url="/doc/libs/1_32_0/more/getting_started.html#Tools">Supported Toolsets</ulink>
+ section of the installation guide for the complete list of the current toolset
+ names. This change was made as a part of the effort to make the Boost distribution
       compatible with ISO 9660 level 2 requirements.
     </para>
   </section>
@@ -33,46 +33,44 @@
     <title><link linkend="version_1_32_0.new_libraries">New Libraries</link></title>
     <itemizedlist>
       <listitem>
- <phrase role="library"><ulink url="libs/assign/index.html">Assignment Library</ulink>:</phrase> Filling
+ <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/assign/index.html">Assignment Library</ulink>:</phrase> Filling
         containers with constant or generated data has never been easier, from Thorsten
         Ottosen.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/algorithm/minmax/index.html">Minmax Library</ulink>:</phrase>
- Standard
- library extensions for simultaneous min/max and min/max element computations,
- from Herve Bronnimann.
+ <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/algorithm/minmax/index.html">Minmax
+ Library</ulink>:</phrase> Standard library extensions for simultaneous min/max and
+ min/max element computations, from Herve Bronnimann.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/multi_index/doc/index.html">Multi-index Containers
- Library</ulink>:</phrase> Containers with multiple STL-compatible access interfaces,
- from Joaquin M Lopez Munoz.
+ <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/multi_index/doc/index.html">Multi-index
+ Containers Library</ulink>:</phrase> Containers with multiple STL-compatible access
+ interfaces, from Joaquin M Lopez Munoz.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/numeric/conversion/index.html">Numeric Conversion
- Library</ulink>:</phrase> Optimized policy-based numeric conversions, from Fernando
- Cacciola.
+ <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/numeric/conversion/index.html">Numeric
+ Conversion Library</ulink>:</phrase> Optimized policy-based numeric conversions, from
+ Fernando Cacciola.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="doc/html/program_options.html">Program Options Library</ulink>:</phrase>
- Access
- to configuration data given on command line, in config files and other sources,
- from Vladimir Prus.
+ <phrase role="library"><ulink url="/doc/libs/1_32_0/doc/html/program_options.html">Program
+ Options Library</ulink>:</phrase> Access to configuration data given on command line,
+ in config files and other sources, from Vladimir Prus.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/range/index.html">Range Library</ulink>:</phrase> a new infrastructure
- for generic algorithms that builds on top of the new iterator concepts, from
- Thorsten Ottosen.
+ <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/range/index.html">Range Library</ulink>:</phrase> a
+ new infrastructure for generic algorithms that builds on top of the new iterator
+ concepts, from Thorsten Ottosen.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/serialization/doc/index.html">Serialization Library</ulink>:</phrase> Serialization/de-serialization
- of arbitrary C++ data structures to various formats including text, binary,
- and xml, from Robert Ramey.
+ <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/serialization/doc/index.html">Serialization
+ Library</ulink>:</phrase> Serialization/de-serialization of arbitrary C++ data structures
+ to various formats including text, binary, and xml, from Robert Ramey.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/algorithm/string/index.html">String Algorithms Library</ulink>:</phrase> Collection
- of string related algorithms for case conversion, trimming, find/replace
- operations and more, from Pavol Droba.
+ <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/algorithm/string/index.html">String
+ Algorithms Library</ulink>:</phrase> Collection of string related algorithms for case
+ conversion, trimming, find/replace operations and more, from Pavol Droba.
       </listitem>
       <listitem>
         <phrase role="library">:</phrase> 3-state boolean type library, from Doug Gregor.
@@ -86,51 +84,52 @@
         Compose: This deprecated library has been removed.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/graph/index.html">Graph</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/graph/index.html">Graph</ulink>:</phrase>
         <itemizedlist>
           <listitem>
- Added <ulink url="libs/graph/doc/bundles.html">bundled properties</ulink>
- to the <ulink url="libs/graph/doc/adjacency_list.html"><code><phrase
- role="identifier">adjacency_list</phrase></code></ulink> and <ulink url="libs/graph/doc/adjacency_matrix.html"><code><phrase
+ Added <ulink url="/doc/libs/1_32_0/libs/graph/doc/bundles.html">bundled
+ properties</ulink> to the <ulink url="/doc/libs/1_32_0/libs/graph/doc/adjacency_list.html"><code><phrase
+ role="identifier">adjacency_list</phrase></code></ulink> and <ulink url="/doc/libs/1_32_0/libs/graph/doc/adjacency_matrix.html"><code><phrase
             role="identifier">adjacency_matrix</phrase></code></ulink> class templates,
             greatly simplifying the introduction of internal vertex and edge properties.
           </listitem>
           <listitem>
- The <ulink url="libs/graph/doc/leda_conversion.html">LEDA graph adaptors</ulink>
- have been ported to LEDA 4.5.
+ The <ulink url="/doc/libs/1_32_0/libs/graph/doc/leda_conversion.html">LEDA
+ graph adaptors</ulink> have been ported to LEDA 4.5.
           </listitem>
           <listitem>
- Added algorithms for <ulink url="libs/graph/doc/betweenness_centrality.html">betweenness
- centrality</ulink> and <ulink url="libs/graph/doc/bc_clustering.html">betweenness
+ Added algorithms for <ulink url="/doc/libs/1_32_0/libs/graph/doc/betweenness_centrality.html">betweenness
+ centrality</ulink> and <ulink url="/doc/libs/1_32_0/libs/graph/doc/bc_clustering.html">betweenness
             centrality clustering</ulink>.
           </listitem>
           <listitem>
- Added <ulink url="libs/graph/doc/circle_layout.html">circle layout</ulink>
- and <ulink url="libs/graph/doc/kamada_kawai_spring_layout.html">undirected
+ Added <ulink url="/doc/libs/1_32_0/libs/graph/doc/circle_layout.html">circle
+ layout</ulink> and <ulink url="/doc/libs/1_32_0/libs/graph/doc/kamada_kawai_spring_layout.html">undirected
             spring layout</ulink> algorithms.
           </listitem>
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/mpl/doc/index.html">MPL Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/mpl/doc/index.html">MPL Library</ulink>:</phrase>
         <itemizedlist>
           <listitem>
             Updated to use the Boost Software License.
           </listitem>
           <listitem>
- New <ulink url="libs/mpl/doc/index.html">documentation</ulink>, including
- a complete <ulink url="libs/mpl/doc/refmanual.html">reference manual.</ulink>
+ New <ulink url="/doc/libs/1_32_0/libs/mpl/doc/index.html">documentation</ulink>,
+ including a complete <ulink url="/doc/libs/1_32_0/libs/mpl/doc/refmanual.html">reference
+ manual.</ulink>
           </listitem>
           <listitem>
             Major interface changes and improvements, many of which are not backward
- compatible. Please refer to the <ulink url="libs/mpl/doc/tutorial/changes-in-boost-1-32-0.html">1.32
+ compatible. Please refer to the <ulink url="/doc/libs/1_32_0/libs/mpl/doc/tutorial/changes-in-boost-1-32-0.html">1.32
             changelog</ulink> for the detailed information about upgrading to the
             new version.
           </listitem>
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/python/doc/index.html">Python Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/python/doc/index.html">Python Library</ulink>:</phrase>
         <itemizedlist>
           <listitem>
             Updated to use the Boost Software License.
@@ -139,7 +138,7 @@
             a new,
           </listitem>
           <listitem>
- <ulink url="libs/python/doc/tutorial/doc/html/python/exposing.html#python.class_virtual_functions">better
+ <ulink url="/doc/libs/1_32_0/libs/python/doc/tutorial/doc/html/python/exposing.html#python.class_virtual_functions">better
             method of wrapping classes with virtual functions</ulink> has been implemented.
           </listitem>
           <listitem>
@@ -169,11 +168,12 @@
         may safely have state and are accessible from the signal.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/utility/utility.htm">Utility</ulink>:</phrase> class template
- <ulink url="libs/utility/utility.htm#result_of">result_of</ulink> added.
+ <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/utility/utility.htm">Utility</ulink>:</phrase> class
+ template <ulink url="/doc/libs/1_32_0/libs/utility/utility.htm#result_of">result_of</ulink>
+ added.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/test/index.html">Test Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_32_0/libs/test/index.html">Test Library</ulink>:</phrase>
   <itemizedlist>
     <listitem>namespace names gets shorten; old one still supported till next
       release</listitem>
@@ -205,8 +205,8 @@
       <textobject>
         <phrase>aleksey_gurtovoy2</phrase>
       </textobject>
- </inlinemediaobject><ulink url="/users/people/aleksey_gurtovoy.htm">Aleksey
- Gurtovoy</ulink> managed this release. <ulink url="more/release_procedures.htm">Managing
+ </inlinemediaobject> <ulink url="/users/people/aleksey_gurtovoy.htm">Aleksey
+ Gurtovoy</ulink> managed this release. <ulink url="/doc/libs/1_32_0/more/release_procedures.htm">Managing
       a release</ulink> at all is an enormous job, and Aleksey always goes beyond
       merely meeting requirements by insisting on the highest possible quality. The
       Boost membership owes him a debt of gratitude.
@@ -229,7 +229,7 @@
     </para>
     <para>
       Also, our special thanks go to: John Maddock for the managing the effort of
- converting the majority of the Boost libraries to the <ulink url="more/license_info.html">Boost
+ converting the majority of the Boost libraries to the <ulink url="/doc/libs/1_32_0/more/license_info.html">Boost
       Software License</ulink>, Eric Niebler and Joel de Guzman for taking on the
       important job of improving the Boost documentation's look and feel, and last,
       but not least, to our regression test runners, without whom we simply would

Modified: website/public_html/beta/feed/history/boost_1_33_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_33_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_33_0.qbk 2007-11-04 12:39:47 EST (Sun, 04 Nov 2007)
@@ -16,20 +16,20 @@
 
 [section New Libraries]
 
-* [phrase library..[@libs/iostreams/doc/index.html Iostreams Library]:]
+* [phrase library..[@/doc/libs/1_33_1/libs/iostreams/doc/index.html Iostreams Library]:]
   Framework for defining streams, stream buffers and i/o filters, from Jonathan
   Turkanis.
-* [phrase library..[@libs/functional/hash/index.html Functional/Hash Library]:]
- A TR1 hash function object that can be extended to hash user defined types,
- from Daniel James.
-* [phrase library..[@libs/parameter/doc/html/index.html Parameter Library]:]
+* [phrase library..[@/doc/libs/1_33_1/libs/functional/hash/index.html
+ Functional/Hash Library]:] A TR1 hash function object that can be extended to
+ hash user defined types, from Daniel James.
+* [phrase library..[@/doc/libs/1_33_1/libs/parameter/doc/html/index.html Parameter Library]:]
   Write functions that accept arguments by name: especially useful when a
   function has more than one argument with a useful default value, since named
   arguments can be passed in any order.
-* [phrase library..[@libs/ptr_container/index.html Pointer Container Library]:]
+* [phrase library..[@/doc/libs/1_33_1/libs/ptr_container/index.html Pointer Container Library]:]
   Containers for storing heap-allocated polymorphic objects to ease
   OO-programming, from Thorsten Ottosen.
-* [phrase library..[@libs/wave/index.html Wave]:] Standards conformant
+* [phrase library..[@/doc/libs/1_33_1/libs/wave/index.html Wave]:] Standards conformant
   implementation of the mandated C99/C++ preprocessor functionality packed
   behind an easy to use iterator interface, from Hartmut Kaiser.
 
@@ -37,67 +37,67 @@
 
 [section Updated Libraries]
 
-* [phrase library..[@doc/html/any.html Any Library]:] `any_cast` has been
+* [phrase library..[@/doc/libs/1_33_1/doc/html/any.html Any Library]:] `any_cast` has been
   enhanced to allow direct access to `any`'s held value.
-* [phrase library..[@libs/assign/doc/index.html Assignment Library]:] Support
- for [@libs/ptr_container/index.html Pointer Container Library] and new
+* [phrase library..[@/doc/libs/1_33_1/libs/assign/doc/index.html Assignment Library]:] Support
+ for [@/doc/libs/1_33_1/libs/ptr_container/index.html Pointer Container Library] and new
   efficient functions `ref_list_of()` and `cref_list_of()` for generating
   anonymous ranges.
-* [phrase library..[@libs/bind/bind.html Bind Library]:] Bind expressions now
- support [@libs/bind/bind.html#operators comparisons and negation]. Example:
+* [phrase library..[@/doc/libs/1_33_1/libs/bind/bind.html Bind Library]:] Bind expressions now
+ support [@/doc/libs/1_33_1/libs/bind/bind.html#operators comparisons and negation]. Example:
   `bind(&X::name, _1) < bind(&X::name, _2)`.
-* [phrase library..[@doc/html/date_time.html Date-Time Library]:]
- * Added [@doc/html/date_time/local_time.html local time and time zone
+* [phrase library..[@/doc/libs/1_33_1/doc/html/date_time.html Date-Time Library]:]
+ * Added [@/doc/libs/1_33_1/doc/html/date_time/local_time.html local time and time zone
     classes].
- * Added [@doc/html/date_time/date_time_io.html format-based Input/Output
+ * Added [@/doc/libs/1_33_1/doc/html/date_time/date_time_io.html format-based Input/Output
     facets].
   * For a complete list of changes, see the library
- [@doc/html/date_time/details.html#date_time.changes change history].
-* [phrase library..[@libs/graph/doc/index.html Graph Library]:] Introduced
+ [@/doc/libs/1_33_1/doc/html/date_time/details.html#date_time.changes change history].
+* [phrase library..[@/doc/libs/1_33_1/libs/graph/doc/index.html Graph Library]:] Introduced
   several new algorithms and improved existing algorithms:
- * [@libs/graph/doc/python.html Experimental Python bindings], from Doug
+ * [@/doc/libs/1_33_1/libs/graph/doc/python.html Experimental Python bindings], from Doug
     Gregor and Indiana University.
- * [@libs/graph/doc/floyd_warshall_shortest.html `floyd warshall all pairs
+ * [@/doc/libs/1_33_1/libs/graph/doc/floyd_warshall_shortest.html `floyd warshall all pairs
     shortest paths`], from Lauren Foutz and Scott Hill.
- * [@libs/graph/doc/astar_search.html `astar search`], from Kristopher Beevers
+ * [@/doc/libs/1_33_1/libs/graph/doc/astar_search.html `astar search`], from Kristopher Beevers
     and Jufeng Peng.
- * [@libs/graph/doc/fruchterman_reingold.html `fruchterman reingold force
+ * [@/doc/libs/1_33_1/libs/graph/doc/fruchterman_reingold.html `fruchterman reingold force
     directed layout`], from Doug Gregor and Indiana University.
- * [@libs/graph/doc/biconnected_components.html `biconnected components` and
+ * [@/doc/libs/1_33_1/libs/graph/doc/biconnected_components.html `biconnected components` and
     `articulation points`], from Jeremy Siek, Janusz Piwowarski, and Doug
     Gregor.
- * [@libs/graph/doc/sequential_vertex_coloring.html `sequential vertex
+ * [@/doc/libs/1_33_1/libs/graph/doc/sequential_vertex_coloring.html `sequential vertex
     coloring`] has been updated, tested, and documented.
- * [@libs/graph/doc/gursoy_atun_layout.html `gursoy atun layout`], from
+ * [@/doc/libs/1_33_1/libs/graph/doc/gursoy_atun_layout.html `gursoy atun layout`], from
     Jeremiah Willcock and Doug Gregor of Indiana University.
- * [@libs/graph/doc/king_ordering.html `king ordering`], from D. Kevin McGrath
+ * [@/doc/libs/1_33_1/libs/graph/doc/king_ordering.html `king ordering`], from D. Kevin McGrath
     of Indiana University.
- * [@libs/graph/doc/cuthill_mckee_ordering.html `cuthill mckee ordering`] has
+ * [@/doc/libs/1_33_1/libs/graph/doc/cuthill_mckee_ordering.html `cuthill mckee ordering`] has
     been recast as an invocation of `breadth first search` and now supports
     graphs with multiple components.
- * [@libs/graph/doc/dijkstra_shortest_paths.html `dijkstra shortest paths`]
- now uses a relaxed heap [[@libs/graph/doc/bibliography.html#driscoll88 61]]
+ * [@/doc/libs/1_33_1/libs/graph/doc/dijkstra_shortest_paths.html `dijkstra shortest paths`]
+ now uses a relaxed heap [[@/doc/libs/1_33_1/libs/graph/doc/bibliography.html#driscoll88 61]]
     as its priority queue, improving its complexity to O(V log V) and improving
     real-world performance for larger graphs.
- * [@libs/graph/doc/read_graphviz.html `read graphviz`] now has a new,
+ * [@/doc/libs/1_33_1/libs/graph/doc/read_graphviz.html `read graphviz`] now has a new,
     Spirit-based parser that works for all graph types and supports arbitrary
     properties on the graph, from Ron Garcia. The old, Bison-based GraphViz
     reader has been deprecated and will be removed in a future Boost release.
- [@libs/graph/doc/write-graphviz.html `write graphviz`] also supports
+ [@/doc/libs/1_33_1/libs/graph/doc/write-graphviz.html `write graphviz`] also supports
     dynamic properties.
- * [@libs/graph/doc/subgraph.html `subgraph`]: `get_property` now refers to
+ * [@/doc/libs/1_33_1/libs/graph/doc/subgraph.html `subgraph`]: `get_property` now refers to
     the subgraph property, not the root graph's property.
- * See the [@libs/graph/doc/history.html#by-version history] for additional
+ * See the [@/doc/libs/1_33_1/libs/graph/doc/history.html#by-version history] for additional
     changes and bug fixes.
-* [phrase library..[@libs/multi_index/doc/index.html Multi-index Containers
+* [phrase library..[@/doc/libs/1_33_1/libs/multi_index/doc/index.html Multi-index Containers
   Library]:]
- * New [@libs/multi_index/doc/tutorial/indices.html#hashed_indices hashed
+ * New [@/doc/libs/1_33_1/libs/multi_index/doc/tutorial/indices.html#hashed_indices hashed
     indices].
- * Added [@libs/multi_index/doc/tutorial/creation.html#serialization
+ * Added [@/doc/libs/1_33_1/libs/multi_index/doc/tutorial/creation.html#serialization
     serialization support].
   * For a complete list of changes, see the library
- [@libs/multi_index/doc/release_notes.html release notes].
-* [phrase library..[@libs/program_options/doc/index.html Program Options Library]:]
+ [@/doc/libs/1_33_1/libs/multi_index/doc/release_notes.html release notes].
+* [phrase library..[@/doc/libs/1_33_1/libs/program_options/doc/index.html Program Options Library]:]
   * Option descriptions are now printed with word wrapping.
   * Command line parser can bypass unregistered options, instread of throwing.
   * Removed support for "implicit" (optional) values.
@@ -105,11 +105,11 @@
     'additional_parser', allows the user to parse several tokens and return a
     vector of options, not just a single option.
   * Work with disabled exceptions.
-* [phrase library..[@libs/property_map/property_map.html Property Map
- Library]:] Introduced the [@libs/property_map/doc/dynamic_property_map.html
+* [phrase library..[@/doc/libs/1_33_1/libs/property_map/property_map.html Property Map
+ Library]:] Introduced the [@/doc/libs/1_33_1/libs/property_map/doc/dynamic_property_map.html
   `dynamic properties`] class, which provides dynamically-typed access to a set
   of property maps.
-* [phrase library..[@libs/python/doc/index.html Boost.Python]:]
+* [phrase library..[@/doc/libs/1_33_1/libs/python/doc/index.html Boost.Python]:]
   * Added support for docstrings on nonstatic properties.
   * We now export the client-provided docstrings for `init<optional<> >` and
     ['XXX]`_FUNCTION_OVERLOADS()` for only the last overload.
@@ -118,29 +118,29 @@
   * Support for exposing `vector<T*>` with the indexing suite.
   * updated visual studio project build file.
   * Added search feature to the index page.
-* '''<para>'''[phrase library..[@libs/random/index.html Random Number Library]:]
+* '''<para>'''[phrase library..[@/doc/libs/1_33_1/libs/random/index.html Random Number Library]:]
   Improved initialization for `mersenne_twister`, algorithm by
   Makoto Matsumoto and Takuji Nishimura, implemented for Boost by Jens
   Maurer.'''</para>'''
   '''<para>'''Note: All test vectors for `mersenne_twister`s constructed or
   seeded without parameters or with a single `unsigned int` parameter become
   invalid.'''</para>'''
-* [phrase library..[@libs/range/index.html Range Library]:] Minor addition of
+* [phrase library..[@/doc/libs/1_33_1/libs/range/index.html Range Library]:] Minor addition of
   convenience functions to `iterator range` like `front(), back()` and
   `operator[]()`.
-* [phrase library..[@libs/regex/index.html Regex Library]:]
+* [phrase library..[@/doc/libs/1_33_1/libs/regex/index.html Regex Library]:]
   * Rewritten front end parser now supports (?imsx-imsx) constructs, plus
     lookbehind assertions and conditional expressions.
   * Thin wrapper classes improve integration with MFC/ATL code.
   * Full (optional) Unicode support via the ICU library.
- Refer to the [@libs/regex/doc/history.html regex history page] for more
+ Refer to the [@/doc/libs/1_33_1/libs/regex/doc/history.html regex history page] for more
     information on these and other small changes.
-* [phrase library..[@libs/serialization/doc/index.html Serialization Library]:]
+* [phrase library..[@/doc/libs/1_33_1/libs/serialization/doc/index.html Serialization Library]:]
   * DLL version.
   * Auto-linking.
   * Serialization of variants.
   * Improved serialization of shared pointers.
-* [phrase library..[@doc/html/signals.html Signals Library]:] added slot
+* [phrase library..[@/doc/libs/1_33_1/doc/html/signals.html Signals Library]:] added slot
   blocking/unblocking, from Frantz Maerten. Huge improvements to signal
   invocation performance from Robert Zeh.
 

Modified: website/public_html/beta/feed/history/boost_1_33_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_33_0.xml (original)
+++ website/public_html/beta/feed/history/boost_1_33_0.xml 2007-11-04 12:39:47 EST (Sun, 04 Nov 2007)
@@ -19,33 +19,33 @@
     <title><link linkend="version_1_33_0.new_libraries">New Libraries</link></title>
     <itemizedlist>
       <listitem>
- <phrase role="library"><ulink url="libs/iostreams/doc/index.html">Iostreams Library</ulink>:</phrase>
- Framework
- for defining streams, stream buffers and i/o filters, from Jonathan Turkanis.
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/iostreams/doc/index.html">Iostreams
+ Library</ulink>:</phrase>
+ Framework for defining streams, stream buffers and i/o filters,
+ from Jonathan Turkanis.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/functional/hash/index.html">Functional/Hash Library</ulink>:</phrase>
- A
- TR1 hash function object that can be extended to hash user defined types,
- from Daniel James.
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/functional/hash/index.html">Functional/Hash
+ Library</ulink>:</phrase> A TR1 hash function object that can be extended to hash user
+ defined types, from Daniel James.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/parameter/doc/html/index.html">Parameter Library</ulink>:</phrase>
- Write
- functions that accept arguments by name: especially useful when a function
- has more than one argument with a useful default value, since named arguments
- can be passed in any order.
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/parameter/doc/html/index.html">Parameter
+ Library</ulink>:</phrase>
+ Write functions that accept arguments by name: especially
+ useful when a function has more than one argument with a useful default value,
+ since named arguments can be passed in any order.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/ptr_container/index.html">Pointer Container Library</ulink>:</phrase>
- Containers
- for storing heap-allocated polymorphic objects to ease OO-programming, from
- Thorsten Ottosen.
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/ptr_container/index.html">Pointer
+ Container Library</ulink>:</phrase>
+ Containers for storing heap-allocated polymorphic
+ objects to ease OO-programming, from Thorsten Ottosen.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/wave/index.html">Wave</ulink>:</phrase> Standards conformant
- implementation of the mandated C99/C++ preprocessor functionality packed
- behind an easy to use iterator interface, from Hartmut Kaiser.
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/wave/index.html">Wave</ulink>:</phrase> Standards
+ conformant implementation of the mandated C99/C++ preprocessor functionality
+ packed behind an easy to use iterator interface, from Hartmut Kaiser.
       </listitem>
     </itemizedlist>
   </section>
@@ -53,22 +53,23 @@
     <title><link linkend="version_1_33_0.updated_libraries">Updated Libraries</link></title>
     <itemizedlist>
       <listitem>
- <phrase role="library"><ulink url="doc/html/any.html">Any Library</ulink>:</phrase> <code><phrase role="identifier">any_cast</phrase></code>
- has been enhanced to allow direct access to <code><phrase role="identifier">any</phrase></code>'s
- held value.
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/doc/html/any.html">Any Library</ulink>:</phrase> <code><phrase
+ role="identifier">any_cast</phrase></code> has been enhanced to allow direct
+ access to <code><phrase role="identifier">any</phrase></code>'s held value.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/assign/doc/index.html">Assignment Library</ulink>:</phrase> Support
- for <ulink url="libs/ptr_container/index.html">Pointer Container Library</ulink>
- and new efficient functions <code><phrase role="identifier">ref_list_of</phrase><phrase
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/assign/doc/index.html">Assignment
+ Library</ulink>:</phrase> Support for <ulink url="/doc/libs/1_33_1/libs/ptr_container/index.html">Pointer
+ Container Library</ulink> and new efficient functions <code><phrase role="identifier">ref_list_of</phrase><phrase
         role="special">()</phrase></code> and <code><phrase role="identifier">cref_list_of</phrase><phrase
         role="special">()</phrase></code> for generating anonymous ranges.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/bind/bind.html">Bind Library</ulink>:</phrase> Bind expressions
- now support <ulink url="libs/bind/bind.html#operators">comparisons and negation</ulink>.
- Example: <code><phrase role="identifier">bind</phrase><phrase role="special">(&amp;</phrase><phrase
- role="identifier">X</phrase><phrase role="special">::</phrase><phrase role="identifier">name</phrase><phrase
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/bind/bind.html">Bind Library</ulink>:</phrase> Bind
+ expressions now support <ulink url="/doc/libs/1_33_1/libs/bind/bind.html#operators">comparisons
+ and negation</ulink>. Example: <code><phrase role="identifier">bind</phrase><phrase
+ role="special">(&amp;</phrase><phrase role="identifier">X</phrase><phrase
+ role="special">::</phrase><phrase role="identifier">name</phrase><phrase
         role="special">,</phrase> <phrase role="identifier">_1</phrase><phrase role="special">)</phrase>
         <phrase role="special">&lt;</phrase> <phrase role="identifier">bind</phrase><phrase
         role="special">(&amp;</phrase><phrase role="identifier">X</phrase><phrase
@@ -76,72 +77,74 @@
         role="special">,</phrase> <phrase role="identifier">_2</phrase><phrase role="special">)</phrase></code>.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="doc/html/date_time.html">Date-Time Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/doc/html/date_time.html">Date-Time Library</ulink>:</phrase>
         <itemizedlist>
           <listitem>
- Added <ulink url="doc/html/date_time/local_time.html">local time and
- time zone classes</ulink>.
+ Added <ulink url="/doc/libs/1_33_1/doc/html/date_time/local_time.html">local
+ time and time zone classes</ulink>.
           </listitem>
           <listitem>
- Added <ulink url="doc/html/date_time/date_time_io.html">format-based
+ Added <ulink url="/doc/libs/1_33_1/doc/html/date_time/date_time_io.html">format-based
             Input/Output facets</ulink>.
           </listitem>
           <listitem>
- For a complete list of changes, see the library <ulink url="doc/html/date_time/details.html#date_time.changes">change
+ For a complete list of changes, see the library <ulink url="/doc/libs/1_33_1/doc/html/date_time/details.html#date_time.changes">change
             history</ulink>.
           </listitem>
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/graph/doc/index.html">Graph Library</ulink>:</phrase> Introduced
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/graph/doc/index.html">Graph Library</ulink>:</phrase> Introduced
         several new algorithms and improved existing algorithms:
         <itemizedlist>
           <listitem>
- <ulink url="libs/graph/doc/python.html">Experimental Python bindings</ulink>,
- from Doug Gregor and Indiana University.
+ <ulink url="/doc/libs/1_33_1/libs/graph/doc/python.html">Experimental
+ Python bindings</ulink>, from Doug Gregor and Indiana University.
           </listitem>
           <listitem>
- <ulink url="libs/graph/doc/floyd_warshall_shortest.html"><code><phrase
+ <ulink url="/doc/libs/1_33_1/libs/graph/doc/floyd_warshall_shortest.html"><code><phrase
             role="identifier">floyd</phrase> <phrase role="identifier">warshall</phrase>
             <phrase role="identifier">all</phrase> <phrase role="identifier">pairs</phrase>
             <phrase role="identifier">shortest</phrase> <phrase role="identifier">paths</phrase></code></ulink>,
             from Lauren Foutz and Scott Hill.
           </listitem>
           <listitem>
- <ulink url="libs/graph/doc/astar_search.html"><code><phrase role="identifier">astar</phrase>
- <phrase role="identifier">search</phrase></code></ulink>, from Kristopher
- Beevers and Jufeng Peng.
+ <ulink url="/doc/libs/1_33_1/libs/graph/doc/astar_search.html"><code><phrase
+ role="identifier">astar</phrase> <phrase role="identifier">search</phrase></code></ulink>,
+ from Kristopher Beevers and Jufeng Peng.
           </listitem>
           <listitem>
- <ulink url="libs/graph/doc/fruchterman_reingold.html"><code><phrase role="identifier">fruchterman</phrase>
- <phrase role="identifier">reingold</phrase> <phrase role="identifier">force</phrase>
- <phrase role="identifier">directed</phrase> <phrase role="identifier">layout</phrase></code></ulink>,
- from Doug Gregor and Indiana University.
+ <ulink url="/doc/libs/1_33_1/libs/graph/doc/fruchterman_reingold.html"><code><phrase
+ role="identifier">fruchterman</phrase> <phrase role="identifier">reingold</phrase>
+ <phrase role="identifier">force</phrase> <phrase role="identifier">directed</phrase>
+ <phrase role="identifier">layout</phrase></code></ulink>, from Doug Gregor
+ and Indiana University.
           </listitem>
           <listitem>
- <ulink url="libs/graph/doc/biconnected_components.html"><code><phrase
+ <ulink url="/doc/libs/1_33_1/libs/graph/doc/biconnected_components.html"><code><phrase
             role="identifier">biconnected</phrase> <phrase role="identifier">components</phrase></code>
             and <code><phrase role="identifier">articulation</phrase> <phrase role="identifier">points</phrase></code></ulink>,
             from Jeremy Siek, Janusz Piwowarski, and Doug Gregor.
           </listitem>
           <listitem>
- <ulink url="libs/graph/doc/sequential_vertex_coloring.html"><code><phrase
+ <ulink url="/doc/libs/1_33_1/libs/graph/doc/sequential_vertex_coloring.html"><code><phrase
             role="identifier">sequential</phrase> <phrase role="identifier">vertex</phrase>
             <phrase role="identifier">coloring</phrase></code></ulink> has been updated,
             tested, and documented.
           </listitem>
           <listitem>
- <ulink url="libs/graph/doc/gursoy_atun_layout.html"><code><phrase role="identifier">gursoy</phrase>
- <phrase role="identifier">atun</phrase> <phrase role="identifier">layout</phrase></code></ulink>,
- from Jeremiah Willcock and Doug Gregor of Indiana University.
+ <ulink url="/doc/libs/1_33_1/libs/graph/doc/gursoy_atun_layout.html"><code><phrase
+ role="identifier">gursoy</phrase> <phrase role="identifier">atun</phrase>
+ <phrase role="identifier">layout</phrase></code></ulink>, from Jeremiah
+ Willcock and Doug Gregor of Indiana University.
           </listitem>
           <listitem>
- <ulink url="libs/graph/doc/king_ordering.html"><code><phrase role="identifier">king</phrase>
- <phrase role="identifier">ordering</phrase></code></ulink>, from D. Kevin
- McGrath of Indiana University.
+ <ulink url="/doc/libs/1_33_1/libs/graph/doc/king_ordering.html"><code><phrase
+ role="identifier">king</phrase> <phrase role="identifier">ordering</phrase></code></ulink>,
+ from D. Kevin McGrath of Indiana University.
           </listitem>
           <listitem>
- <ulink url="libs/graph/doc/cuthill_mckee_ordering.html"><code><phrase
+ <ulink url="/doc/libs/1_33_1/libs/graph/doc/cuthill_mckee_ordering.html"><code><phrase
             role="identifier">cuthill</phrase> <phrase role="identifier">mckee</phrase>
             <phrase role="identifier">ordering</phrase></code></ulink> has been recast
             as an invocation of <code><phrase role="identifier">breadth</phrase>
@@ -149,54 +152,55 @@
             and now supports graphs with multiple components.
           </listitem>
           <listitem>
- <ulink url="libs/graph/doc/dijkstra_shortest_paths.html"><code><phrase
+ <ulink url="/doc/libs/1_33_1/libs/graph/doc/dijkstra_shortest_paths.html"><code><phrase
             role="identifier">dijkstra</phrase> <phrase role="identifier">shortest</phrase>
             <phrase role="identifier">paths</phrase></code></ulink> now uses a relaxed
- heap [<ulink url="libs/graph/doc/bibliography.html#driscoll88">61</ulink>]
+ heap [<ulink url="/doc/libs/1_33_1/libs/graph/doc/bibliography.html#driscoll88">61</ulink>]
             as its priority queue, improving its complexity to O(V log V) and improving
             real-world performance for larger graphs.
           </listitem>
           <listitem>
- <ulink url="libs/graph/doc/read_graphviz.html"><code><phrase role="identifier">read</phrase>
- <phrase role="identifier">graphviz</phrase></code></ulink> now has a
- new, Spirit-based parser that works for all graph types and supports
- arbitrary properties on the graph, from Ron Garcia. The old, Bison-based
- GraphViz reader has been deprecated and will be removed in a future Boost
- release. <ulink url="libs/graph/doc/write-graphviz.html"><code><phrase
+ <ulink url="/doc/libs/1_33_1/libs/graph/doc/read_graphviz.html"><code><phrase
+ role="identifier">read</phrase> <phrase role="identifier">graphviz</phrase></code></ulink>
+ now has a new, Spirit-based parser that works for all graph types and
+ supports arbitrary properties on the graph, from Ron Garcia. The old,
+ Bison-based GraphViz reader has been deprecated and will be removed in
+ a future Boost release. <ulink url="/doc/libs/1_33_1/libs/graph/doc/write-graphviz.html"><code><phrase
             role="identifier">write</phrase> <phrase role="identifier">graphviz</phrase></code></ulink>
             also supports dynamic properties.
           </listitem>
           <listitem>
- <ulink url="libs/graph/doc/subgraph.html"><code><phrase role="identifier">subgraph</phrase></code></ulink>:
- <code><phrase role="identifier">get_property</phrase></code> now refers
- to the subgraph property, not the root graph's property.
+ <ulink url="/doc/libs/1_33_1/libs/graph/doc/subgraph.html"><code><phrase
+ role="identifier">subgraph</phrase></code></ulink>: <code><phrase role="identifier">get_property</phrase></code>
+ now refers to the subgraph property, not the root graph's property.
           </listitem>
           <listitem>
- See the <ulink url="libs/graph/doc/history.html#by-version">history</ulink>
+ See the <ulink url="/doc/libs/1_33_1/libs/graph/doc/history.html#by-version">history</ulink>
             for additional changes and bug fixes.
           </listitem>
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/multi_index/doc/index.html">Multi-index Containers
- Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/multi_index/doc/index.html">Multi-index
+ Containers Library</ulink>:</phrase>
         <itemizedlist>
           <listitem>
- New <ulink url="libs/multi_index/doc/tutorial/indices.html#hashed_indices">hashed
+ New <ulink url="/doc/libs/1_33_1/libs/multi_index/doc/tutorial/indices.html#hashed_indices">hashed
             indices</ulink>.
           </listitem>
           <listitem>
- Added <ulink url="libs/multi_index/doc/tutorial/creation.html#serialization">serialization
+ Added <ulink url="/doc/libs/1_33_1/libs/multi_index/doc/tutorial/creation.html#serialization">serialization
             support</ulink>.
           </listitem>
           <listitem>
- For a complete list of changes, see the library <ulink url="libs/multi_index/doc/release_notes.html">release
+ For a complete list of changes, see the library <ulink url="/doc/libs/1_33_1/libs/multi_index/doc/release_notes.html">release
             notes</ulink>.
           </listitem>
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/program_options/doc/index.html">Program Options Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/program_options/doc/index.html">Program
+ Options Library</ulink>:</phrase>
         <itemizedlist>
           <listitem>
             Option descriptions are now printed with word wrapping.
@@ -218,13 +222,13 @@
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/property_map/property_map.html">Property Map Library</ulink>:</phrase> Introduced
- the <ulink url="libs/property_map/doc/dynamic_property_map.html"><code><phrase
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/property_map/property_map.html">Property
+ Map Library</ulink>:</phrase> Introduced the <ulink url="/doc/libs/1_33_1/libs/property_map/doc/dynamic_property_map.html"><code><phrase
         role="identifier">dynamic</phrase> <phrase role="identifier">properties</phrase></code></ulink>
         class, which provides dynamically-typed access to a set of property maps.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/python/doc/index.html">Boost.Python</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/python/doc/index.html">Boost.Python</ulink>:</phrase>
         <itemizedlist>
           <listitem>
             Added support for docstrings on nonstatic properties.
@@ -256,9 +260,9 @@
         </itemizedlist>
       </listitem>
       <listitem>
- <para><phrase role="library"><ulink url="libs/random/index.html">Random Number Library</ulink>:</phrase>
- Improved
- initialization for <code><phrase role="identifier">mersenne_twister</phrase></code>,
+ <para><phrase role="library"><ulink url="/doc/libs/1_33_1/libs/random/index.html">Random Number
+ Library</ulink>:</phrase>
+ Improved initialization for <code><phrase role="identifier">mersenne_twister</phrase></code>,
         algorithm by Makoto Matsumoto and Takuji Nishimura, implemented for Boost
         by Jens Maurer.</para>
   <para>Note: All test vectors for <code><phrase role="identifier">mersenne_twister</phrase></code>s
@@ -267,15 +271,15 @@
 
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/range/index.html">Range Library</ulink>:</phrase> Minor addition
- of convenience functions to <code><phrase role="identifier">iterator</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/range/index.html">Range Library</ulink>:</phrase> Minor
+ addition of convenience functions to <code><phrase role="identifier">iterator</phrase>
         <phrase role="identifier">range</phrase></code> like <code><phrase role="identifier">front</phrase><phrase
         role="special">(),</phrase> <phrase role="identifier">back</phrase><phrase
         role="special">()</phrase></code> and <code><phrase role="keyword">operator</phrase><phrase
         role="special">[]()</phrase></code>.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/regex/index.html">Regex Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/regex/index.html">Regex Library</ulink>:</phrase>
         <itemizedlist>
           <listitem>
             Rewritten front end parser now supports (?imsx-imsx) constructs, plus
@@ -286,13 +290,14 @@
           </listitem>
           <listitem>
             Full (optional) Unicode support via the ICU library. Refer to the <ulink
- url="libs/regex/doc/history.html">regex history page</ulink> for more
- information on these and other small changes.
+ url="/doc/libs/1_33_1/libs/regex/doc/history.html">regex history page</ulink>
+ for more information on these and other small changes.
           </listitem>
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/serialization/doc/index.html">Serialization Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/serialization/doc/index.html">Serialization
+ Library</ulink>:</phrase>
         <itemizedlist>
           <listitem>
             DLL version.
@@ -309,9 +314,9 @@
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="doc/html/signals.html">Signals Library</ulink>:</phrase> added slot
- blocking/unblocking, from Frantz Maerten. Huge improvements to signal invocation
- performance from Robert Zeh.
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/doc/html/signals.html">Signals Library</ulink>:</phrase> added
+ slot blocking/unblocking, from Frantz Maerten. Huge improvements to signal
+ invocation performance from Robert Zeh.
       </listitem>
     </itemizedlist>
   </section>

Modified: website/public_html/beta/feed/history/boost_1_33_1.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_33_1.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_33_1.qbk 2007-11-04 12:39:47 EST (Sun, 04 Nov 2007)
@@ -10,29 +10,29 @@
 
 [section Updated Libraries]
 
-* [phrase library..[@doc/html/any.html Any Library]:] Cast to reference types
+* [phrase library..[@/doc/libs/1_33_1/doc/html/any.html Any Library]:] Cast to reference types
   introduced in 1.33.0 is now documented on `any_cast` documentation page.
-* [phrase library..[@libs/bind/bind.html Bind Library]:] Bind expressions now
- support [@libs/bind/bind.html#operators comparisons and negation]. Example:
+* [phrase library..[@/doc/libs/1_33_1/libs/bind/bind.html Bind Library]:] Bind expressions now
+ support [@/doc/libs/1_33_1/libs/bind/bind.html#operators comparisons and negation]. Example:
   `bind(&X::name, _1) < bind(&X::name, _2)`.
-* [phrase library..[@libs/config/index.html Config Library]:] Don't undef
+* [phrase library..[@/doc/libs/1_33_1/libs/config/index.html Config Library]:] Don't undef
   `BOOST_LIB_TOOLSET` after use.
-* [phrase library..[@libs/python/doc/index.html Boost.Python]:]
+* [phrase library..[@/doc/libs/1_33_1/libs/python/doc/index.html Boost.Python]:]
     * The build now assumes Python 2.4 by default, rather than 2.2
     * Support Python that's built without Unicode support
     * Support for wrapping classes with overloaded address-of (`&`) operators
-* [phrase library..[@libs/smart_ptr/index.html Smart Pointer Library]:] Fixed
+* [phrase library..[@/doc/libs/1_33_1/libs/smart_ptr/index.html Smart Pointer Library]:] Fixed
   problems under Metrowerks CodeWarrior on PowerPC (Mac OS X) with inlining
   on, GNU GCC on PowerPC 64.
-* [phrase library..[@libs/regex/doc/index.html Regex Library]:] Fixed the
+* [phrase library..[@/doc/libs/1_33_1/libs/regex/doc/index.html Regex Library]:] Fixed the
   supplied makefiles, and other small compiler specific changes. Refer to the
- [@libs/regex/doc/history.html regex history page] for more information on
+ [@/doc/libs/1_33_1/libs/regex/doc/history.html regex history page] for more information on
   these and other small changes.
-* [phrase library..[@libs/iostreams/doc/index.html Iostreams Library]:]
+* [phrase library..[@/doc/libs/1_33_1/libs/iostreams/doc/index.html Iostreams Library]:]
   Improved the interface for accessing a chain's components, added `is_open`
   members to the file and file descriptor devices, fixed memory-mapped files on
   Windows, and made minor changes to the documentation.
-* [phrase library..[@libs/python/doc/index.html Boost.Python]:]
+* [phrase library..[@/doc/libs/1_33_1/libs/python/doc/index.html Boost.Python]:]
   * Added support for docstrings on nonstatic properties.
   * We now export the client-provided docstrings for `init<optional<> >` and
     ['XXX]`_FUNCTION_OVERLOADS()` for only the last overload.
@@ -41,25 +41,25 @@
   * Support for exposing `vector<T*>` with the indexing suite.
   * updated visual studio project build file.
   * Added search feature to the index page.
-* [phrase library..[@libs/functional/hash/index.html Functional/Hash Library]:]
+* [phrase library..[@/doc/libs/1_33_1/libs/functional/hash/index.html Functional/Hash Library]:]
   Fixed the points example.
-* [phrase library..[@libs/multi_index/doc/index.html Multi-index Containers Library]:]
+* [phrase library..[@/doc/libs/1_33_1/libs/multi_index/doc/index.html Multi-index Containers Library]:]
   Fixed a problem with multithreaded code, and other minor changes. Refer to
- the library [@libs/multi_index/doc/release_notes.html#boost_1_33_1 release
+ the library [@/doc/libs/1_33_1/libs/multi_index/doc/release_notes.html#boost_1_33_1 release
   notes] for further details.
-* [phrase library..[@libs/graph/doc/table_of_contents.html Graph Library]:]
+* [phrase library..[@/doc/libs/1_33_1/libs/graph/doc/table_of_contents.html Graph Library]:]
     * Fixed a problem with the relaxed heap on x86 Linux (fixes bug in
       `dijkstra_shortest_paths`).
- * Fixed problems with [@libs/graph/doc/cuthill_mckee_ordering.html
- `cuthill_mckee_ordering`] and [@libs/graph/doc/king_ordering.html
+ * Fixed problems with [@/doc/libs/1_33_1/libs/graph/doc/cuthill_mckee_ordering.html
+ `cuthill_mckee_ordering`] and [@/doc/libs/1_33_1/libs/graph/doc/king_ordering.html
       `king_ordering`] producing no results.
     * Added `color_map` parameter to `dijkstra_shortest_paths`.
-* [phrase library..[@libs/signals/doc/index.html Signals Library]:] Fixed
+* [phrase library..[@/doc/libs/1_33_1/libs/signals/doc/index.html Signals Library]:] Fixed
   problems with the use of Signals across shared library boundaries.
-* [phrase library..[@libs/thread/doc/index.html Thread library]:]
+* [phrase library..[@/doc/libs/1_33_1/libs/thread/doc/index.html Thread library]:]
   `read_write_mutex` has been removed due to problems with deadlocks.
-* [phrase library..[@libs/wave/index.html Wave library] (V1.2.1):] Fixed a
- couple of problems, refer to the [@libs/wave/ChangeLog change log] for
+* [phrase library..[@/doc/libs/1_33_1/libs/wave/index.html Wave library] (V1.2.1):] Fixed a
+ couple of problems, refer to the [@/doc/libs/1_33_1/libs/wave/ChangeLog change log] for
   further details.
 
 [endsect]

Modified: website/public_html/beta/feed/history/boost_1_33_1.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_33_1.xml (original)
+++ website/public_html/beta/feed/history/boost_1_33_1.xml 2007-11-04 12:39:47 EST (Sun, 04 Nov 2007)
@@ -18,15 +18,16 @@
     <title><link linkend="version_1_33_1.updated_libraries">Updated Libraries</link></title>
     <itemizedlist>
       <listitem>
- <phrase role="library"><ulink url="doc/html/any.html">Any Library</ulink>:</phrase> Cast to reference
- types introduced in 1.33.0 is now documented on <code><phrase role="identifier">any_cast</phrase></code>
- documentation page.
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/doc/html/any.html">Any Library</ulink>:</phrase> Cast
+ to reference types introduced in 1.33.0 is now documented on <code><phrase
+ role="identifier">any_cast</phrase></code> documentation page.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/bind/bind.html">Bind Library</ulink>:</phrase> Bind expressions
- now support <ulink url="libs/bind/bind.html#operators">comparisons and negation</ulink>.
- Example: <code><phrase role="identifier">bind</phrase><phrase role="special">(&amp;</phrase><phrase
- role="identifier">X</phrase><phrase role="special">::</phrase><phrase role="identifier">name</phrase><phrase
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/bind/bind.html">Bind Library</ulink>:</phrase> Bind
+ expressions now support <ulink url="/doc/libs/1_33_1/libs/bind/bind.html#operators">comparisons
+ and negation</ulink>. Example: <code><phrase role="identifier">bind</phrase><phrase
+ role="special">(&amp;</phrase><phrase role="identifier">X</phrase><phrase
+ role="special">::</phrase><phrase role="identifier">name</phrase><phrase
         role="special">,</phrase> <phrase role="identifier">_1</phrase><phrase role="special">)</phrase>
         <phrase role="special">&lt;</phrase> <phrase role="identifier">bind</phrase><phrase
         role="special">(&amp;</phrase><phrase role="identifier">X</phrase><phrase
@@ -34,11 +35,12 @@
         role="special">,</phrase> <phrase role="identifier">_2</phrase><phrase role="special">)</phrase></code>.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/config/index.html">Config Library</ulink>:</phrase> Don't undef
- <code><phrase role="identifier">BOOST_LIB_TOOLSET</phrase></code> after use.
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/config/index.html">Config Library</ulink>:</phrase> Don't
+ undef <code><phrase role="identifier">BOOST_LIB_TOOLSET</phrase></code> after
+ use.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/python/doc/index.html">Boost.Python</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/python/doc/index.html">Boost.Python</ulink>:</phrase>
         <itemizedlist>
           <listitem>
             The build now assumes Python 2.4 by default, rather than 2.2
@@ -53,25 +55,26 @@
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/smart_ptr/index.html">Smart Pointer Library</ulink>:</phrase> Fixed
- problems under Metrowerks CodeWarrior on PowerPC (Mac OS X) with inlining
- on, GNU GCC on PowerPC 64.
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/smart_ptr/index.html">Smart Pointer
+ Library</ulink>:</phrase> Fixed problems under Metrowerks CodeWarrior on PowerPC (Mac
+ OS X) with inlining on, GNU GCC on PowerPC 64.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/regex/doc/index.html">Regex Library</ulink>:</phrase> Fixed
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/regex/doc/index.html">Regex Library</ulink>:</phrase> Fixed
         the supplied makefiles, and other small compiler specific changes. Refer
- to the <ulink url="libs/regex/doc/history.html">regex history page</ulink>
- for more information on these and other small changes.
+ to the <ulink url="/doc/libs/1_33_1/libs/regex/doc/history.html">regex history
+ page</ulink> for more information on these and other small changes.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/iostreams/doc/index.html">Iostreams Library</ulink>:</phrase>
- Improved
- the interface for accessing a chain's components, added <code><phrase role="identifier">is_open</phrase></code>
- members to the file and file descriptor devices, fixed memory-mapped files
- on Windows, and made minor changes to the documentation.
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/iostreams/doc/index.html">Iostreams
+ Library</ulink>:</phrase>
+ Improved the interface for accessing a chain's components,
+ added <code><phrase role="identifier">is_open</phrase></code> members to
+ the file and file descriptor devices, fixed memory-mapped files on Windows,
+ and made minor changes to the documentation.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/python/doc/index.html">Boost.Python</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/python/doc/index.html">Boost.Python</ulink>:</phrase>
         <itemizedlist>
           <listitem>
             Added support for docstrings on nonstatic properties.
@@ -103,29 +106,31 @@
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/functional/hash/index.html">Functional/Hash Library</ulink>:</phrase>
- Fixed
- the points example.
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/functional/hash/index.html">Functional/Hash
+ Library</ulink>:</phrase>
+ Fixed the points example.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/multi_index/doc/index.html">Multi-index Containers
- Library</ulink>:</phrase>
- Fixed a problem with multithreaded code, and other minor
- changes. Refer to the library <ulink url="libs/multi_index/doc/release_notes.html#boost_1_33_1">release
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/multi_index/doc/index.html">Multi-index
+ Containers Library</ulink>:</phrase>
+ Fixed a problem with multithreaded code, and other
+ minor changes. Refer to the library <ulink url="/doc/libs/1_33_1/libs/multi_index/doc/release_notes.html#boost_1_33_1">release
         notes</ulink> for further details.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/graph/doc/table_of_contents.html">Graph Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/graph/doc/table_of_contents.html">Graph
+ Library</ulink>:</phrase>
         <itemizedlist>
           <listitem>
             Fixed a problem with the relaxed heap on x86 Linux (fixes bug in <code><phrase
             role="identifier">dijkstra_shortest_paths</phrase></code>).
           </listitem>
           <listitem>
- Fixed problems with <ulink url="libs/graph/doc/cuthill_mckee_ordering.html"><code><phrase
+ Fixed problems with <ulink url="/doc/libs/1_33_1/libs/graph/doc/cuthill_mckee_ordering.html"><code><phrase
             role="identifier">cuthill_mckee_ordering</phrase></code></ulink> and
- <ulink url="libs/graph/doc/king_ordering.html"><code><phrase role="identifier">king_ordering</phrase></code></ulink>
- producing no results.
+ <ulink url="/doc/libs/1_33_1/libs/graph/doc/king_ordering.html"><code><phrase
+ role="identifier">king_ordering</phrase></code></ulink> producing no
+ results.
           </listitem>
           <listitem>
             Added <code><phrase role="identifier">color_map</phrase></code> parameter
@@ -134,18 +139,19 @@
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/signals/doc/index.html">Signals Library</ulink>:</phrase> Fixed
- problems with the use of Signals across shared library boundaries.
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/signals/doc/index.html">Signals
+ Library</ulink>:</phrase> Fixed problems with the use of Signals across shared library
+ boundaries.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/thread/doc/index.html">Thread library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/thread/doc/index.html">Thread library</ulink>:</phrase>
   <code><phrase
         role="identifier">read_write_mutex</phrase></code> has been removed due to
         problems with deadlocks.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/wave/index.html">Wave library</ulink> (V1.2.1):</phrase> Fixed
- a couple of problems, refer to the <ulink url="libs/wave/ChangeLog">change
+ <phrase role="library"><ulink url="/doc/libs/1_33_1/libs/wave/index.html">Wave library</ulink>
+ (V1.2.1):</phrase> Fixed a couple of problems, refer to the <ulink url="/doc/libs/1_33_1/libs/wave/ChangeLog">change
         log</ulink> for further details.
       </listitem>
     </itemizedlist>

Modified: website/public_html/beta/feed/history/boost_1_34_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_34_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_34_0.qbk 2007-11-04 12:39:47 EST (Sun, 04 Nov 2007)
@@ -15,13 +15,13 @@
 
 [section New Libraries]
 
-* [phrase library..[@doc/html/foreach.html Foreach Library]:] `BOOST_FOREACH`
+* [phrase library..[@/doc/libs/1_34_0/doc/html/foreach.html Foreach Library]:] `BOOST_FOREACH`
   macro for easily iterating over the elements of a sequence, from Eric
   Niebler.
-* [phrase library..[@libs/statechart/doc/index.html Statechart Library]:]
+* [phrase library..[@/doc/libs/1_34_0/libs/statechart/doc/index.html Statechart Library]:]
   Arbitrarily complex finite state machines can be implemented in easily
   readable and maintainable C++ code, from Andreas Huber.
-* [phrase library..[@libs/tr1/index.html TR1 Library]:] An implementation of
+* [phrase library..[@/doc/libs/1_34_0/libs/tr1/index.html TR1 Library]:] An implementation of
   the C++ Technical Report on Standard Library Extensions, from John Maddock.
   This library does not itself implement the TR1 components, rather it's a thin
   wrapper that will include your standard library's TR1 implementation (if it
@@ -31,9 +31,9 @@
   Type Traits, Random Number Generators and Distributions, Tuples, Fixed Size
   Array, Hash Function Objects, Regular Expressions, and Complex Number
   Additional Algorithms.
-* [phrase library..[@doc/html/typeof.html Typeof Library]:] Typeof operator
+* [phrase library..[@/doc/libs/1_34_0/doc/html/typeof.html Typeof Library]:] Typeof operator
   emulation, from Arkadiy Vertleyb and Peder Holt.
-* [phrase library..[@doc/html/xpressive.html Xpressive Library]:] Regular
+* [phrase library..[@/doc/libs/1_34_0/doc/html/xpressive.html Xpressive Library]:] Regular
   expressions that can be written as strings or as expression templates, and
   that can refer to each other and themselves recursively with the power of
   context-free grammars, from Eric Niebler.
@@ -42,87 +42,87 @@
 
 [section Updated Libraries]
 
-* [phrase library..[@libs/assign/index.html Assign Library]:]
+* [phrase library..[@/doc/libs/1_34_0/libs/assign/index.html Assign Library]:]
   * Support for `ptr_map<key,T>` via the new function `ptr_map_insert()`
- * Support for initialization of [@libs/ptr_container/index.html Pointer
+ * Support for initialization of [@/doc/libs/1_34_0/libs/ptr_container/index.html Pointer
     Containers] when the containers hold pointers to an abstract base class.
-* [phrase library..[@doc/html/date_time.html Date_time library]:]
+* [phrase library..[@/doc/libs/1_34_0/doc/html/date_time.html Date_time library]:]
   * Support for new US/Canada timezone rules and other bug fixes. See
- [@doc/html/date_time/details.html#changes Change History] for details.
-* [phrase library..[@libs/filesystem/doc/index.htm Filesystem Library]:] Major
+ [@/doc/libs/1_34_0/doc/html/date_time/details.html#changes Change History] for details.
+* [phrase library..[@/doc/libs/1_34_0/libs/filesystem/doc/index.htm Filesystem Library]:] Major
   upgrade in preparation for submission to the C++ Standards Committee for TR2.
   Changes include:
- * [@libs/filesystem/doc/i18n.html#Internationalization
+ * [@/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Internationalization
     Internationalization], provided by class templates ['basic_path],
     ['basic_filesystem_error], ['basic_directory_iterator], and
     ['basic_directory_entry].
- * [@libs/filesystem/doc/i18n.html#Simplification Simplification] of the
+ * [@/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Simplification Simplification] of the
     path interface by eliminating special constructors to identify native
     formats.
- * [@libs/filesystem/doc/i18n.html#Rationalization Rationalization] of
+ * [@/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Rationalization Rationalization] of
     predicate function design, including the addition of several new
     functions.
   * Clearer specification by reference to
- [@libs/filesystem/doc/design.htm#POSIX-01 POSIX], the ISO/IEEE Single
+ [@/doc/libs/1_34_0/libs/filesystem/doc/design.htm#POSIX-01 POSIX], the ISO/IEEE Single
     Unix Standard, with provisions for Windows and other operating systems.
- * [@libs/filesystem/doc/i18n.html#Preservation Preservation] of existing
+ * [@/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Preservation Preservation] of existing
     user code whenever possible.
- * [@libs/filesystem/doc/i18n.html#More_efficient More efficient] directory
+ * [@/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#More_efficient More efficient] directory
     iteration.
   * Addition of a
- [@libs/filesystem/doc/tr2_proposal.html#Class-template-basic_recursive_directory_iterator
+ [@/doc/libs/1_34_0/libs/filesystem/doc/tr2_proposal.html#Class-template-basic_recursive_directory_iterator
     recursive directory iterator].
-* [phrase library..[@libs/function/index.html Function Library]:]
+* [phrase library..[@/doc/libs/1_34_0/libs/function/index.html Function Library]:]
   Boost.Function now implements a small buffer optimization, which can
   drastically improve the performance when copying or constructing
   Boost.Function objects storing small function objects. For instance,
   `bind(&X:foo, &x, _1, _2)` requires no heap allocation when placed into a
   Boost.Function object.
-* [@libs/functional/hash/index.html Functional/Hash Library]
+* [@/doc/libs/1_34_0/libs/functional/hash/index.html Functional/Hash Library]
   * Use declarations for standard classes, so that the library doesn't need
     to include all of their headers
   * Deprecated the [^<boost/functional/hash/*.hpp>] headers.
   * Add support for the `BOOST_HASH_NO_EXTENSIONS` macro, which disables the
     extensions to TR1
   * Minor improvements to the hash functions for floating point numbers.
-* [phrase library..[@libs/graph/doc/index.html Graph Library]:]
- * [@libs/graph/doc/maximum_matching.html
+* [phrase library..[@/doc/libs/1_34_0/libs/graph/doc/index.html Graph Library]:]
+ * [@/doc/libs/1_34_0/libs/graph/doc/maximum_matching.html
     `edmonds_maximum_cardinality_matching`], from Aaron Windsor.
- * [@libs/graph/doc/lengauer_tarjan_dominator.htm
+ * [@/doc/libs/1_34_0/libs/graph/doc/lengauer_tarjan_dominator.htm
     `lengauer_tarjan_dominator_tree`], from JongSoo Park.
- * [@libs/graph/doc/compressed_sparse_row.html
+ * [@/doc/libs/1_34_0/libs/graph/doc/compressed_sparse_row.html
     `compressed_sparse_row_graph`], from Jeremiah Willcock and Douglas Gregor
     of Indiana University.
- * [@libs/graph/doc/sorted_erdos_renyi_gen.html
+ * [@/doc/libs/1_34_0/libs/graph/doc/sorted_erdos_renyi_gen.html
     `sorted_erdos_renyi_iterator`], from Jeremiah Willcock of Indiana
     University.
- * [@libs/graph/doc/biconnected_components.html `biconnected_components`] now
+ * [@/doc/libs/1_34_0/libs/graph/doc/biconnected_components.html `biconnected_components`] now
     supports a visitor and named parameters, from Janusz Piwowarski.
- * [@libs/graph/doc/adjacency_matrix.html `adjacency_matrix`] now models the
- [@libs/graph/doc/BidirectionalGraph.html Bidirectional Graph] concept.
- * [@libs/graph/doc/dijkstra_shortest_paths.html `dijkstra_shortest_paths`]
+ * [@/doc/libs/1_34_0/libs/graph/doc/adjacency_matrix.html `adjacency_matrix`] now models the
+ [@/doc/libs/1_34_0/libs/graph/doc/BidirectionalGraph.html Bidirectional Graph] concept.
+ * [@/doc/libs/1_34_0/libs/graph/doc/dijkstra_shortest_paths.html `dijkstra_shortest_paths`]
     now calls `vis.initialize_vertex` for each vertex during initialization.
   * [*Note:] the name of the compiled library for the
- [@libs/graph/doc/read_graphviz.html GraphViz reader] has changed to
+ [@/doc/libs/1_34_0/libs/graph/doc/read_graphviz.html GraphViz reader] has changed to
     [^boost_graph] (from [^bgl-viz]) to match Boost conventions.
- * See the [@libs/graph/doc/history.html#1.34.0 complete revision history]
+ * See the [@/doc/libs/1_34_0/libs/graph/doc/history.html#1.34.0 complete revision history]
     for more information.
-* [phrase library..[@libs/multi_array/index.html MultiArray Library]:]
+* [phrase library..[@/doc/libs/1_34_0/libs/multi_array/index.html MultiArray Library]:]
   Boost.MultiArray now by default provides range-checking for `operator[]`.
   Range checking can be disabled by defining the macro `BOOST_DISABLE_ASSERTS`
   before including [^multi_array.hpp]. A bug in `multi_array::resize()` related
   to storage orders was fixed.
-* [phrase library..[@libs/multi_index/doc/index.html Multi-index Containers
+* [phrase library..[@/doc/libs/1_34_0/libs/multi_index/doc/index.html Multi-index Containers
   Library]:]
- * New [@libs/multi_index/doc/tutorial/indices.html#rnd_indices random access
+ * New [@/doc/libs/1_34_0/libs/multi_index/doc/tutorial/indices.html#rnd_indices random access
     indices].
   * Non key-based indices feature new
- [@libs/multi_index/doc/tutorial/indices.html#rearrange rearrange
+ [@/doc/libs/1_34_0/libs/multi_index/doc/tutorial/indices.html#rearrange rearrange
     facilities].
   * This version also includes a number of optimizations and usage
     improvements. For a complete list of changes, see the library
- [@libs/multi_index/doc/release_notes.html#boost_1_34 release notes].
-* [phrase library..[@libs/optional/index.html Optional Library]:]
+ [@/doc/libs/1_34_0/libs/multi_index/doc/release_notes.html#boost_1_34 release notes].
+* [phrase library..[@/doc/libs/1_34_0/libs/optional/index.html Optional Library]:]
   * `boost::none_t and boost::none` now added to Optional's documentation
   * Relational operators now directly support arguments of type `'T'` and
     `'none_t'`
@@ -133,9 +133,9 @@
   * Member function `get_value_or(alternative_value)` added.
   * Incompatbility bug with mpl::apply<> fixed.
   * Converting assignment bug with uninitialized lvalues fixed.
-* [phrase library..[@libs/parameter/index.html Parameter Library]:]
+* [phrase library..[@/doc/libs/1_34_0/libs/parameter/index.html Parameter Library]:]
   * Every ArgumentPack is now a valid
- [@libs/mpl/doc/refmanual/forward-sequence.html MPL Forward Sequence.]
+ [@/doc/libs/1_34_0/libs/mpl/doc/refmanual/forward-sequence.html MPL Forward Sequence.]
   * Support for unnamed arguments (those whose keyword is deduced from their
     types) is added.
   * Support for named and unnamed template arguments is added.
@@ -143,8 +143,8 @@
   * [@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm
     forwarding problem] directly.
   * See also the Python library changes, below.
-* [phrase library..[@libs/ptr_container/index.html Pointer Container Library]:]
- * Support for serialization via [@libs/serialization/index.html
+* [phrase library..[@/doc/libs/1_34_0/libs/ptr_container/index.html Pointer Container Library]:]
+ * Support for serialization via [@/doc/libs/1_34_0/libs/serialization/index.html
     Boost.Serialization.]
   * Exceptions can be disabled by defining the macro
     BOOST_PTR_CONTAINER_NO_EXCEPTIONS before including any header. This macro
@@ -153,11 +153,11 @@
     `std::auto_ptr<T>` instead of only `T*` arguments to member functions.
   * `transfer()` now has weaker requirements s.t. one can transfer objects from
     `ptr_container<Derived>` to `ptr_container<Base>`,
-* [phrase library..[@libs/python/index.html Python Library]:]
+* [phrase library..[@/doc/libs/1_34_0/libs/python/index.html Python Library]:]
   * Boost.Python now automatically appends C++ signatures to docstrings. The
- new [@libs/python/doc/v2/docstring_options.html [^ docstring_options.hpp]]
+ new [@/doc/libs/1_34_0/libs/python/doc/v2/docstring_options.html [^ docstring_options.hpp]]
     header is available to control the content of docstrings.
- * [@libs/python/doc/v2/stl_iterator.html#stl_input_iterator-spec
+ * [@/doc/libs/1_34_0/libs/python/doc/v2/stl_iterator.html#stl_input_iterator-spec
     `stl_input_iterator`], for turning a Python iterable object into an STL
     input iterator, from Eric Niebler.
   * Support for `void*` conversions is added.
@@ -166,28 +166,28 @@
   * Enhancements to the API for better embedding support
     (`boost::python::import()`, `boost::python::exec()`, and
     `boost::python::exec_file()`).
-* [phrase library..[@doc/html/signals.html Signals Library]:] More improvements to signal invocation performance from Robert Zeh.
-* [phrase library..[@libs/smart_ptr/smart_ptr.htm Smart Pointers Library]:]
- * [@libs/smart_ptr/shared_ptr.htm#allocator_constructor Allocator support]
+* [phrase library..[@/doc/libs/1_34_0/doc/html/signals.html Signals Library]:] More improvements to signal invocation performance from Robert Zeh.
+* [phrase library..[@/doc/libs/1_34_0/libs/smart_ptr/smart_ptr.htm Smart Pointers Library]:]
+ * [@/doc/libs/1_34_0/libs/smart_ptr/shared_ptr.htm#allocator_constructor Allocator support]
     as proposed in
     [@http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1851.pdf N1851]
     (162 Kb PDF).
- * [@libs/smart_ptr/pointer_cast.html `pointer_cast`] and
- [@libs/smart_ptr/pointer_to_other.html `pointer_to_other`] utilities to
+ * [@/doc/libs/1_34_0/libs/smart_ptr/pointer_cast.html `pointer_cast`] and
+ [@/doc/libs/1_34_0/libs/smart_ptr/pointer_to_other.html `pointer_to_other`] utilities to
     allow pointer-independent code, from Ion Gaztanaga.
-* [phrase library..[@libs/algorithm/string/index.html String Algorithm Library]:]
+* [phrase library..[@/doc/libs/1_34_0/libs/algorithm/string/index.html String Algorithm Library]:]
   * `lexicographical_compare`
   * `join`
   * New comparison predicates `is_less`, `is_not_greater`.
   * Negative indexes support (like Perl) in various algorihtms (`*_head/tail`,
     `*_nth`).
-* [phrase library..[@libs/wave/index.html Wave Library]:]
+* [phrase library..[@/doc/libs/1_34_0/libs/wave/index.html Wave Library]:]
   * Wave now correctly recognizes pp-number tokens as mandated by the C++
     Standard, which are converted to C++ tokens right before they are returned
     from the library.
   * Several new preprocessing hooks have been added. For a complete description
     please refer to the related documentation page:
- [@libs/wave/doc/class_reference_ctxpolicy.html The Context Policy].
+ [@/doc/libs/1_34_0/libs/wave/doc/class_reference_ctxpolicy.html The Context Policy].
   * Shared library (dll) support has been added for the generated Wave
     libraries.
   * The overall error handling has been improved. It is now possible to recover
@@ -207,7 +207,7 @@
     control of generated whitespace and #line directives).
   * Optional support for #pragma message "..." has been added.
   * This version also includes a number of bug fixes and usage improvements.
- For a complete list of changes, see the libraries [@libs/wave/ChangeLog
+ For a complete list of changes, see the libraries [@/doc/libs/1_34_0/libs/wave/ChangeLog
     change log].
 
 [endsect]

Modified: website/public_html/beta/feed/history/boost_1_34_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_34_0.xml (original)
+++ website/public_html/beta/feed/history/boost_1_34_0.xml 2007-11-04 12:39:47 EST (Sun, 04 Nov 2007)
@@ -20,23 +20,23 @@
     <title><link linkend="version_1_34_0.new_libraries">New Libraries</link></title>
     <itemizedlist>
       <listitem>
- <phrase role="library"><ulink url="doc/html/foreach.html">Foreach Library</ulink>:</phrase> <code><phrase
+ <phrase role="library"><ulink url="/doc/libs/1_34_0/doc/html/foreach.html">Foreach Library</ulink>:</phrase> <code><phrase
         role="identifier">BOOST_FOREACH</phrase></code> macro for easily iterating
         over the elements of a sequence, from Eric Niebler.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/statechart/doc/index.html">Statechart Library</ulink>:</phrase>
- Arbitrarily
- complex finite state machines can be implemented in easily readable and maintainable
- C++ code, from Andreas Huber.
+ <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/statechart/doc/index.html">Statechart
+ Library</ulink>:</phrase>
+ Arbitrarily complex finite state machines can be implemented
+ in easily readable and maintainable C++ code, from Andreas Huber.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/tr1/index.html">TR1 Library</ulink>:</phrase> An implementation
- of the C++ Technical Report on Standard Library Extensions, from John Maddock.
- This library does not itself implement the TR1 components, rather it's a
- thin wrapper that will include your standard library's TR1 implementation
- (if it has one), otherwise it will include the Boost Library equivalents,
- and import them into namespace <code><phrase role="identifier">std</phrase><phrase
+ <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/tr1/index.html">TR1 Library</ulink>:</phrase> An
+ implementation of the C++ Technical Report on Standard Library Extensions,
+ from John Maddock. This library does not itself implement the TR1 components,
+ rather it's a thin wrapper that will include your standard library's TR1
+ implementation (if it has one), otherwise it will include the Boost Library
+ equivalents, and import them into namespace <code><phrase role="identifier">std</phrase><phrase
         role="special">::</phrase><phrase role="identifier">tr1</phrase></code>.
         Highlights include: Reference Wrappers, Smart Pointers, result_of, Function
         Object Binders, Polymorphic function wrappers, Type Traits, Random Number
@@ -44,11 +44,11 @@
         Regular Expressions, and Complex Number Additional Algorithms.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="doc/html/typeof.html">Typeof Library</ulink>:</phrase> Typeof operator
- emulation, from Arkadiy Vertleyb and Peder Holt.
+ <phrase role="library"><ulink url="/doc/libs/1_34_0/doc/html/typeof.html">Typeof Library</ulink>:</phrase> Typeof
+ operator emulation, from Arkadiy Vertleyb and Peder Holt.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="doc/html/xpressive.html">Xpressive Library</ulink>:</phrase> Regular
+ <phrase role="library"><ulink url="/doc/libs/1_34_0/doc/html/xpressive.html">Xpressive Library</ulink>:</phrase> Regular
         expressions that can be written as strings or as expression templates, and
         that can refer to each other and themselves recursively with the power of
         context-free grammars, from Eric Niebler.
@@ -59,7 +59,7 @@
     <title><link linkend="version_1_34_0.updated_libraries">Updated Libraries</link></title>
     <itemizedlist>
       <listitem>
- <phrase role="library"><ulink url="libs/assign/index.html">Assign Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/assign/index.html">Assign Library</ulink>:</phrase>
         <itemizedlist>
           <listitem>
             Support for <code><phrase role="identifier">ptr_map</phrase><phrase role="special">&lt;</phrase><phrase
@@ -69,62 +69,62 @@
             role="special">()</phrase></code>
           </listitem>
           <listitem>
- Support for initialization of <ulink url="libs/ptr_container/index.html">Pointer
+ Support for initialization of <ulink url="/doc/libs/1_34_0/libs/ptr_container/index.html">Pointer
             Containers</ulink> when the containers hold pointers to an abstract base
             class.
           </listitem>
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="doc/html/date_time.html">Date_time library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_34_0/doc/html/date_time.html">Date_time library</ulink>:</phrase>
         <itemizedlist>
           <listitem>
             Support for new US/Canada timezone rules and other bug fixes. See <ulink
- url="doc/html/date_time/details.html#changes">Change History</ulink>
- for details.
+ url="/doc/libs/1_34_0/doc/html/date_time/details.html#changes">Change
+ History</ulink> for details.
           </listitem>
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/filesystem/doc/index.htm">Filesystem Library</ulink>:</phrase> Major
- upgrade in preparation for submission to the C++ Standards Committee for
- TR2. Changes include:
+ <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/filesystem/doc/index.htm">Filesystem
+ Library</ulink>:</phrase> Major upgrade in preparation for submission to the C++ Standards
+ Committee for TR2. Changes include:
         <itemizedlist>
           <listitem>
- <ulink url="libs/filesystem/doc/i18n.html#Internationalization">Internationalization</ulink>,
+ <ulink url="/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Internationalization">Internationalization</ulink>,
             provided by class templates <emphasis>basic_path</emphasis>, <emphasis>basic_filesystem_error</emphasis>,
             <emphasis>basic_directory_iterator</emphasis>, and <emphasis>basic_directory_entry</emphasis>.
           </listitem>
           <listitem>
- <ulink url="libs/filesystem/doc/i18n.html#Simplification">Simplification</ulink>
+ <ulink url="/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Simplification">Simplification</ulink>
             of the path interface by eliminating special constructors to identify
             native formats.
           </listitem>
           <listitem>
- <ulink url="libs/filesystem/doc/i18n.html#Rationalization">Rationalization</ulink>
+ <ulink url="/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Rationalization">Rationalization</ulink>
             of predicate function design, including the addition of several new functions.
           </listitem>
           <listitem>
- Clearer specification by reference to <ulink url="libs/filesystem/doc/design.htm#POSIX-01">POSIX</ulink>,
+ Clearer specification by reference to <ulink url="/doc/libs/1_34_0/libs/filesystem/doc/design.htm#POSIX-01">POSIX</ulink>,
             the ISO/IEEE Single Unix Standard, with provisions for Windows and other
             operating systems.
           </listitem>
           <listitem>
- <ulink url="libs/filesystem/doc/i18n.html#Preservation">Preservation</ulink>
+ <ulink url="/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Preservation">Preservation</ulink>
             of existing user code whenever possible.
           </listitem>
           <listitem>
- <ulink url="libs/filesystem/doc/i18n.html#More_efficient">More efficient</ulink>
- directory iteration.
+ <ulink url="/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#More_efficient">More
+ efficient</ulink> directory iteration.
           </listitem>
           <listitem>
- Addition of a <ulink url="libs/filesystem/doc/tr2_proposal.html#Class-template-basic_recursive_directory_iterator">recursive
+ Addition of a <ulink url="/doc/libs/1_34_0/libs/filesystem/doc/tr2_proposal.html#Class-template-basic_recursive_directory_iterator">recursive
             directory iterator</ulink>.
           </listitem>
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/function/index.html">Function Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/function/index.html">Function Library</ulink>:</phrase>
   Boost.Function
         now implements a small buffer optimization, which can drastically improve
         the performance when copying or constructing Boost.Function objects storing
@@ -137,7 +137,8 @@
         requires no heap allocation when placed into a Boost.Function object.
       </listitem>
       <listitem>
- <ulink url="libs/functional/hash/index.html">Functional/Hash Library</ulink>
+ <ulink url="/doc/libs/1_34_0/libs/functional/hash/index.html">Functional/Hash
+ Library</ulink>
         <itemizedlist>
           <listitem>
             Use declarations for standard classes, so that the library doesn't need
@@ -157,39 +158,41 @@
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/graph/doc/index.html">Graph Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/graph/doc/index.html">Graph Library</ulink>:</phrase>
         <itemizedlist>
           <listitem>
- <ulink url="libs/graph/doc/maximum_matching.html"><code><phrase role="identifier">edmonds_maximum_cardinality_matching</phrase></code></ulink>,
+ <ulink url="/doc/libs/1_34_0/libs/graph/doc/maximum_matching.html"><code><phrase
+ role="identifier">edmonds_maximum_cardinality_matching</phrase></code></ulink>,
             from Aaron Windsor.
           </listitem>
           <listitem>
- <ulink url="libs/graph/doc/lengauer_tarjan_dominator.htm"><code><phrase
+ <ulink url="/doc/libs/1_34_0/libs/graph/doc/lengauer_tarjan_dominator.htm"><code><phrase
             role="identifier">lengauer_tarjan_dominator_tree</phrase></code></ulink>,
             from JongSoo Park.
           </listitem>
           <listitem>
- <ulink url="libs/graph/doc/compressed_sparse_row.html"><code><phrase
+ <ulink url="/doc/libs/1_34_0/libs/graph/doc/compressed_sparse_row.html"><code><phrase
             role="identifier">compressed_sparse_row_graph</phrase></code></ulink>,
             from Jeremiah Willcock and Douglas Gregor of Indiana University.
           </listitem>
           <listitem>
- <ulink url="libs/graph/doc/sorted_erdos_renyi_gen.html"><code><phrase
+ <ulink url="/doc/libs/1_34_0/libs/graph/doc/sorted_erdos_renyi_gen.html"><code><phrase
             role="identifier">sorted_erdos_renyi_iterator</phrase></code></ulink>,
             from Jeremiah Willcock of Indiana University.
           </listitem>
           <listitem>
- <ulink url="libs/graph/doc/biconnected_components.html"><code><phrase
+ <ulink url="/doc/libs/1_34_0/libs/graph/doc/biconnected_components.html"><code><phrase
             role="identifier">biconnected_components</phrase></code></ulink> now
             supports a visitor and named parameters, from Janusz Piwowarski.
           </listitem>
           <listitem>
- <ulink url="libs/graph/doc/adjacency_matrix.html"><code><phrase role="identifier">adjacency_matrix</phrase></code></ulink>
- now models the <ulink url="libs/graph/doc/BidirectionalGraph.html">Bidirectional
+ <ulink url="/doc/libs/1_34_0/libs/graph/doc/adjacency_matrix.html"><code><phrase
+ role="identifier">adjacency_matrix</phrase></code></ulink> now models
+ the <ulink url="/doc/libs/1_34_0/libs/graph/doc/BidirectionalGraph.html">Bidirectional
             Graph</ulink> concept.
           </listitem>
           <listitem>
- <ulink url="libs/graph/doc/dijkstra_shortest_paths.html"><code><phrase
+ <ulink url="/doc/libs/1_34_0/libs/graph/doc/dijkstra_shortest_paths.html"><code><phrase
             role="identifier">dijkstra_shortest_paths</phrase></code></ulink> now
             calls <code><phrase role="identifier">vis</phrase><phrase role="special">.</phrase><phrase
             role="identifier">initialize_vertex</phrase></code> for each vertex during
@@ -197,48 +200,48 @@
           </listitem>
           <listitem>
             <emphasis role="bold">Note:</emphasis> the name of the compiled library
- for the <ulink url="libs/graph/doc/read_graphviz.html">GraphViz reader</ulink>
- has changed to <literal>boost_graph</literal> (from <literal>bgl-viz</literal>)
+ for the <ulink url="/doc/libs/1_34_0/libs/graph/doc/read_graphviz.html">GraphViz
+ reader</ulink> has changed to <literal>boost_graph</literal> (from <literal>bgl-viz</literal>)
             to match Boost conventions.
           </listitem>
           <listitem>
- See the <ulink url="libs/graph/doc/history.html#1.34.0">complete revision
- history</ulink> for more information.
+ See the <ulink url="/doc/libs/1_34_0/libs/graph/doc/history.html#1.34.0">complete
+ revision history</ulink> for more information.
           </listitem>
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/multi_array/index.html">MultiArray Library</ulink>:</phrase>
- Boost.MultiArray
- now by default provides range-checking for <code><phrase role="keyword">operator</phrase><phrase
- role="special">[]</phrase></code>. Range checking can be disabled by defining
- the macro <code><phrase role="identifier">BOOST_DISABLE_ASSERTS</phrase></code>
+ <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/multi_array/index.html">MultiArray
+ Library</ulink>:</phrase>
+ Boost.MultiArray now by default provides range-checking for
+ <code><phrase role="keyword">operator</phrase><phrase role="special">[]</phrase></code>.
+ Range checking can be disabled by defining the macro <code><phrase role="identifier">BOOST_DISABLE_ASSERTS</phrase></code>
         before including <literal>multi_array.hpp</literal>. A bug in <code><phrase
         role="identifier">multi_array</phrase><phrase role="special">::</phrase><phrase
         role="identifier">resize</phrase><phrase role="special">()</phrase></code>
         related to storage orders was fixed.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/multi_index/doc/index.html">Multi-index Containers
- Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/multi_index/doc/index.html">Multi-index
+ Containers Library</ulink>:</phrase>
         <itemizedlist>
           <listitem>
- New <ulink url="libs/multi_index/doc/tutorial/indices.html#rnd_indices">random
+ New <ulink url="/doc/libs/1_34_0/libs/multi_index/doc/tutorial/indices.html#rnd_indices">random
             access indices</ulink>.
           </listitem>
           <listitem>
- Non key-based indices feature new <ulink url="libs/multi_index/doc/tutorial/indices.html#rearrange">rearrange
+ Non key-based indices feature new <ulink url="/doc/libs/1_34_0/libs/multi_index/doc/tutorial/indices.html#rearrange">rearrange
             facilities</ulink>.
           </listitem>
           <listitem>
             This version also includes a number of optimizations and usage improvements.
- For a complete list of changes, see the library <ulink url="libs/multi_index/doc/release_notes.html#boost_1_34">release
+ For a complete list of changes, see the library <ulink url="/doc/libs/1_34_0/libs/multi_index/doc/release_notes.html#boost_1_34">release
             notes</ulink>.
           </listitem>
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/optional/index.html">Optional Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/optional/index.html">Optional Library</ulink>:</phrase>
         <itemizedlist>
           <listitem>
             <code><phrase role="identifier">boost</phrase><phrase role="special">::</phrase><phrase
@@ -282,10 +285,11 @@
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/parameter/index.html">Parameter Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/parameter/index.html">Parameter
+ Library</ulink>:</phrase>
         <itemizedlist>
           <listitem>
- Every ArgumentPack is now a valid <ulink url="libs/mpl/doc/refmanual/forward-sequence.html">MPL
+ Every ArgumentPack is now a valid <ulink url="/doc/libs/1_34_0/libs/mpl/doc/refmanual/forward-sequence.html">MPL
             Forward Sequence.</ulink>
           </listitem>
           <listitem>
@@ -308,10 +312,11 @@
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/ptr_container/index.html">Pointer Container Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/ptr_container/index.html">Pointer
+ Container Library</ulink>:</phrase>
         <itemizedlist>
           <listitem>
- Support for serialization via <ulink url="libs/serialization/index.html">Boost.Serialization.</ulink>
+ Support for serialization via <ulink url="/doc/libs/1_34_0/libs/serialization/index.html">Boost.Serialization.</ulink>
           </listitem>
           <listitem>
             Exceptions can be disabled by defining the macro BOOST_PTR_CONTAINER_NO_EXCEPTIONS
@@ -339,15 +344,15 @@
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/python/index.html">Python Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/python/index.html">Python Library</ulink>:</phrase>
         <itemizedlist>
           <listitem>
             Boost.Python now automatically appends C++ signatures to docstrings.
- The new <ulink url="libs/python/doc/v2/docstring_options.html"><literal>docstring_options.hpp</literal></ulink>
+ The new <ulink url="/doc/libs/1_34_0/libs/python/doc/v2/docstring_options.html"><literal>docstring_options.hpp</literal></ulink>
             header is available to control the content of docstrings.
           </listitem>
           <listitem>
- <ulink url="libs/python/doc/v2/stl_iterator.html#stl_input_iterator-spec"><code><phrase
+ <ulink url="/doc/libs/1_34_0/libs/python/doc/v2/stl_iterator.html#stl_input_iterator-spec"><code><phrase
             role="identifier">stl_input_iterator</phrase></code></ulink>, for turning
             a Python iterable object into an STL input iterator, from Eric Niebler.
           </listitem>
@@ -374,26 +379,29 @@
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="doc/html/signals.html">Signals Library</ulink>:</phrase> More improvements
- to signal invocation performance from Robert Zeh.
+ <phrase role="library"><ulink url="/doc/libs/1_34_0/doc/html/signals.html">Signals Library</ulink>:</phrase> More
+ improvements to signal invocation performance from Robert Zeh.
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/smart_ptr/smart_ptr.htm">Smart Pointers Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/smart_ptr/smart_ptr.htm">Smart Pointers
+ Library</ulink>:</phrase>
         <itemizedlist>
           <listitem>
- <ulink url="libs/smart_ptr/shared_ptr.htm#allocator_constructor">Allocator
+ <ulink url="/doc/libs/1_34_0/libs/smart_ptr/shared_ptr.htm#allocator_constructor">Allocator
             support</ulink> as proposed in <ulink url="http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1851.pdf">N1851</ulink>
             (162 Kb PDF).
           </listitem>
           <listitem>
- <ulink url="libs/smart_ptr/pointer_cast.html"><code><phrase role="identifier">pointer_cast</phrase></code></ulink>
- and <ulink url="libs/smart_ptr/pointer_to_other.html"><code><phrase role="identifier">pointer_to_other</phrase></code></ulink>
- utilities to allow pointer-independent code, from Ion Gaztanaga.
+ <ulink url="/doc/libs/1_34_0/libs/smart_ptr/pointer_cast.html"><code><phrase
+ role="identifier">pointer_cast</phrase></code></ulink> and <ulink url="/doc/libs/1_34_0/libs/smart_ptr/pointer_to_other.html"><code><phrase
+ role="identifier">pointer_to_other</phrase></code></ulink> utilities
+ to allow pointer-independent code, from Ion Gaztanaga.
           </listitem>
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/algorithm/string/index.html">String Algorithm Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/algorithm/string/index.html">String
+ Algorithm Library</ulink>:</phrase>
         <itemizedlist>
           <listitem>
             <code><phrase role="identifier">lexicographical_compare</phrase></code>
@@ -414,7 +422,7 @@
         </itemizedlist>
       </listitem>
       <listitem>
- <phrase role="library"><ulink url="libs/wave/index.html">Wave Library</ulink>:</phrase>
+ <phrase role="library"><ulink url="/doc/libs/1_34_0/libs/wave/index.html">Wave Library</ulink>:</phrase>
         <itemizedlist>
           <listitem>
             Wave now correctly recognizes pp-number tokens as mandated by the C++
@@ -423,7 +431,7 @@
           </listitem>
           <listitem>
             Several new preprocessing hooks have been added. For a complete description
- please refer to the related documentation page: <ulink url="libs/wave/doc/class_reference_ctxpolicy.html">The
+ please refer to the related documentation page: <ulink url="/doc/libs/1_34_0/libs/wave/doc/class_reference_ctxpolicy.html">The
             Context Policy</ulink>.
           </listitem>
           <listitem>
@@ -461,7 +469,7 @@
           </listitem>
           <listitem>
             This version also includes a number of bug fixes and usage improvements.
- For a complete list of changes, see the libraries <ulink url="libs/wave/ChangeLog">change
+ For a complete list of changes, see the libraries <ulink url="/doc/libs/1_34_0/libs/wave/ChangeLog">change
             log</ulink>.
           </listitem>
         </itemizedlist>

Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2007-11-04 12:39:47 EST (Sun, 04 Nov 2007)
@@ -102,33 +102,33 @@
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;doc/html/foreach.html&quot;&gt;Foreach Library&lt;/a&gt;:&lt;/span&gt; &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_FOREACH&lt;/span&gt;&lt;/code&gt; macro for easily iterating
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/doc/html/foreach.html&quot;&gt;Foreach Library&lt;/a&gt;:&lt;/span&gt; &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_FOREACH&lt;/span&gt;&lt;/code&gt; macro for easily iterating
         over the elements of a sequence, from Eric Niebler.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/statechart/doc/index.html&quot;&gt;Statechart Library&lt;/a&gt;:&lt;/span&gt;
- Arbitrarily
- complex finite state machines can be implemented in easily readable and maintainable
- C++ code, from Andreas Huber.
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/statechart/doc/index.html&quot;&gt;Statechart
+ Library&lt;/a&gt;:&lt;/span&gt;
+ Arbitrarily complex finite state machines can be implemented
+ in easily readable and maintainable C++ code, from Andreas Huber.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/tr1/index.html&quot;&gt;TR1 Library&lt;/a&gt;:&lt;/span&gt; An implementation
- of the C++ Technical Report on Standard Library Extensions, from John Maddock.
- This library does not itself implement the TR1 components, rather it's a
- thin wrapper that will include your standard library's TR1 implementation
- (if it has one), otherwise it will include the Boost Library equivalents,
- and import them into namespace &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;std&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;tr1&lt;/span&gt;&lt;/code&gt;.
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/tr1/index.html&quot;&gt;TR1 Library&lt;/a&gt;:&lt;/span&gt; An
+ implementation of the C++ Technical Report on Standard Library Extensions,
+ from John Maddock. This library does not itself implement the TR1 components,
+ rather it's a thin wrapper that will include your standard library's TR1
+ implementation (if it has one), otherwise it will include the Boost Library
+ equivalents, and import them into namespace &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;std&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;tr1&lt;/span&gt;&lt;/code&gt;.
         Highlights include: Reference Wrappers, Smart Pointers, result_of, Function
         Object Binders, Polymorphic function wrappers, Type Traits, Random Number
         Generators and Distributions, Tuples, Fixed Size Array, Hash Function Objects,
         Regular Expressions, and Complex Number Additional Algorithms.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;doc/html/typeof.html&quot;&gt;Typeof Library&lt;/a&gt;:&lt;/span&gt; Typeof operator
- emulation, from Arkadiy Vertleyb and Peder Holt.
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/doc/html/typeof.html&quot;&gt;Typeof Library&lt;/a&gt;:&lt;/span&gt; Typeof
+ operator emulation, from Arkadiy Vertleyb and Peder Holt.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;doc/html/xpressive.html&quot;&gt;Xpressive Library&lt;/a&gt;:&lt;/span&gt; Regular
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/doc/html/xpressive.html&quot;&gt;Xpressive Library&lt;/a&gt;:&lt;/span&gt; Regular
         expressions that can be written as strings or as expression templates, and
         that can refer to each other and themselves recursively with the power of
         context-free grammars, from Eric Niebler.
@@ -139,68 +139,68 @@
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/assign/index.html&quot;&gt;Assign Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/assign/index.html&quot;&gt;Assign Library&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
             Support for &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;ptr_map&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;key&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;T&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
             via the new function &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;ptr_map_insert&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
           &lt;/li&gt;
           &lt;li&gt;
- Support for initialization of &lt;a href=&quot;libs/ptr_container/index.html&quot;&gt;Pointer
+ Support for initialization of &lt;a href=&quot;/doc/libs/1_34_0/libs/ptr_container/index.html&quot;&gt;Pointer
             Containers&lt;/a&gt; when the containers hold pointers to an abstract base
             class.
           &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;doc/html/date_time.html&quot;&gt;Date_time library&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/doc/html/date_time.html&quot;&gt;Date_time library&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
- Support for new US/Canada timezone rules and other bug fixes. See &lt;a href=&quot;doc/html/date_time/details.html#changes&quot;&gt;Change History&lt;/a&gt;
- for details.
+ Support for new US/Canada timezone rules and other bug fixes. See &lt;a href=&quot;/doc/libs/1_34_0/doc/html/date_time/details.html#changes&quot;&gt;Change
+ History&lt;/a&gt; for details.
           &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/filesystem/doc/index.htm&quot;&gt;Filesystem Library&lt;/a&gt;:&lt;/span&gt; Major
- upgrade in preparation for submission to the C++ Standards Committee for
- TR2. Changes include:
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/index.htm&quot;&gt;Filesystem
+ Library&lt;/a&gt;:&lt;/span&gt; Major upgrade in preparation for submission to the C++ Standards
+ Committee for TR2. Changes include:
         &lt;ul&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/filesystem/doc/i18n.html#Internationalization&quot;&gt;Internationalization&lt;/a&gt;,
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Internationalization&quot;&gt;Internationalization&lt;/a&gt;,
             provided by class templates &lt;em&gt;basic_path&lt;/em&gt;, &lt;em&gt;basic_filesystem_error&lt;/em&gt;,
             &lt;em&gt;basic_directory_iterator&lt;/em&gt;, and &lt;em&gt;basic_directory_entry&lt;/em&gt;.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/filesystem/doc/i18n.html#Simplification&quot;&gt;Simplification&lt;/a&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Simplification&quot;&gt;Simplification&lt;/a&gt;
             of the path interface by eliminating special constructors to identify
             native formats.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/filesystem/doc/i18n.html#Rationalization&quot;&gt;Rationalization&lt;/a&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Rationalization&quot;&gt;Rationalization&lt;/a&gt;
             of predicate function design, including the addition of several new functions.
           &lt;/li&gt;
           &lt;li&gt;
- Clearer specification by reference to &lt;a href=&quot;libs/filesystem/doc/design.htm#POSIX-01&quot;&gt;POSIX&lt;/a&gt;,
+ Clearer specification by reference to &lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/design.htm#POSIX-01&quot;&gt;POSIX&lt;/a&gt;,
             the ISO/IEEE Single Unix Standard, with provisions for Windows and other
             operating systems.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/filesystem/doc/i18n.html#Preservation&quot;&gt;Preservation&lt;/a&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Preservation&quot;&gt;Preservation&lt;/a&gt;
             of existing user code whenever possible.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/filesystem/doc/i18n.html#More_efficient&quot;&gt;More efficient&lt;/a&gt;
- directory iteration.
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#More_efficient&quot;&gt;More
+ efficient&lt;/a&gt; directory iteration.
           &lt;/li&gt;
           &lt;li&gt;
- Addition of a &lt;a href=&quot;libs/filesystem/doc/tr2_proposal.html#Class-template-basic_recursive_directory_iterator&quot;&gt;recursive
+ Addition of a &lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/tr2_proposal.html#Class-template-basic_recursive_directory_iterator&quot;&gt;recursive
             directory iterator&lt;/a&gt;.
           &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/function/index.html&quot;&gt;Function Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/function/index.html&quot;&gt;Function Library&lt;/a&gt;:&lt;/span&gt;
   Boost.Function
         now implements a small buffer optimization, which can drastically improve
         the performance when copying or constructing Boost.Function objects storing
@@ -210,7 +210,8 @@
         requires no heap allocation when placed into a Boost.Function object.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;a href=&quot;libs/functional/hash/index.html&quot;&gt;Functional/Hash Library&lt;/a&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/functional/hash/index.html&quot;&gt;Functional/Hash
+ Library&lt;/a&gt;
         &lt;ul&gt;
           &lt;li&gt;
             Use declarations for standard classes, so that the library doesn't need
@@ -230,79 +231,80 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/graph/doc/index.html&quot;&gt;Graph Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/index.html&quot;&gt;Graph Library&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/graph/doc/maximum_matching.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;edmonds_maximum_cardinality_matching&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/maximum_matching.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;edmonds_maximum_cardinality_matching&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
             from Aaron Windsor.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/graph/doc/lengauer_tarjan_dominator.htm&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;lengauer_tarjan_dominator_tree&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/lengauer_tarjan_dominator.htm&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;lengauer_tarjan_dominator_tree&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
             from JongSoo Park.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/graph/doc/compressed_sparse_row.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;compressed_sparse_row_graph&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/compressed_sparse_row.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;compressed_sparse_row_graph&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
             from Jeremiah Willcock and Douglas Gregor of Indiana University.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/graph/doc/sorted_erdos_renyi_gen.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;sorted_erdos_renyi_iterator&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/sorted_erdos_renyi_gen.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;sorted_erdos_renyi_iterator&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
             from Jeremiah Willcock of Indiana University.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/graph/doc/biconnected_components.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;biconnected_components&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; now
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/biconnected_components.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;biconnected_components&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; now
             supports a visitor and named parameters, from Janusz Piwowarski.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/graph/doc/adjacency_matrix.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;adjacency_matrix&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;
- now models the &lt;a href=&quot;libs/graph/doc/BidirectionalGraph.html&quot;&gt;Bidirectional
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/adjacency_matrix.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;adjacency_matrix&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; now models
+ the &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/BidirectionalGraph.html&quot;&gt;Bidirectional
             Graph&lt;/a&gt; concept.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/graph/doc/dijkstra_shortest_paths.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;dijkstra_shortest_paths&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; now
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/dijkstra_shortest_paths.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;dijkstra_shortest_paths&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; now
             calls &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;vis&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;initialize_vertex&lt;/span&gt;&lt;/code&gt; for each vertex during
             initialization.
           &lt;/li&gt;
           &lt;li&gt;
             &lt;em&gt;Note:&lt;/em&gt; the name of the compiled library
- for the &lt;a href=&quot;libs/graph/doc/read_graphviz.html&quot;&gt;GraphViz reader&lt;/a&gt;
- has changed to &lt;tt&gt;boost_graph&lt;/tt&gt; (from &lt;tt&gt;bgl-viz&lt;/tt&gt;)
+ for the &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/read_graphviz.html&quot;&gt;GraphViz
+ reader&lt;/a&gt; has changed to &lt;tt&gt;boost_graph&lt;/tt&gt; (from &lt;tt&gt;bgl-viz&lt;/tt&gt;)
             to match Boost conventions.
           &lt;/li&gt;
           &lt;li&gt;
- See the &lt;a href=&quot;libs/graph/doc/history.html#1.34.0&quot;&gt;complete revision
- history&lt;/a&gt; for more information.
+ See the &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/history.html#1.34.0&quot;&gt;complete
+ revision history&lt;/a&gt; for more information.
           &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/multi_array/index.html&quot;&gt;MultiArray Library&lt;/a&gt;:&lt;/span&gt;
- Boost.MultiArray
- now by default provides range-checking for &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;operator&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;[]&lt;/span&gt;&lt;/code&gt;. Range checking can be disabled by defining
- the macro &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_DISABLE_ASSERTS&lt;/span&gt;&lt;/code&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/multi_array/index.html&quot;&gt;MultiArray
+ Library&lt;/a&gt;:&lt;/span&gt;
+ Boost.MultiArray now by default provides range-checking for
+ &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;operator&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;[]&lt;/span&gt;&lt;/code&gt;.
+ Range checking can be disabled by defining the macro &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_DISABLE_ASSERTS&lt;/span&gt;&lt;/code&gt;
         before including &lt;tt&gt;multi_array.hpp&lt;/tt&gt;. A bug in &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;multi_array&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;resize&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
         related to storage orders was fixed.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/multi_index/doc/index.html&quot;&gt;Multi-index Containers
- Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/multi_index/doc/index.html&quot;&gt;Multi-index
+ Containers Library&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
- New &lt;a href=&quot;libs/multi_index/doc/tutorial/indices.html#rnd_indices&quot;&gt;random
+ New &lt;a href=&quot;/doc/libs/1_34_0/libs/multi_index/doc/tutorial/indices.html#rnd_indices&quot;&gt;random
             access indices&lt;/a&gt;.
           &lt;/li&gt;
           &lt;li&gt;
- Non key-based indices feature new &lt;a href=&quot;libs/multi_index/doc/tutorial/indices.html#rearrange&quot;&gt;rearrange
+ Non key-based indices feature new &lt;a href=&quot;/doc/libs/1_34_0/libs/multi_index/doc/tutorial/indices.html#rearrange&quot;&gt;rearrange
             facilities&lt;/a&gt;.
           &lt;/li&gt;
           &lt;li&gt;
             This version also includes a number of optimizations and usage improvements.
- For a complete list of changes, see the library &lt;a href=&quot;libs/multi_index/doc/release_notes.html#boost_1_34&quot;&gt;release
+ For a complete list of changes, see the library &lt;a href=&quot;/doc/libs/1_34_0/libs/multi_index/doc/release_notes.html#boost_1_34&quot;&gt;release
             notes&lt;/a&gt;.
           &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/optional/index.html&quot;&gt;Optional Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/optional/index.html&quot;&gt;Optional Library&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
             &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;none_t&lt;/span&gt; &lt;span class=&quot;keyword&quot;&gt;and&lt;/span&gt;
@@ -333,10 +335,11 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/parameter/index.html&quot;&gt;Parameter Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/parameter/index.html&quot;&gt;Parameter
+ Library&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
- Every ArgumentPack is now a valid &lt;a href=&quot;libs/mpl/doc/refmanual/forward-sequence.html&quot;&gt;MPL
+ Every ArgumentPack is now a valid &lt;a href=&quot;/doc/libs/1_34_0/libs/mpl/doc/refmanual/forward-sequence.html&quot;&gt;MPL
             Forward Sequence.&lt;/a&gt;
           &lt;/li&gt;
           &lt;li&gt;
@@ -359,10 +362,11 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/ptr_container/index.html&quot;&gt;Pointer Container Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/ptr_container/index.html&quot;&gt;Pointer
+ Container Library&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
- Support for serialization via &lt;a href=&quot;libs/serialization/index.html&quot;&gt;Boost.Serialization.&lt;/a&gt;
+ Support for serialization via &lt;a href=&quot;/doc/libs/1_34_0/libs/serialization/index.html&quot;&gt;Boost.Serialization.&lt;/a&gt;
           &lt;/li&gt;
           &lt;li&gt;
             Exceptions can be disabled by defining the macro BOOST_PTR_CONTAINER_NO_EXCEPTIONS
@@ -381,15 +385,15 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/python/index.html&quot;&gt;Python Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/python/index.html&quot;&gt;Python Library&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
             Boost.Python now automatically appends C++ signatures to docstrings.
- The new &lt;a href=&quot;libs/python/doc/v2/docstring_options.html&quot;&gt;&lt;tt&gt;docstring_options.hpp&lt;/tt&gt;&lt;/a&gt;
+ The new &lt;a href=&quot;/doc/libs/1_34_0/libs/python/doc/v2/docstring_options.html&quot;&gt;&lt;tt&gt;docstring_options.hpp&lt;/tt&gt;&lt;/a&gt;
             header is available to control the content of docstrings.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/python/doc/v2/stl_iterator.html#stl_input_iterator-spec&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;stl_input_iterator&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;, for turning
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/python/doc/v2/stl_iterator.html#stl_input_iterator-spec&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;stl_input_iterator&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;, for turning
             a Python iterable object into an STL input iterator, from Eric Niebler.
           &lt;/li&gt;
           &lt;li&gt;
@@ -406,26 +410,27 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;doc/html/signals.html&quot;&gt;Signals Library&lt;/a&gt;:&lt;/span&gt; More improvements
- to signal invocation performance from Robert Zeh.
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/doc/html/signals.html&quot;&gt;Signals Library&lt;/a&gt;:&lt;/span&gt; More
+ improvements to signal invocation performance from Robert Zeh.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/smart_ptr/smart_ptr.htm&quot;&gt;Smart Pointers Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/smart_ptr/smart_ptr.htm&quot;&gt;Smart Pointers
+ Library&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/smart_ptr/shared_ptr.htm#allocator_constructor&quot;&gt;Allocator
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/smart_ptr/shared_ptr.htm#allocator_constructor&quot;&gt;Allocator
             support&lt;/a&gt; as proposed in &lt;a href=&quot;http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1851.pdf&quot;&gt;N1851&lt;/a&gt;
             (162 Kb PDF).
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/smart_ptr/pointer_cast.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;pointer_cast&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;
- and &lt;a href=&quot;libs/smart_ptr/pointer_to_other.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;pointer_to_other&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;
- utilities to allow pointer-independent code, from Ion Gaztanaga.
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/smart_ptr/pointer_cast.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;pointer_cast&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; and &lt;a href=&quot;/doc/libs/1_34_0/libs/smart_ptr/pointer_to_other.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;pointer_to_other&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; utilities
+ to allow pointer-independent code, from Ion Gaztanaga.
           &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/algorithm/string/index.html&quot;&gt;String Algorithm Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/algorithm/string/index.html&quot;&gt;String
+ Algorithm Library&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
             &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;lexicographical_compare&lt;/span&gt;&lt;/code&gt;
@@ -444,7 +449,7 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/wave/index.html&quot;&gt;Wave Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/wave/index.html&quot;&gt;Wave Library&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
             Wave now correctly recognizes pp-number tokens as mandated by the C++
@@ -453,7 +458,7 @@
           &lt;/li&gt;
           &lt;li&gt;
             Several new preprocessing hooks have been added. For a complete description
- please refer to the related documentation page: &lt;a href=&quot;libs/wave/doc/class_reference_ctxpolicy.html&quot;&gt;The
+ please refer to the related documentation page: &lt;a href=&quot;/doc/libs/1_34_0/libs/wave/doc/class_reference_ctxpolicy.html&quot;&gt;The
             Context Policy&lt;/a&gt;.
           &lt;/li&gt;
           &lt;li&gt;
@@ -491,7 +496,7 @@
           &lt;/li&gt;
           &lt;li&gt;
             This version also includes a number of bug fixes and usage improvements.
- For a complete list of changes, see the libraries &lt;a href=&quot;libs/wave/ChangeLog&quot;&gt;change
+ For a complete list of changes, see the libraries &lt;a href=&quot;/doc/libs/1_34_0/libs/wave/ChangeLog&quot;&gt;change
             log&lt;/a&gt;.
           &lt;/li&gt;
         &lt;/ul&gt;
@@ -587,22 +592,22 @@
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;doc/html/any.html&quot;&gt;Any Library&lt;/a&gt;:&lt;/span&gt; Cast to reference
- types introduced in 1.33.0 is now documented on &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;any_cast&lt;/span&gt;&lt;/code&gt;
- documentation page.
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/doc/html/any.html&quot;&gt;Any Library&lt;/a&gt;:&lt;/span&gt; Cast
+ to reference types introduced in 1.33.0 is now documented on &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;any_cast&lt;/span&gt;&lt;/code&gt; documentation page.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/bind/bind.html&quot;&gt;Bind Library&lt;/a&gt;:&lt;/span&gt; Bind expressions
- now support &lt;a href=&quot;libs/bind/bind.html#operators&quot;&gt;comparisons and negation&lt;/a&gt;.
- Example: &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;bind&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&amp;amp;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;X&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;_1&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/bind/bind.html&quot;&gt;Bind Library&lt;/a&gt;:&lt;/span&gt; Bind
+ expressions now support &lt;a href=&quot;/doc/libs/1_33_1/libs/bind/bind.html#operators&quot;&gt;comparisons
+ and negation&lt;/a&gt;. Example: &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;bind&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&amp;amp;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;X&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;_1&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&gt;
         &lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;bind&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&amp;amp;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;X&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;_2&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&gt;&lt;/code&gt;.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/config/index.html&quot;&gt;Config Library&lt;/a&gt;:&lt;/span&gt; Don't undef
- &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_LIB_TOOLSET&lt;/span&gt;&lt;/code&gt; after use.
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/config/index.html&quot;&gt;Config Library&lt;/a&gt;:&lt;/span&gt; Don't
+ undef &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_LIB_TOOLSET&lt;/span&gt;&lt;/code&gt; after
+ use.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/python/doc/index.html&quot;&gt;Boost.Python&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/python/doc/index.html&quot;&gt;Boost.Python&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
             The build now assumes Python 2.4 by default, rather than 2.2
@@ -616,25 +621,26 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/smart_ptr/index.html&quot;&gt;Smart Pointer Library&lt;/a&gt;:&lt;/span&gt; Fixed
- problems under Metrowerks CodeWarrior on PowerPC (Mac OS X) with inlining
- on, GNU GCC on PowerPC 64.
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/smart_ptr/index.html&quot;&gt;Smart Pointer
+ Library&lt;/a&gt;:&lt;/span&gt; Fixed problems under Metrowerks CodeWarrior on PowerPC (Mac
+ OS X) with inlining on, GNU GCC on PowerPC 64.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/regex/doc/index.html&quot;&gt;Regex Library&lt;/a&gt;:&lt;/span&gt; Fixed
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/regex/doc/index.html&quot;&gt;Regex Library&lt;/a&gt;:&lt;/span&gt; Fixed
         the supplied makefiles, and other small compiler specific changes. Refer
- to the &lt;a href=&quot;libs/regex/doc/history.html&quot;&gt;regex history page&lt;/a&gt;
- for more information on these and other small changes.
+ to the &lt;a href=&quot;/doc/libs/1_33_1/libs/regex/doc/history.html&quot;&gt;regex history
+ page&lt;/a&gt; for more information on these and other small changes.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/iostreams/doc/index.html&quot;&gt;Iostreams Library&lt;/a&gt;:&lt;/span&gt;
- Improved
- the interface for accessing a chain's components, added &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;is_open&lt;/span&gt;&lt;/code&gt;
- members to the file and file descriptor devices, fixed memory-mapped files
- on Windows, and made minor changes to the documentation.
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/iostreams/doc/index.html&quot;&gt;Iostreams
+ Library&lt;/a&gt;:&lt;/span&gt;
+ Improved the interface for accessing a chain's components,
+ added &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;is_open&lt;/span&gt;&lt;/code&gt; members to
+ the file and file descriptor devices, fixed memory-mapped files on Windows,
+ and made minor changes to the documentation.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/python/doc/index.html&quot;&gt;Boost.Python&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/python/doc/index.html&quot;&gt;Boost.Python&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
             Added support for docstrings on nonstatic properties.
@@ -661,27 +667,28 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/functional/hash/index.html&quot;&gt;Functional/Hash Library&lt;/a&gt;:&lt;/span&gt;
- Fixed
- the points example.
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/functional/hash/index.html&quot;&gt;Functional/Hash
+ Library&lt;/a&gt;:&lt;/span&gt;
+ Fixed the points example.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/multi_index/doc/index.html&quot;&gt;Multi-index Containers
- Library&lt;/a&gt;:&lt;/span&gt;
- Fixed a problem with multithreaded code, and other minor
- changes. Refer to the library &lt;a href=&quot;libs/multi_index/doc/release_notes.html#boost_1_33_1&quot;&gt;release
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/index.html&quot;&gt;Multi-index
+ Containers Library&lt;/a&gt;:&lt;/span&gt;
+ Fixed a problem with multithreaded code, and other
+ minor changes. Refer to the library &lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/release_notes.html#boost_1_33_1&quot;&gt;release
         notes&lt;/a&gt; for further details.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/graph/doc/table_of_contents.html&quot;&gt;Graph Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/table_of_contents.html&quot;&gt;Graph
+ Library&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
             Fixed a problem with the relaxed heap on x86 Linux (fixes bug in &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;dijkstra_shortest_paths&lt;/span&gt;&lt;/code&gt;).
           &lt;/li&gt;
           &lt;li&gt;
- Fixed problems with &lt;a href=&quot;libs/graph/doc/cuthill_mckee_ordering.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;cuthill_mckee_ordering&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; and
- &lt;a href=&quot;libs/graph/doc/king_ordering.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;king_ordering&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;
- producing no results.
+ Fixed problems with &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/cuthill_mckee_ordering.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;cuthill_mckee_ordering&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; and
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/king_ordering.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;king_ordering&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; producing no
+ results.
           &lt;/li&gt;
           &lt;li&gt;
             Added &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;color_map&lt;/span&gt;&lt;/code&gt; parameter
@@ -690,17 +697,18 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/signals/doc/index.html&quot;&gt;Signals Library&lt;/a&gt;:&lt;/span&gt; Fixed
- problems with the use of Signals across shared library boundaries.
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/signals/doc/index.html&quot;&gt;Signals
+ Library&lt;/a&gt;:&lt;/span&gt; Fixed problems with the use of Signals across shared library
+ boundaries.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/thread/doc/index.html&quot;&gt;Thread library&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/thread/doc/index.html&quot;&gt;Thread library&lt;/a&gt;:&lt;/span&gt;
   &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;read_write_mutex&lt;/span&gt;&lt;/code&gt; has been removed due to
         problems with deadlocks.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/wave/index.html&quot;&gt;Wave library&lt;/a&gt; (V1.2.1):&lt;/span&gt; Fixed
- a couple of problems, refer to the &lt;a href=&quot;libs/wave/ChangeLog&quot;&gt;change
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/wave/index.html&quot;&gt;Wave library&lt;/a&gt;
+ (V1.2.1):&lt;/span&gt; Fixed a couple of problems, refer to the &lt;a href=&quot;/doc/libs/1_33_1/libs/wave/ChangeLog&quot;&gt;change
         log&lt;/a&gt; for further details.
       &lt;/li&gt;
     &lt;/ul&gt;
@@ -783,33 +791,33 @@
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/iostreams/doc/index.html&quot;&gt;Iostreams Library&lt;/a&gt;:&lt;/span&gt;
- Framework
- for defining streams, stream buffers and i/o filters, from Jonathan Turkanis.
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/iostreams/doc/index.html&quot;&gt;Iostreams
+ Library&lt;/a&gt;:&lt;/span&gt;
+ Framework for defining streams, stream buffers and i/o filters,
+ from Jonathan Turkanis.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/functional/hash/index.html&quot;&gt;Functional/Hash Library&lt;/a&gt;:&lt;/span&gt;
- A
- TR1 hash function object that can be extended to hash user defined types,
- from Daniel James.
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/functional/hash/index.html&quot;&gt;Functional/Hash
+ Library&lt;/a&gt;:&lt;/span&gt; A TR1 hash function object that can be extended to hash user
+ defined types, from Daniel James.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/parameter/doc/html/index.html&quot;&gt;Parameter Library&lt;/a&gt;:&lt;/span&gt;
- Write
- functions that accept arguments by name: especially useful when a function
- has more than one argument with a useful default value, since named arguments
- can be passed in any order.
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/parameter/doc/html/index.html&quot;&gt;Parameter
+ Library&lt;/a&gt;:&lt;/span&gt;
+ Write functions that accept arguments by name: especially
+ useful when a function has more than one argument with a useful default value,
+ since named arguments can be passed in any order.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/ptr_container/index.html&quot;&gt;Pointer Container Library&lt;/a&gt;:&lt;/span&gt;
- Containers
- for storing heap-allocated polymorphic objects to ease OO-programming, from
- Thorsten Ottosen.
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/ptr_container/index.html&quot;&gt;Pointer
+ Container Library&lt;/a&gt;:&lt;/span&gt;
+ Containers for storing heap-allocated polymorphic
+ objects to ease OO-programming, from Thorsten Ottosen.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/wave/index.html&quot;&gt;Wave&lt;/a&gt;:&lt;/span&gt; Standards conformant
- implementation of the mandated C99/C++ preprocessor functionality packed
- behind an easy to use iterator interface, from Hartmut Kaiser.
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/wave/index.html&quot;&gt;Wave&lt;/a&gt;:&lt;/span&gt; Standards
+ conformant implementation of the mandated C99/C++ preprocessor functionality
+ packed behind an easy to use iterator interface, from Hartmut Kaiser.
       &lt;/li&gt;
     &lt;/ul&gt;
   &lt;/div&gt;
@@ -817,137 +825,133 @@
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;doc/html/any.html&quot;&gt;Any Library&lt;/a&gt;:&lt;/span&gt; &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;any_cast&lt;/span&gt;&lt;/code&gt;
- has been enhanced to allow direct access to &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;any&lt;/span&gt;&lt;/code&gt;'s
- held value.
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/doc/html/any.html&quot;&gt;Any Library&lt;/a&gt;:&lt;/span&gt; &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;any_cast&lt;/span&gt;&lt;/code&gt; has been enhanced to allow direct
+ access to &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;any&lt;/span&gt;&lt;/code&gt;'s held value.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/assign/doc/index.html&quot;&gt;Assignment Library&lt;/a&gt;:&lt;/span&gt; Support
- for &lt;a href=&quot;libs/ptr_container/index.html&quot;&gt;Pointer Container Library&lt;/a&gt;
- and new efficient functions &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;ref_list_of&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt; and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;cref_list_of&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt; for generating anonymous ranges.
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/assign/doc/index.html&quot;&gt;Assignment
+ Library&lt;/a&gt;:&lt;/span&gt; Support for &lt;a href=&quot;/doc/libs/1_33_1/libs/ptr_container/index.html&quot;&gt;Pointer
+ Container Library&lt;/a&gt; and new efficient functions &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;ref_list_of&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt; and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;cref_list_of&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt; for generating anonymous ranges.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/bind/bind.html&quot;&gt;Bind Library&lt;/a&gt;:&lt;/span&gt; Bind expressions
- now support &lt;a href=&quot;libs/bind/bind.html#operators&quot;&gt;comparisons and negation&lt;/a&gt;.
- Example: &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;bind&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&amp;amp;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;X&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;_1&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/bind/bind.html&quot;&gt;Bind Library&lt;/a&gt;:&lt;/span&gt; Bind
+ expressions now support &lt;a href=&quot;/doc/libs/1_33_1/libs/bind/bind.html#operators&quot;&gt;comparisons
+ and negation&lt;/a&gt;. Example: &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;bind&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&amp;amp;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;X&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;_1&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&gt;
         &lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;bind&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&amp;amp;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;X&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;_2&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&gt;&lt;/code&gt;.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;doc/html/date_time.html&quot;&gt;Date-Time Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/doc/html/date_time.html&quot;&gt;Date-Time Library&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
- Added &lt;a href=&quot;doc/html/date_time/local_time.html&quot;&gt;local time and
- time zone classes&lt;/a&gt;.
+ Added &lt;a href=&quot;/doc/libs/1_33_1/doc/html/date_time/local_time.html&quot;&gt;local
+ time and time zone classes&lt;/a&gt;.
           &lt;/li&gt;
           &lt;li&gt;
- Added &lt;a href=&quot;doc/html/date_time/date_time_io.html&quot;&gt;format-based
+ Added &lt;a href=&quot;/doc/libs/1_33_1/doc/html/date_time/date_time_io.html&quot;&gt;format-based
             Input/Output facets&lt;/a&gt;.
           &lt;/li&gt;
           &lt;li&gt;
- For a complete list of changes, see the library &lt;a href=&quot;doc/html/date_time/details.html#date_time.changes&quot;&gt;change
+ For a complete list of changes, see the library &lt;a href=&quot;/doc/libs/1_33_1/doc/html/date_time/details.html#date_time.changes&quot;&gt;change
             history&lt;/a&gt;.
           &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/graph/doc/index.html&quot;&gt;Graph Library&lt;/a&gt;:&lt;/span&gt; Introduced
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/index.html&quot;&gt;Graph Library&lt;/a&gt;:&lt;/span&gt; Introduced
         several new algorithms and improved existing algorithms:
         &lt;ul&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/graph/doc/python.html&quot;&gt;Experimental Python bindings&lt;/a&gt;,
- from Doug Gregor and Indiana University.
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/python.html&quot;&gt;Experimental
+ Python bindings&lt;/a&gt;, from Doug Gregor and Indiana University.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/graph/doc/floyd_warshall_shortest.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;floyd&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;warshall&lt;/span&gt;
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/floyd_warshall_shortest.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;floyd&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;warshall&lt;/span&gt;
             &lt;span class=&quot;identifier&quot;&gt;all&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;pairs&lt;/span&gt;
             &lt;span class=&quot;identifier&quot;&gt;shortest&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;paths&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
             from Lauren Foutz and Scott Hill.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/graph/doc/astar_search.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;astar&lt;/span&gt;
- &lt;span class=&quot;identifier&quot;&gt;search&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;, from Kristopher
- Beevers and Jufeng Peng.
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/astar_search.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;astar&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;search&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
+ from Kristopher Beevers and Jufeng Peng.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/graph/doc/fruchterman_reingold.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;fruchterman&lt;/span&gt;
- &lt;span class=&quot;identifier&quot;&gt;reingold&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;force&lt;/span&gt;
- &lt;span class=&quot;identifier&quot;&gt;directed&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;layout&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
- from Doug Gregor and Indiana University.
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/fruchterman_reingold.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;fruchterman&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;reingold&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;force&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;directed&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;layout&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;, from Doug Gregor
+ and Indiana University.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/graph/doc/biconnected_components.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;biconnected&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;components&lt;/span&gt;&lt;/code&gt;
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/biconnected_components.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;biconnected&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;components&lt;/span&gt;&lt;/code&gt;
             and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;articulation&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;points&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
             from Jeremy Siek, Janusz Piwowarski, and Doug Gregor.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/graph/doc/sequential_vertex_coloring.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;sequential&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;vertex&lt;/span&gt;
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/sequential_vertex_coloring.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;sequential&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;vertex&lt;/span&gt;
             &lt;span class=&quot;identifier&quot;&gt;coloring&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; has been updated,
             tested, and documented.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/graph/doc/gursoy_atun_layout.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;gursoy&lt;/span&gt;
- &lt;span class=&quot;identifier&quot;&gt;atun&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;layout&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
- from Jeremiah Willcock and Doug Gregor of Indiana University.
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/gursoy_atun_layout.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;gursoy&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;atun&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;layout&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;, from Jeremiah
+ Willcock and Doug Gregor of Indiana University.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/graph/doc/king_ordering.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;king&lt;/span&gt;
- &lt;span class=&quot;identifier&quot;&gt;ordering&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;, from D. Kevin
- McGrath of Indiana University.
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/king_ordering.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;king&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;ordering&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
+ from D. Kevin McGrath of Indiana University.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/graph/doc/cuthill_mckee_ordering.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;cuthill&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;mckee&lt;/span&gt;
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/cuthill_mckee_ordering.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;cuthill&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;mckee&lt;/span&gt;
             &lt;span class=&quot;identifier&quot;&gt;ordering&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; has been recast
             as an invocation of &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;breadth&lt;/span&gt;
             &lt;span class=&quot;identifier&quot;&gt;first&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;search&lt;/span&gt;&lt;/code&gt;
             and now supports graphs with multiple components.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/graph/doc/dijkstra_shortest_paths.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;dijkstra&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;shortest&lt;/span&gt;
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/dijkstra_shortest_paths.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;dijkstra&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;shortest&lt;/span&gt;
             &lt;span class=&quot;identifier&quot;&gt;paths&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; now uses a relaxed
- heap [&lt;a href=&quot;libs/graph/doc/bibliography.html#driscoll88&quot;&gt;61&lt;/a&gt;]
+ heap [&lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/bibliography.html#driscoll88&quot;&gt;61&lt;/a&gt;]
             as its priority queue, improving its complexity to O(V log V) and improving
             real-world performance for larger graphs.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/graph/doc/read_graphviz.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;read&lt;/span&gt;
- &lt;span class=&quot;identifier&quot;&gt;graphviz&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; now has a
- new, Spirit-based parser that works for all graph types and supports
- arbitrary properties on the graph, from Ron Garcia. The old, Bison-based
- GraphViz reader has been deprecated and will be removed in a future Boost
- release. &lt;a href=&quot;libs/graph/doc/write-graphviz.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;write&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;graphviz&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/read_graphviz.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;read&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;graphviz&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;
+ now has a new, Spirit-based parser that works for all graph types and
+ supports arbitrary properties on the graph, from Ron Garcia. The old,
+ Bison-based GraphViz reader has been deprecated and will be removed in
+ a future Boost release. &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/write-graphviz.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;write&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;graphviz&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;
             also supports dynamic properties.
           &lt;/li&gt;
           &lt;li&gt;
- &lt;a href=&quot;libs/graph/doc/subgraph.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;subgraph&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;:
- &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;get_property&lt;/span&gt;&lt;/code&gt; now refers
- to the subgraph property, not the root graph's property.
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/subgraph.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;subgraph&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;: &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;get_property&lt;/span&gt;&lt;/code&gt;
+ now refers to the subgraph property, not the root graph's property.
           &lt;/li&gt;
           &lt;li&gt;
- See the &lt;a href=&quot;libs/graph/doc/history.html#by-version&quot;&gt;history&lt;/a&gt;
+ See the &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/history.html#by-version&quot;&gt;history&lt;/a&gt;
             for additional changes and bug fixes.
           &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/multi_index/doc/index.html&quot;&gt;Multi-index Containers
- Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/index.html&quot;&gt;Multi-index
+ Containers Library&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
- New &lt;a href=&quot;libs/multi_index/doc/tutorial/indices.html#hashed_indices&quot;&gt;hashed
+ New &lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/tutorial/indices.html#hashed_indices&quot;&gt;hashed
             indices&lt;/a&gt;.
           &lt;/li&gt;
           &lt;li&gt;
- Added &lt;a href=&quot;libs/multi_index/doc/tutorial/creation.html#serialization&quot;&gt;serialization
+ Added &lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/tutorial/creation.html#serialization&quot;&gt;serialization
             support&lt;/a&gt;.
           &lt;/li&gt;
           &lt;li&gt;
- For a complete list of changes, see the library &lt;a href=&quot;libs/multi_index/doc/release_notes.html&quot;&gt;release
+ For a complete list of changes, see the library &lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/release_notes.html&quot;&gt;release
             notes&lt;/a&gt;.
           &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/program_options/doc/index.html&quot;&gt;Program Options Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/program_options/doc/index.html&quot;&gt;Program
+ Options Library&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
             Option descriptions are now printed with word wrapping.
@@ -969,12 +973,12 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/property_map/property_map.html&quot;&gt;Property Map Library&lt;/a&gt;:&lt;/span&gt; Introduced
- the &lt;a href=&quot;libs/property_map/doc/dynamic_property_map.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;dynamic&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;properties&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/property_map/property_map.html&quot;&gt;Property
+ Map Library&lt;/a&gt;:&lt;/span&gt; Introduced the &lt;a href=&quot;/doc/libs/1_33_1/libs/property_map/doc/dynamic_property_map.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;dynamic&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;properties&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;
         class, which provides dynamically-typed access to a set of property maps.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/python/doc/index.html&quot;&gt;Boost.Python&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/python/doc/index.html&quot;&gt;Boost.Python&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
             Added support for docstrings on nonstatic properties.
@@ -1001,9 +1005,9 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;p&gt;&lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/random/index.html&quot;&gt;Random Number Library&lt;/a&gt;:&lt;/span&gt;
- Improved
- initialization for &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;mersenne_twister&lt;/span&gt;&lt;/code&gt;,
+ &lt;p&gt;&lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/random/index.html&quot;&gt;Random Number
+ Library&lt;/a&gt;:&lt;/span&gt;
+ Improved initialization for &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;mersenne_twister&lt;/span&gt;&lt;/code&gt;,
         algorithm by Makoto Matsumoto and Takuji Nishimura, implemented for Boost
         by Jens Maurer.&lt;/p&gt;
   &lt;p&gt;Note: All test vectors for &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;mersenne_twister&lt;/span&gt;&lt;/code&gt;s
@@ -1012,12 +1016,12 @@
 
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/range/index.html&quot;&gt;Range Library&lt;/a&gt;:&lt;/span&gt; Minor addition
- of convenience functions to &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;iterator&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/range/index.html&quot;&gt;Range Library&lt;/a&gt;:&lt;/span&gt; Minor
+ addition of convenience functions to &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;iterator&lt;/span&gt;
         &lt;span class=&quot;identifier&quot;&gt;range&lt;/span&gt;&lt;/code&gt; like &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;front&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(),&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;back&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt; and &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;operator&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;[]()&lt;/span&gt;&lt;/code&gt;.
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/regex/index.html&quot;&gt;Regex Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/regex/index.html&quot;&gt;Regex Library&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
             Rewritten front end parser now supports (?imsx-imsx) constructs, plus
@@ -1027,13 +1031,14 @@
             Thin wrapper classes improve integration with MFC/ATL code.
           &lt;/li&gt;
           &lt;li&gt;
- Full (optional) Unicode support via the ICU library. Refer to the &lt;a href=&quot;libs/regex/doc/history.html&quot;&gt;regex history page&lt;/a&gt; for more
- information on these and other small changes.
+ Full (optional) Unicode support via the ICU library. Refer to the &lt;a href=&quot;/doc/libs/1_33_1/libs/regex/doc/history.html&quot;&gt;regex history page&lt;/a&gt;
+ for more information on these and other small changes.
           &lt;/li&gt;
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;libs/serialization/doc/index.html&quot;&gt;Serialization Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/serialization/doc/index.html&quot;&gt;Serialization
+ Library&lt;/a&gt;:&lt;/span&gt;
         &lt;ul&gt;
           &lt;li&gt;
             DLL version.
@@ -1050,9 +1055,9 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;doc/html/signals.html&quot;&gt;Signals Library&lt;/a&gt;:&lt;/span&gt; added slot
- blocking/unblocking, from Frantz Maerten. Huge improvements to signal invocation
- performance from Robert Zeh.
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/doc/html/signals.html&quot;&gt;Signals Library&lt;/a&gt;:&lt;/span&gt; added
+ slot blocking/unblocking, from Frantz Maerten. Huge improvements to signal
+ invocation performance from Robert Zeh.
       &lt;/li&gt;
     &lt;/ul&gt;
   &lt;/div&gt;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk