Browse Source

merge RC_1_32_0 fixes

[SVN r26335]
Aleksey Gurtovoy 21 years ago
parent
commit
8983271c4e
2 changed files with 83 additions and 61 deletions
  1. 82 60
      index.htm
  2. 1 1
      libs/mpl

+ 82 - 60
index.htm

@@ -96,41 +96,54 @@
                               newsgroups</A>.</P>
                         <H2>Search Boost</H2>
                         <!-- Search Google -->
-                        <CENTER>
-                           <FORM method="get" action="http://www.google.com/custom">
-                              <TABLE bgcolor="#ffffff" cellspacing="0" border="0">
-                                 <TR valign="top">
-                                    <TD><A href="http://www.google.com/search"><IMG src="google_logo_40wht.gif" border="0" alt="Google" align="middle" width="128" height="53"></A></TD>
-                                    <TD><INPUT type="text" name="q" size="31" maxlength="255"> <INPUT type="submit" name="sa" value="Google Search">
-                                       <INPUT type="hidden" name="cof" value="LW:277;L:http://www.boost.org/boost.png;LH:86;AH:center;GL:0;S:http://www.boost.org;AWFID:9b83d16ce652ed5a;">
-                                       <FONT face="arial,sans-serif" size="-1"><INPUT type="hidden" name="domains" value="lists.boost.org;www.boost.org"><BR>
-                                          <INPUT type="radio" name="sitesearch" value="www.boost.org" checked> Search 
-                                          www.boost.org <INPUT type="radio" name="sitesearch" value="lists.boost.org"> Search 
-                                          lists.boost.org</FONT><BR>
-                                    </TD>
-                                 </TR>
-                              </TABLE>
-                           </FORM>
-                        </CENTER>
+                        <center>
+                           <form method="get" action="http://www.google.com/custom">
+                              <table bgcolor="#ffffff" cellspacing="0" border="0">
+                                 <tr valign="top">
+                                    <td><a href="http://www.google.com/search"><img src="google_logo_40wht.png" border="0" alt="Google" align="middle" width="128" height="53"></a></td>
+                                    <td><input type="text" name="q" size="31" maxlength="255"> <input type="submit" name="sa" value="Google Search">
+                                       <input type="hidden" name="cof" value="LW:277;L:http://www.boost.org/boost.png;LH:86;AH:center;GL:0;S:http://www.boost.org;AWFID:9b83d16ce652ed5a;">
+                                       <font face="arial,sans-serif" size="-1"><input type="hidden" name="domains" value="lists.boost.org;www.boost.org"><br>
+                                          <input type="radio" name="sitesearch" value="www.boost.org" checked> Search 
+                                          www.boost.org <input type="radio" name="sitesearch" value="lists.boost.org"> Search 
+                                          lists.boost.org</font><br>
+                                    </td>
+                                 </tr>
+                              </table>
+                           </form>
+                        </center>
                         <!-- Search Google -->
                         <H2><A name="Latest News">Latest News</A></H2>
 
