Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82021 - trunk/libs/geometry/doc
From: barend.gehrels_at_[hidden]
Date: 2012-12-16 08:40:24


Author: barendgehrels
Date: 2012-12-16 08:40:23 EST (Sun, 16 Dec 2012)
New Revision: 82021
URL: http://svn.boost.org/trac/boost/changeset/82021

Log:
[geometry] updated release notes
Text files modified:
   trunk/libs/geometry/doc/release_notes.qbk | 22 ++++++++++++++++++++++
   1 files changed, 22 insertions(+), 0 deletions(-)

Modified: trunk/libs/geometry/doc/release_notes.qbk
==============================================================================
--- trunk/libs/geometry/doc/release_notes.qbk (original)
+++ trunk/libs/geometry/doc/release_notes.qbk 2012-12-16 08:40:23 EST (Sun, 16 Dec 2012)
@@ -14,6 +14,28 @@
 
 
 [/=================]
+[heading Boost 1.53]
+[/=================]
+
+[*Bugfixes]
+
+* avoid generating output polygons with interior rings below minimum size (e.g. one or two points)
+* `geometry::disjoint` for degenerate segments (patched by Karsten Ahnert)
+* problem in `geometry::difference` for missing handling tangency, reported by H2
+* fixed `geometry::for_each` for use with Lambda's
+* fixed `geometry::comparable_distance` point-linestring (and -range, -polygon)
+
+[*Additional functionality]
+
+* combinations for `geometry::disjoint`: point/ring, point/polygon, point/multi_polygon
+* combinations for `geometry::intersects`: point/ring, point/polygon, point/multi_polygon
+
+[*Internal changes]
+
+* updates in specializations/not_implemented for various algorithms (as in an earlier version, these changes are still going on; they take care for simplified structs, better error reporting, and automatized documentation)
+* fixes in unit tests
+
+[/=================]
 [heading Boost 1.51]
 [/=================]
 


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