From 7d714b0206cb5bf472f73bfac82a56d476450694 Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Sat, 18 Oct 2014 22:21:31 +0300 Subject: [PATCH 1/2] [doc][release_notes] update release notes for boost 1.57: * add new algorithm num_segments * add resolved bug #10345 * remove "." at end of line --- doc/release_notes.qbk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/release_notes.qbk b/doc/release_notes.qbk index 26cc52341..cce26d3b4 100644 --- a/doc/release_notes.qbk +++ b/doc/release_notes.qbk @@ -19,6 +19,8 @@ [*Additional functionality] +* New algorithm num_segments, returning the number of segments of a geometry + [*Improvements] * The support of parameters convertible to value_type in rtree insert(), remove() and count() functions @@ -28,6 +30,7 @@ * [@https://svn.boost.org/trac/boost/ticket/8402 8402] Implicit conversion warnings * [@https://svn.boost.org/trac/boost/ticket/9354 9354] Bug in winding strategy affecting within() and covered_by() for non-cartesian coordinate systems * [@https://svn.boost.org/trac/boost/ticket/10177 10177] Missing include +* [@https://svn.boost.org/trac/boost/ticket/10345 10345] Distance fails to compile for some coordinate types * [@https://svn.boost.org/trac/boost/ticket/10398 10398] Wrong neighbour check in buffer, calculating turns * [@https://svn.boost.org/trac/boost/ticket/10421 10421] Invalid Point-Box distance for spherical CS * [@https://svn.boost.org/trac/boost/ticket/10615 10615] Rtree constructor feature request @@ -48,7 +51,7 @@ [*Additional functionality] * New algorithm buffer for inflating/deflating geometries (buffer itself already existed but that was only to enlarge a box) -* New algorithm remove_spikes, algorithm to remove spikes from a ring, polygon or multi_polygon. +* New algorithm remove_spikes, algorithm to remove spikes from a ring, polygon or multi_polygon * New algorithm point_on_surface, generating a point lying on the surface (interior) of the polygon * New algorithm is_simple, returning true if a geometry is simple according to the OGC standard * New algorithm is_valid, returning true if a geometry is valid according to the OGC standard From 7d7a7f72c214b26e1f5a01b4ccdb6273e552a136 Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Sat, 18 Oct 2014 22:46:33 +0300 Subject: [PATCH 2/2] [doc][release notes] remove num_segments from the new functionality section since boost 1.57 is already closed for new features (it has to wait for boost 1.58) --- doc/release_notes.qbk | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/release_notes.qbk b/doc/release_notes.qbk index cce26d3b4..538094623 100644 --- a/doc/release_notes.qbk +++ b/doc/release_notes.qbk @@ -19,8 +19,6 @@ [*Additional functionality] -* New algorithm num_segments, returning the number of segments of a geometry - [*Improvements] * The support of parameters convertible to value_type in rtree insert(), remove() and count() functions