-			<H3> ??? - Version 1.33.0</H3>
-
-			<H4>Updated Libraries</H4>
-
-			<UL>
-			  <LI><A href="libs/graph/doc/index.html">Graph Library</A>: Introduced several new algorithms:
-			    <UL>
-			      <LI><A href="libs/graph/doc/floyd_warshall_shortest.html"><TT>floyd_warshall_all_pairs_shortest_paths</TT></A>, from Lauren Foutz and Scott Hill.</LI>
-			      <LI><A href="libs/graph/doc/astar_search.html"><TT>astar_search</TT></A>, from Kristopher Beevers and Jufeng Peng.</LI>
-			      <LI><A href="libs/graph/doc/fruchterman_reingold.html"><TT>fruchterman_reingold_force_directed_layout</TT></A>, from Doug Gregor and Indiana University.</a></LI>
-			      <LI><A href="libs/graph/doc/biconnected_components.html"><tt>biconnected_components</tt> and <tt>articulation_points</tt></a>, from Indiana University.</a></li>
-			      <li>See the <a href="libs/graph/doc/history.html#by-version">history</a> for additional changes and bug fixes.</li>
-			    </UL></LI>
-			</UL>
-			
-                        <H3> ??? - Version 1.32.0</H3>
+                        <H3> ??? - Version 1.33.0</H3>
+
+                        <H4>Updated Libraries</H4>
+
+                        <UL>
+                        <LI><A href="libs/graph/doc/index.html">Graph Library</A>: Introduced several new algorithms:
+                            <UL>
+                            <LI><A href="libs/graph/doc/floyd_warshall_shortest.html"><TT>floyd_warshall_all_pairs_shortest_paths</TT></A>, from Lauren Foutz and Scott Hill.</LI>
+                            <LI><A href="libs/graph/doc/astar_search.html"><TT>astar_search</TT></A>, from Kristopher Beevers and Jufeng Peng.</LI>
+                            <LI><A href="libs/graph/doc/fruchterman_reingold.html"><TT>fruchterman_reingold_force_directed_layout</TT></A>, from Doug Gregor and Indiana University.</a></LI>
+                            <LI><A href="libs/graph/doc/biconnected_components.html"><tt>biconnected_components</tt> and <tt>articulation_points</tt></a>, from Indiana University.</a></li>
+                            <li>See the <a href="libs/graph/doc/history.html#by-version">history</a> for additional changes and bug fixes.</li>
+                            </UL></LI>
+                        </UL>
+            
+                        <h3>November 19, 2004 - Version 1.32.0</h3>
+                        
+                        <h4>Important - New Toolset Names</h4>
+
+                        <p>The names of some the Boost.Build
+                        <a href="more/getting_started.html#Tools">toolsets</a> 
+                        have been changed to remove the "<code>.</code>" (dot) character and to fix some 
+                        other naming inconsistencies. For example, <code>vc7.1</code> toolset was renamed 
+                        to become <code>vc-7_1</code>. 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 
+                        compatible with ISO 9660 level 2 requirements.</p>
+
                         
                         <H4>New Libraries</H4>
                         
@@ -194,6 +207,7 @@
                           </li>
                           <li><a href="libs/mpl/doc/index.html">MPL Library</a>: 
                             <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></li>
                                 <li>Major interface changes and improvements, many of which are <em>not</em> backward 
                                     compatible. Please refer to the <a href="libs/mpl/doc/tutorial/changes-in-boost-1-32-0.html">
@@ -224,14 +238,22 @@
                             For complete list of changes see Test Library <a href="libs/test/doc/release_notes.html#v1_32_0"> release notes</a>.
                             </li> 
                         </ul>
+                        <h4>Regression tests</h4>
+
+                        This release has been extensively tested on a variety of different compilers and platforms.
+                        It is known to contain no regressions against the previous reference release on the 
+                        compilers and configurations tested. Please refer to the corresponding 
+                        <a href="http://www.meta-comm.com/engineering/boost-regression/1_32_0/">regression reports</a> to see how well your
+                        compiler performs on the new Boost codebase.
+                        
                         
                         <h4>Acknowledgements</h4>
 
                         <p>
                         <img border="0" src="http://boost.sourceforge.net/photos/aleksey_gurtovoy2.jpg" align="left" hspace="10" vspace="5" width="128" height="250">
-<a href="people/aleksey_gurtovoy.htm">Aleksey Gurtovoy</a> managed
+                        <a href="people/aleksey_gurtovoy.htm">Aleksey Gurtovoy</a> managed
                         this release.  <a
