Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78725 - website/public_html/live/feed/history
From: barend.gehrels_at_[hidden]
Date: 2012-05-28 13:05:00


Author: barendgehrels
Date: 2012-05-28 13:04:59 EDT (Mon, 28 May 2012)
New Revision: 78725
URL: http://svn.boost.org/trac/boost/changeset/78725

Log:
[geometry] updated general release notes for update
Text files modified:
   website/public_html/live/feed/history/boost_1_50_0.qbk | 15 +++++++++++++++
   1 files changed, 15 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-28 13:04:59 EDT (Mon, 28 May 2012)
@@ -68,6 +68,21 @@
 * [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/geometry/ Geometry]:]
+ * Fixed Bugs:
+ * the return type of comparable projected point strategy for integer points was wrong (integer), fixed
+ * several robustness issues in intersection of segments and polygons, fixed
+ * invalid intersection output is filtered out
+ * disjoint for multi_polygon's might incorrectly return true, fixed
+ * Solved tickets
+ * [@http://svn.boost.org/trac/boost/ticket/6585 6585] patch for alternative syntax multipoint, applied
+ * [@http://svn.boost.org/trac/boost/ticket/6584 6584] patch for bug in distance, applied
+ * [@http://svn.boost.org/trac/boost/ticket/5730 5730] same issue as 6584, fixed
+ * [@http://svn.boost.org/trac/boost/ticket/6166 6166] patch for missing transformation, applied
+ * [@http://svn.boost.org/trac/boost/ticket/6696 6696] invalid intersection output, was (by chance) already fixed in Trunk before reported
+ * Additional functionality
+ * added algorithm "touches" (OGC SF compliant) for *polygon/*polygon
+
 * [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.


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