|
Boost-Commit : |
From: dgregor_at_[hidden]
Date: 2007-11-05 16:20:24
Author: dgregor
Date: 2007-11-05 16:20:23 EST (Mon, 05 Nov 2007)
New Revision: 40809
URL: http://svn.boost.org/trac/boost/changeset/40809
Log:
Add copyright, 1.34.1 history
Text files modified:
trunk/libs/graph/build/Jamfile.v2 | 5 +++++
trunk/libs/graph/doc/history.html | 4 ++++
2 files changed, 9 insertions(+), 0 deletions(-)
Modified: trunk/libs/graph/build/Jamfile.v2
==============================================================================
--- trunk/libs/graph/build/Jamfile.v2 (original)
+++ trunk/libs/graph/build/Jamfile.v2 2007-11-05 16:20:23 EST (Mon, 05 Nov 2007)
@@ -1,3 +1,8 @@
+# Copyright (c) 2002 Trustees of Indiana University
+#
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE_1_0.txt or copy at
+# http://www.boost.org/LICENSE_1_0.txt)
project boost/graph
: requirements <include>../src
Modified: trunk/libs/graph/doc/history.html
==============================================================================
--- trunk/libs/graph/doc/history.html (original)
+++ trunk/libs/graph/doc/history.html 2007-11-05 16:20:23 EST (Mon, 05 Nov 2007)
@@ -93,6 +93,10 @@
</ul>
</li><br>
+ <a name="1.34.1"></a><li>Version 1.34.1</br><b>Bug Fixes</b><br>
+ <ul>
+ <li>bellman_ford_shortest_paths: fixed a bug where certain negative cycles were not correctly detected.</li>
+ </ul>
<a name="1.34.0"></a><li>Version 1.34.0<br><b>New algorithms and components</b>
<ul>
<li>edmonds_maximum_cardinality_matching, from Aaron Windsor.</li>
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