Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49204 - trunk/libs/serialization/doc
From: ramey_at_[hidden]
Date: 2008-10-09 03:04:21


Author: ramey
Date: 2008-10-09 03:04:20 EDT (Thu, 09 Oct 2008)
New Revision: 49204
URL: http://svn.boost.org/trac/boost/changeset/49204

Log:
Merged documentation changes from releaee branch
Text files modified:
   trunk/libs/serialization/doc/contents.html | 4 +++-
   trunk/libs/serialization/doc/release.html | 8 +++++++-
   trunk/libs/serialization/doc/todo.html | 2 +-
   3 files changed, 11 insertions(+), 3 deletions(-)

Modified: trunk/libs/serialization/doc/contents.html
==============================================================================
--- trunk/libs/serialization/doc/contents.html (original)
+++ trunk/libs/serialization/doc/contents.html 2008-10-09 03:04:20 EDT (Thu, 09 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: trunk/libs/serialization/doc/release.html
==============================================================================
--- trunk/libs/serialization/doc/release.html (original)
+++ trunk/libs/serialization/doc/release.html 2008-10-09 03:04:20 EDT (Thu, 09 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: trunk/libs/serialization/doc/todo.html
==============================================================================
--- trunk/libs/serialization/doc/todo.html (original)
+++ trunk/libs/serialization/doc/todo.html 2008-10-09 03:04:20 EDT (Thu, 09 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>


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