$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r49173 - branches/release/libs/serialization/doc
From: ramey_at_[hidden]
Date: 2008-10-08 00:42:44
Author: ramey
Date: 2008-10-08 00:42:43 EDT (Wed, 08 Oct 2008)
New Revision: 49173
URL: http://svn.boost.org/trac/boost/changeset/49173
Log:
Documentation changes for 1.37
Text files modified: 
   branches/release/libs/serialization/doc/contents.html |     4 +++-                                    
   branches/release/libs/serialization/doc/release.html  |     8 +++++++-                                
   branches/release/libs/serialization/doc/todo.html     |     2 +-                                      
   3 files changed, 11 insertions(+), 3 deletions(-)
Modified: branches/release/libs/serialization/doc/contents.html
==============================================================================
--- branches/release/libs/serialization/doc/contents.html	(original)
+++ branches/release/libs/serialization/doc/contents.html	2008-10-08 00:42:43 EDT (Wed, 08 Oct 2008)
@@ -87,10 +87,12 @@
     <dt><img style="display:none" src="plus.gif" id="release_notes"><a target="detail" href="release.html">Release Notes</a></dt>
     <dd><div id="release_notes_detail"><dl class="page-index">
       <dt><img style="display:none" src="dot.gif"><a target="detail"  href="release.html#requirements">Requirements</a></dt>
+      <dt><img style="display:none" src="dot.gif"><a target="detail"  href="release.html#difference_1_36">Differences from version 1.36</a></dt>
       <dt><img style="display:none" src="dot.gif"><a target="detail"  href="release.html#difference_1_35">Differences from version 1.35</a></dt>
       <dt><img style="display:none" src="dot.gif"><a target="detail"  href="release.html#difference_1_34">Differences from version 1.34</a></dt>
-      <dt><img style="display:none" src="dot.gif"><a target="detail"  href="release.html#difference_1_32">Differences from version 1.32</a></dt>
       <dt><img style="display:none" src="dot.gif"><a target="detail"  href="release.html#difference_1_33">Differences from version 1.33</a></dt>
+      <dt><img style="display:none" src="dot.gif"><a target="detail"  href="release.html#difference_1_32">Differences from version 1.32</a></dt>
+
       <dt><img style="display:none" src="dot.gif"><a target="detail"  href="release.html#todo">Pending Issues</a></dt>
     </dl></div></dd>
     <dt><img style="display:none" src="plus.gif" id="overview"><a target="detail" href="overview.html">Overview</a></dt>
Modified: branches/release/libs/serialization/doc/release.html
==============================================================================
--- branches/release/libs/serialization/doc/release.html	(original)
+++ branches/release/libs/serialization/doc/release.html	2008-10-08 00:42:43 EDT (Wed, 08 Oct 2008)
@@ -27,6 +27,7 @@
 <hr>
 <dl class="index">
   <dt>Requirements</dt>
+  <dt>Differences from version 1.37</dt>
   <dt>Differences from version 1.35</dt>
   <dt>Differences from version 1.34</dt>
   <dt>Differences from version 1.33</dt>
@@ -36,7 +37,7 @@
 As of this is written, there are no known bugs. However, due to compiler/library quirks and or 
 bugs, some tests fail with some combinations of compilers and libraries.
 <h2><a name="requirements"></a>Requirements</h2>
-This library has been tested on Boost version 1.34 and 1.35.
+This library has been tested on Boost version 1.37.
 
 <!--
 <p>
@@ -56,6 +57,10 @@
 at the front of the list of include paths.
 -->
 
+<h2><a name="differences_1_36"></a>Differences from Boost 1.36</h2>
+There are no new features in this version. As of this writing,
+all bug reports filed as TRAK tickets have been addressed.
+
 <h2><a name="differences_1_35"></a>Differences from Boost 1.35</h2>
 <ul>
     <li>The library is now thread safe.  That is, multiple archives can be open
@@ -120,6 +125,7 @@
 
 <h2><a name="todo"></a>Pending issues</h2>
 <ul>
+    <li>Pointers to pointers cannot currently be serialized
     <li>currently can't serialize through a pointer an object a of class
     that implements its own <code style="white-space: normal">new/delete</code> operators.
     <li>Its possible that <code style="white-space: normal">std::string</code>
Modified: branches/release/libs/serialization/doc/todo.html
==============================================================================
--- branches/release/libs/serialization/doc/todo.html	(original)
+++ branches/release/libs/serialization/doc/todo.html	2008-10-08 00:42:43 EDT (Wed, 08 Oct 2008)
@@ -62,7 +62,7 @@
   <li>library_status program from the tools/regression/src directory
 </ul>
 Invoking profile script produces a 
-<a href=performance_status.html">table</a>
+table
 which shows the results of each test and links to the actual
 profile.
 <p>