Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84258 - trunk/libs/geometry/doc
From: barend.gehrels_at_[hidden]
Date: 2013-05-12 17:16:36


Author: barendgehrels
Date: 2013-05-12 17:16:35 EDT (Sun, 12 May 2013)
New Revision: 84258
URL: http://svn.boost.org/trac/boost/changeset/84258

Log:
[geometry] updated doc/releaes notes for 1.54
Text files modified:
   trunk/libs/geometry/doc/release_notes.qbk | 13 +++++++++++++
   1 files changed, 13 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 2013-05-12 17:16:35 EDT (Sun, 12 May 2013)
@@ -20,9 +20,18 @@
 [*Additional functionality]
 
 * added Spatial Index, developed for Boost.Geometry by Adam Wulkiewicz. The spatial index was originally started by Federico J. Fernandez during the Google Summer of Code 2008 program, mentored by Hartmut Kaiser.
+* added SVG-output, this was already in extensions for several years
+
+[*Documentation]
+
+* small fixes of missing words
 
 [*Bugfixes]
+
 * collinear opposite segments did sometimes (in circles) have a robustness issue, fixed
+* fixed insertion of false intersection point (found by buffer)
+* applied patch of Vladimir Petrovic for debugging traversals
+
 
 [*Solved tickets]
 
@@ -34,6 +43,10 @@
 * [@https://svn.boost.org/trac/boost/ticket/8403 8403] silenced compiler warning C4127: conditional expression is constant
 * [@https://svn.boost.org/trac/boost/ticket/8405 8405] silenced compiler warning C4189: '...' : local variable is initialized but not referenced
 
+[*Internal changes]
+
+* Made several algorithms variant-aware (append, area, clear, convert, equals, length, num_points)
+
 
 [/=================]
 [heading Boost 1.53]


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