Browse Source

Added history for version 1.10.3 (the first numbered release), based on an old Boost e-mail.

[SVN r30632]
Daryle Walker 20 years ago
parent
commit
3012c511ba
1 changed files with 47 additions and 0 deletions
  1. 47 0
      more/version_history.html

+ 47 - 0
more/version_history.html

@@ -1837,6 +1837,53 @@
                       <li>Minor site cleanup (thanks to Paul Baxter).</li>
                     </ul>
                   </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=
+                    "../libs/utility/operators.htm">operators
+                    documentation</a>, <a href=
+                    "../boost/operators.hpp">operators.hpp</a>, <a href=
+                    "../libs/conversion/cast.htm">cast documentation</a>,
+                    <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>
+
+                    <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>
+
+                      <tr>
+                        <th>Part</th>
+
+                        <th>Meaning</th>
+                      </tr>
+
+                      <tr>
+                        <td><var>xxx</var></td>
+
+                        <td>Major version</td>
+                      </tr>
+
+                      <tr>
+                        <td><var>yyy</var></td>
+
+                        <td>New library or feature added</td>
+                      </tr>
+
+                      <tr>
+                        <td><var>zzz</var></td>
+
+                        <td>Bug fixes only</td>
+                      </tr>
+                    </table>
+                  </div>
                   <!-- For new entries, add a 'div' of class 'history_item' and id of the appropriate version. -->
                 </div>
               </div>

粤ICP备19079148号