Просмотр исходного кода

Redid history for versions 1.11.1, 1.11.0, and 1.10.3; added history for version 1.10.4 and dated versions 1999-12-14 down to 1999-09-01; all based on snapshots of the Boost home page at 'http://www.archive.org'.

[SVN r30636]
Daryle Walker 20 лет назад
Родитель
Сommit
fb61b52902
1 измененных файлов с 157 добавлено и 56 удалено
  1. 157 56
      more/version_history.html

+ 157 - 56
more/version_history.html

@@ -269,16 +269,16 @@
 
                     <p><img src=
                     "http://boost.sourceforge.net/photos/aleksey_gurtovoy2.jpg"
-                         width="128" height="250" alt=
-                         "cartoon portrait of Aleksey" class=
-                         "left-inset" /><a href=
-                         "../people/aleksey_gurtovoy.htm">Aleksey
-                         Gurtovoy</a> managed this release. <a href=
-                         "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.</p>
+                    width="128" height="250" alt=
+                    "cartoon portrait of Aleksey" class=
+                    "left-inset" /><a href=
+                    "../people/aleksey_gurtovoy.htm">Aleksey Gurtovoy</a>
+                    managed this release. <a href=
+                    "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.</p>
 
                     <p>This release wouldn't have been possible without the
                     dedicated effort of many, many members of the Boost
@@ -1784,9 +1784,10 @@
                     <h3>1.13.0 (29 Feb 2000)</h3>
 
                     <p>Adds <a href="../libs/utility/index.html">Utility
-                    Library</a> type_traits, <a href=
-                    "../libs/utility/call_traits.htm">call_traits</a>, and
-                    <a href=
+                    Library</a> <a href=
+                    "../libs/type_traits/index.html">type_traits</a>,
+                    <a href="../libs/utility/call_traits.htm">call_traits</a>,
+                    and <a href=
                     "../libs/utility/compressed_pair.htm">compressed_pair</a>
                     headers from John Maddock, Steve Cleary and Howard
                     Hinnant.</p>
@@ -1806,42 +1807,44 @@
 
                     <p><a href="../libs/smart_ptr/smarttests.htm">Smart
                     pointer timings</a> added (thanks to Gavin Collings).
-                    Minor fix to <tt>min_rand</tt> sample program. Minor
-                    fixes to <a href=
+                    Minor fix to the <del><tt>min_rand</tt></del> sample
+                    program. Minor fixes to <a href=
                     "../boost/config.hpp">config.hpp</a>.</p>
                   </div>
 
                   <div class="history_item" id="v1.11.1">
                     <h3>1.11.1 (2 Feb 2000)</h3>
 
-                    <p>Removed superfluous semicolon in
-                    <code>bad_numeric_cast</code> (thanks to Doncho Angelov
-                    for reporting the problem).</p>
+                    <p>Minor fix to <a href="../boost/cast.hpp">cast.hpp</a>
+                    (thanks to Doncho Angelov).</p>
                   </div>
 
                   <div class="history_item" id="v1.11.0">
                     <h3>1.11.0 (1 Feb 2000)</h3>
 
-                    <ul>
-                      <li>Added <a href=
-                      "../libs/rational/index.html">Rational Number
-                      Library</a>.</li>
+                    <p>Added <a href="../libs/rational/index.html">Rational
+                    Number Library</a>. Minor fixes to <a href=
+                    "../boost/cast.hpp">cast.hpp</a>, <a href=
+                    "../boost/config.hpp">config.hpp</a>, <a href=
+                    "../boost/smart_ptr.hpp">smart_ptr.hpp</a>, <a href=
+                    "../boost/utility.hpp">utility.hpp</a>, and to the
+                    <del><tt>min_rand</tt></del> sample programs. Minor site
+                    cleanup (thanks to Paul Baxter).</p>
+                  </div>
 
-                      <li>Minor fixes to <a href=
-                      "../boost/cast.hpp">cast.hpp</a>, <a href=
-                      "../boost/config.hpp">config.hpp</a>, <a href=
-                      "../boost/smart_ptr.hpp">smart_ptr.hpp</a>, <a href=
-                      "../boost/utility.hpp">utility.hpp</a>, and to the
-                      <tt>min_rand</tt> sample programs.</li>
+                  <div class="history_item" id="v1.10.4">
+                    <h3>1.10.4 (31 Dec 1999)</h3>
 
-                      <li>Minor site cleanup (thanks to Paul Baxter).</li>
-                    </ul>
+                    <p>Minor fixes to <a href=
+                    "../boost/smart_ptr.hpp">smart_ptr.hpp</a> and <a href=
+                    "../libs/conversion/cast.htm">cast documentation</a>.</p>
                   </div>
 
                   <div class="history_item" id="v1.10.3">
                     <h3>1.10.3 (30 Dec 1999)</h3>
 
-                    <p>Minor fixes to the compose library examples, <a href=
+                    <p>Minor fixes to the <del>compose library
+                    examples</del>, <a href=
                     "../libs/utility/operators.htm">operators
                     documentation</a>, <a href=
                     "../boost/operators.hpp">operators.hpp</a>, <a href=
@@ -1849,40 +1852,138 @@
                     <a href="../boost/cast.hpp">cast.hpp</a>, <a href=
                     "../boost/config.hpp">config.hpp</a>, and <a href=
                     "../boost/smart_ptr.hpp">smart_ptr.hpp</a>. This is the
-                    first release with a version number. This starting number
-                    was fairly arbitrary.</p>
+                    first release with a version number. The version
+                    numbering scheme is
+                    <var>xxx</var>.<var>yyy</var>.<var>zzz</var>.</p>
+
+                    <blockquote>
+                      <p><var>xxx</var> = Major version<br />
+                      <var>yyy</var> = New library or feature added<br />
+                      <var>zzz</var> = Bug fixes only</p>
+                    </blockquote>
+                  </div>
 
