Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78648 - website/public_html/live/feed/history
From: jewillco_at_[hidden]
Date: 2012-05-26 15:13:21


Author: jewillco
Date: 2012-05-26 15:13:20 EDT (Sat, 26 May 2012)
New Revision: 78648
URL: http://svn.boost.org/trac/boost/changeset/78648

Log:
Added BGL release notes
Text files modified:
   website/public_html/live/feed/history/boost_1_50_0.qbk | 24 ++++++++++++++++++++++++
   1 files changed, 24 insertions(+), 0 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_50_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_50_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_50_0.qbk 2012-05-26 15:13:20 EDT (Sat, 26 May 2012)
@@ -60,6 +60,25 @@
 * [phrase library..[@/libs/foreach/ Foreach]:]
   * Revert fix for [@https://svn.boost.org/trac/boost/ticket/6131 #6131] which caused more harm than good.
 
+* [phrase library..[@/libs/graph/ Graph]:]
+ * Fixed Bugs:
+ * [@http://svn.boost.org/trac/boost/ticket/4622 #4622] clear_vertex on a vertex with a self-loop can cause a segmentation fault.
+ * [@http://svn.boost.org/trac/boost/ticket/6033 #6033] Lowpoint map calculated by biconnected_components(...) is sometimes wrong.
+ * [@http://svn.boost.org/trac/boost/ticket/6242 #6242] isomorphism doesn't reset mapping.
+ * [@http://svn.boost.org/trac/boost/ticket/6435 #6435] cube_topology documentation should say 3D, not 2D.
+ * [@http://svn.boost.org/trac/boost/ticket/6520 #6520] small_world_1_70_6_0p02.png is broken in documentation of graph_parallel.
+ * [@http://svn.boost.org/trac/boost/ticket/6564 #6564] BGL copy constructor for subgraph does not track local vertices/edges.
+ * [@http://svn.boost.org/trac/boost/ticket/6573 #6573] BGL: boost::isomorphism routine fails with large graphs.
+ * [@http://svn.boost.org/trac/boost/ticket/6583 #6583] Dijkstra Visitor Concept docs probably show wrong type for variable.
+ * [@http://svn.boost.org/trac/boost/ticket/6647 #6647] BGL strong_components do not compile on MSVC 8.
+ * [@http://svn.boost.org/trac/boost/ticket/6656 #6656] Dependent type in subgraph used without typename.
+ * [@http://svn.boost.org/trac/boost/ticket/6707 #6707] is_straight_line_drawing.hpp missing #include <map>.
+ * [@http://svn.boost.org/trac/boost/ticket/6708 #6708] Make bool boost::intersects() in is_straight_line_drawing.hpp inline?
+ * [@http://svn.boost.org/trac/boost/ticket/6739 #6739] Cannot use write_graphviz_dp with a constified subgraph.
+ * [@http://svn.boost.org/trac/boost/ticket/6858 #6858] boost::get() calls wrongly resolved by g++.
+ * [@http://svn.boost.org/trac/boost/ticket/6892 #6892] VertexIndexGraph concept not required for bron_kerbosch_all_cliques().
+ * Other bugs and warnings not in Trac.
+
 * [phrase library..[@/libs/multi_array/ MultiArray]:]
   * Concepts bug fix and Workaround for Visual Studio 2010
     ([@https://svn.boost.org/trac/boost/ticket/4874 #4874])
@@ -91,6 +110,11 @@
   * Improved error reporting
     ([@ https://svn.boost.org/trac/boost/changeset/77827 Patch from Leo Goodstadt])
 
+* [phrase library..[@/libs/property_map/ PropertyMap]:]
+ * Fixed Bugs:
+ * [@http://svn.boost.org/trac/boost/ticket/6539 #6539] the return type of get() is not documented correctly.
+ * [@http://svn.boost.org/trac/boost/ticket/6721 #6721] property_map_traits documentation does not mention reference.
+
 * [phrase library..[@/libs/proto/ Proto]:]
   * Use `decltype`-based `result_of` if and only if the compiler implements N3276.
   * For C++11, force parameter to `mpl::eval_if_c` and `mpl::if_c` to be `bool`.


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