Add copyright, 1.34.1 history

[SVN r40809]
This commit is contained in:
Douglas Gregor
2007-11-05 21:20:23 +00:00
parent 3884b842c6
commit eb60f8c235
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -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
+4
View File
@@ -93,6 +93,10 @@ September 27, 2000.
</ul>
</li><br>
<a name="1.34.1"></a><li>Version 1.34.1</br><b>Bug Fixes</b><br>
<ul>
<li><a href="bellman_ford_shortest.html"><tt>bellman_ford_shortest_paths</tt></a>: 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><a href="maximum_matching.html"><tt>edmonds_maximum_cardinality_matching</tt></a>, from Aaron Windsor.</li>