-                    <table align="center" border="1" summary=
-                    "This table explains the Boost version numbering scheme.">
-                    <caption>
-                        Numbering Scheme for Version
-                        <var>xxx</var>.<var>yyy</var>.<var>zzz</var>
-                      </caption>
+                  <div class="history_item" id="v1999-12-14">
+                    <h3>14 Dec 1999</h3>
 
-                      <tr>
-                        <th>Part</th>
+                    <p><a href="../boost/operators.hpp">Operators.hpp</a>
+                    <a href="../libs/utility/operators.htm">documentation</a>
+                    improved.</p>
+                  </div>
 
-                        <th>Meaning</th>
-                      </tr>
+                  <div class="history_item" id="v1999-12-13">
+                    <h3>13 Dec 1999</h3>
 
-                      <tr>
-                        <td><var>xxx</var></td>
+                    <p>Added iterator operators and helpers to <a href=
+                    "../libs/utility/operators.htm">header operators.hpp</a>,
+                    together with an iterator test program. This header is
+                    maturing into something really useful for building
+                    arithmetic or iterator user-defined types, so look it
+                    over even if you browsed one of the earlier versions.</p>
+                  </div>
 
-                        <td>Major version</td>
-                      </tr>
+                  <div class="history_item" id="v1999-12-11">
+                    <h3>11 Dec 1999</h3>
 
-                      <tr>
-                        <td><var>yyy</var></td>
+                    <p>Added next() and prior() to <a href=
+                    "../libs/utility/utility.htm">header utility.hpp</a>.</p>
+                  </div>
+
+                  <div class="history_item" id="v1999-12-08">
+                    <h3>8 Dec 1999</h3>
+
+                    <p>Minor improvements to the <a href=
+                    "../libs/smart_ptr/index.html">smart pointer</a> library:
+                    <code>operator ==</code>, <code>operator !=</code>, and
+                    specializations for <code>std::swap</code> and
+                    <code>std::less</code> now provided.</p>
+                  </div>
+
+                  <div class="history_item" id="v1999-11-18">
+                    <h3>18 Nov 1999</h3>
+
+                    <p>Minor improvements made to the <a href=
+                    "../libs/utility/operators.htm">Operator
+                    templates</a>.</p>
+                  </div>
+
+                  <div class="history_item" id="v1999-11-15">
+                    <h3>15 Nov 1999</h3>
+
+                    <p><a href="../libs/utility/operators.htm">Operator
+                    templates</a> have been added to the <a href=
+                    "../libs/utility/index.html">utility</a> library.</p>
+                  </div>
 
-                        <td>New library or feature added</td>
-                      </tr>
+                  <div class="history_item" id="v1999-10-11">
+                    <h3>11 Oct 1999</h3>
+
+                    <p>Minor <a href="../libs/smart_ptr/index.html">smart
+                    pointer</a> library and <a href=
+                    "../boost/config.hpp">config.hpp</a> changes to improve
+                    portability.</p>
+                  </div>
+
+                  <div class="history_item" id="v1999-09-26">
+                    <h3>26 Sep 1999</h3>
+
+                    <p>Minor updates to several libraries:</p>
+
+                    <ul>
+                      <li><code>polymorphic_downcast&lt;&gt;</code> in the
+                      <a href="../libs/utility/index.html">utility</a>
+                      library <a href="../boost/cast.hpp">cast.hpp</a> header
+                      now works for multiple inheritance cases.</li>
+
+                      <li><code>shared_ptr&lt;&gt;</code> and
+                      <code>shared_array&lt;&gt;</code> <code>swap()</code>
+                      functions added in the <a href=
+                      "../libs/smart_ptr/index.html">smart pointer</a>
+                      library.</li>
+
+                      <li><a href="../boost/timer.hpp">timer.hpp</a>
+                      <code>elapsed_max()</code> and
+                      <code>elapsed_min()</code> functions added to the
+                      <a href="../libs/timer/index.html">timer</a>
+                      library.</li>
+
+                      <li>
+                        <a href="../libs/integer/index.html">integer</a>
+                        library <del>bin_ubin.hpp</del> changes to eliminate
+                        compiler warning messages.
+                      </li>
+
+                      <li><a href="../boost/config.hpp">config.hpp</a> minor
+                      changes to aid library developers. No impact on library
+                      users.</li>
+                    </ul>
+                  </div>
+
+                  <div class="history_item" id="v1999-09-03">
+                    <h3>3 Sep 1999</h3>
+
+                    <p>The cast functions in the <a href=
+                    "../libs/utility/index.html">utility</a> library were
+                    considerably simplified.</p>
+                  </div>
+
+                  <div class="history_item" id="v1999-09-01-b">
+                    <h3>1 Sep 1999</h3>
+
+                    <p>The cast functions initially in <a href=
+                    "../boost/utility.hpp">utility.hpp</a> have been moved to
+                    <a href="../boost/cast.hpp">cast.hpp</a>, still in the
+                    <a href="../libs/utility/index.html">utility</a>
+                    library.</p>
+                  </div>
 
-                      <tr>
-                        <td><var>zzz</var></td>
+                  <div class="history_item" id="v1999-09-01-a">
+                    <h3>1 Sep 1999</h3>
 
-                        <td>Bug fixes only</td>
-                      </tr>
-                    </table>
+                    <p>The category "Experimental" has been added to the
+                    <a href="../libs/libraries.htm">library</a> page. The
+                    <a href="../libs/integer/index.html">integer</a> library
+                    is the first entry.</p>
                   </div>
                   <!-- For new entries, add a 'div' of class 'history_item' and id of the appropriate version. -->
 

粤ICP备19079148号