Update of /cvsroot/boost/boost
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17617

Modified Files:
      Tag: RC_1_34_0
        index.htm 
Log Message:
Fix handling of overflow in shortest-path algorithms

Index: index.htm
===================================================================
RCS file: /cvsroot/boost/boost/index.htm,v
retrieving revision 1.266.2.24
retrieving revision 1.266.2.25
diff -u -d -r1.266.2.24 -r1.266.2.25
--- index.htm   29 May 2007 16:46:37 -0000      1.266.2.24
+++ index.htm   29 May 2007 16:53:05 -0000      1.266.2.25
@@ -345,6 +345,11 @@
                               <tt>vis.initialize_vertex</tt> for each vertex
                               during initialization.</li>
 
+                             <li><a
+                             
href="libs/graph/doc/bellman_ford_shortest.html"><tt>bellman_ford_shortest_paths</tt></a>:
+                             fixed a bug where certain negative
+                             cycles were not correctly detected.</li>
+
                              <li><b>Note:</b> the name of the
                              compiled library for the <a
                              href="libs/graph/doc/read_graphviz.html">GraphViz
@@ -354,7 +359,7 @@
                              conventions.</li>
 
                               <li>See the <a href=
-                              "libs/graph/doc/history.html#1.34.0">complete
+                              "libs/graph/doc/history.html#1.34.1">complete
                               revision history</a> for more information.</li>
                             </ul>
                           </li>


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to