-                        href="more\release_mgr_checklist.html">Managing
+                        href="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
@@ -251,8 +273,8 @@
                         Aaron W. LaFramboise, Joaquín M López Muñoz, Christoph Ludwig, John Maddock, 
                         Paul Mensonides, Guillaume Melquiond, Thorsten Ottosen, Vladimir Prus, 
                         Robert Ramey, Rene Rivera, Gennadiy Rozental, Stefan Slapeta, Jonathan 
-                        Turkanis, Pavel Vozenilek, Daryle Walker, Victor A. Wagner Jr. and Martin 
-                        Wille.</p>
+                        Turkanis, Pavel Vozenilek, Jonathan Wakely, Daryle Walker, Victor A. Wagner Jr. 
+                        and Martin Wille.</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 Software License</a>, 
@@ -332,8 +354,8 @@
                            <LI>
                               <A href="libs/date_time/doc/index.html">Date Time Library:</A> A whole
                               host of bug fixes, new features, and documentation
-                              improvements. See <A href="libs/date_time/doc/Changes.html"> Date Time
-                              Change History</A> for details.
+                              improvements. See <a href="doc/html/date_time/details.html#date_time.changes">Date Time
+                              Change History</a> for details.
 
                            <LI>
                               <A href="libs/filesystem/doc/index.htm">Filesystem Library</A>: Several 
@@ -600,10 +622,10 @@
                                  boost/current_function.hpp</A>, <A href="libs/utility/throw_exception.html">boost/throw_exception.hpp</A>,
                               <A href="libs/utility/checked_delete.html">boost/checked_delete.hpp</A>
                            have been documented.
-                           <LI>
-                              <A href="libs/date_time/doc/index.html">Date-Time Library</A> - several fixes 
-                              and small additions including an interface change to partial_date. See <A href="libs/date_time/doc/Changes.html">
-                                 Date-Time Change History</A>
+                           <li>
+                              <a href="libs/date_time/doc/index.html">Date-Time Library</a> - several fixes 
+                              and small additions including an interface change to partial_date. See 
+                              <a href="doc/html/date_time/details.html#date_time.changes">Date-Time Change History</a>
                            for more details.
                            <LI>
                               <A href="libs/function/index.html">Function Library</A>
@@ -679,21 +701,21 @@
                            <LI>
                               <A href="libs/numeric/ublas/doc/index.htm">uBLAS Library</A> added - Basic 
                               linear algebra for dense, packed and sparse matrices, from Joerg Walter and 
-                              Mathias Koch.</LI>
-                        </UL>
-                     </TD>
-                  </TR>
-               </TABLE>
-            </TD>
-         </TR>
-      </TABLE>
-      <HR>
-      <P>Revised 
-         <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->20 October, 2004<!--webbot bot="Timestamp" endspan i-checksum="40407" --></P>
-      <P>© Copyright Beman Dawes, David Abrahams, 1998-2003.</P>
-      <P>
-         Use, modification, and distribution is subject to the Boost Software License, 
-         Version 1.0. (See accompanying file <A href="LICENSE_1_0.txt">LICENSE_1_0.txt</A>
-         or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>)</P>
-   </BODY>
-</HTML>
+                              Mathias Koch.</li>
+                        </ul>
+                     </td>
+                  </tr>
+               </table>
+            </td>
+         </tr>
+      </table>
+      <hr>
+      <p>Revised 
+         <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->20 October, 2004<!--webbot bot="Timestamp" endspan i-checksum="40407" --></p>
+      <p>© Copyright Beman Dawes, David Abrahams, 1998-2003.</p>
+      <p>
+         Distributed under the Boost Software License, 
+         Version 1.0. (See accompanying file <a href="LICENSE_1_0.txt">LICENSE_1_0.txt</a>
+         or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
+   </body>
+</html>

+ 1 - 1
libs/mpl

@@ -1 +1 @@
-Subproject commit 203a9f086ad58ad14fb10e00967aac724768c4d5
+Subproject commit 9ad728d2d4091ba3855279a086d8c028b5ea0071

粤ICP备19079148号