diff --git a/feed/dev.rss b/feed/dev.rss index 7fbb3c7f..a652bca3 100644 --- a/feed/dev.rss +++ b/feed/dev.rss @@ -50,42 +50,130 @@ <ul> <li> <div> - Fixed bugs bugfix: distance for multi-geometries ignored specified - distance strategy. Fixed bugfix in difference for polygon/multi_polygon - (reported 2011/10/24 on GGL-list) bugfix: raise exception for calculation - of distances of multi-geometrie(s) where one of them is empty bugfix: - multi DSV did not correctly use settings, fixed bugfix: self-intersections - could sometimes be missed (introduced in 1.48), fixed bugfix: convex - hull crashed on empty range (e.g. empty multi point), fixed + Fixed bugs + <ul> + <li> + <div> + Distance for multi-geometries ignored specified distance strategy. + </div> + </li> + <li> + <div> + In difference for polygon/multi_polygon (reported 2011/10/24 + on GGL-list). + </div> + </li> + <li> + <div> + Raise exception for calculation of distances of multi-geometrie(s) + where one of them is empty + </div> + </li> + <li> + <div> + Multi DSV did not correctly use settings. + </div> + </li> + <li> + <div> + Self-intersections could sometimes be missed (introduced in + 1.48). + </div> + </li> + <li> + <div> + Convex hull crashed on empty range (e.g. empty multi point). + </div> + </li> + </ul> </div> </li> <li> <div> - Solved tickets <a href="https://svn.boost.org/trac/boost/ticket/6028">6028</a> - Documentation: closure, fixed. <a href="https://svn.boost.org/trac/boost/ticket/6178">6178</a> - Missing headerfile, fixed. <a href="https://svn.boost.org/trac/boost/ticket/6021">6021</a> - convex hull of multipoint, fixed. + Solved tickets + <ul> + <li> + <div> + <a href="https://svn.boost.org/trac/boost/ticket/6028">#6028</a> + Documentation: closure. + </div> + </li> + <li> + <div> + <a href="https://svn.boost.org/trac/boost/ticket/6178">#6178</a> + Missing headerfile. + </div> + </li> + <li> + <div> + <a href="https://svn.boost.org/trac/boost/ticket/6021">#6021</a> + convex hull of multipoint. + </div> + </li> + </ul> </div> </li> <li> <div> - Additional functionality support for line/polygon intersections and - differences support for convert of segment/box of different point - types support for append for multi point scalar functions (distance, - area, length, perimeter) now throw an empty_input_exception on empty - input + Additional functionality + <ul> + <li> + <div> + Support for line/polygon intersections and differences + </div> + </li> + <li> + <div> + Support for convert of segment/box of different point types + </div> + </li> + <li> + <div> + Support for append for multi point + </div> + </li> + <li> + <div> + Scalar functions (distance, area, length, perimeter) now throw + an empty_input_exception on empty input + </div> + </li> + </ul> </div> </li> <li> <div> - Documentation updated support status + Documentation + <ul> + <li> + <div> + Updated support status + </div> + </li> + </ul> </div> </li> <li> <div> - Internal changes updates in specializations/not_implemented for distance/convert/assign/area - move of wkt/dsv to io folder, making domains redundant strategy concepts - assigned to zero to avoid clang warnings (patched by Vishnu) + Internal changes + <ul> + <li> + <div> + Updates in specializations/not_implemented for distance/convert/assign/area + </div> + </li> + <li> + <div> + Move of wkt/dsv to io folder, making domains redundant + </div> + </li> + <li> + <div> + Strategy concepts assigned to zero to avoid clang warnings + (patched by Vishnu) + </div> + </li> + </ul> </div> </li> </ul> @@ -262,6 +350,19 @@ </ul> </div> </li> + <li> + <div> + <span class="library"><a href="http://www.boost.org/libs/spirit/index.html">Spirit</a>:</span> + <ul> + <li> + <div> + Spirit V2.5.2, see the '<a href="http://www.boost.org/doc/libs/1_49_0/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_2.html">What's + New</a>' section for details. + </div> + </li> + </ul> + </div> + </li> <li> <div> <span class="library"><a href="http://www.boost.org/libs/uuid/">Uuid</a>:</span> diff --git a/feed/history/boost_1_49_0.qbk b/feed/history/boost_1_49_0.qbk index afe46fd7..ca4bd0f1 100644 --- a/feed/history/boost_1_49_0.qbk +++ b/feed/history/boost_1_49_0.qbk @@ -65,27 +65,27 @@ Release status: * [phrase library..[@/libs/geometry/ Geometry]:] * Fixed bugs - bugfix: distance for multi-geometries ignored specified distance strategy. Fixed - bugfix in difference for polygon/multi_polygon (reported 2011/10/24 on GGL-list) - bugfix: raise exception for calculation of distances of multi-geometrie(s) where one of them is empty - bugfix: multi DSV did not correctly use settings, fixed - bugfix: self-intersections could sometimes be missed (introduced in 1.48), fixed - bugfix: convex hull crashed on empty range (e.g. empty multi point), fixed + * Distance for multi-geometries ignored specified distance strategy. + * In difference for polygon/multi_polygon (reported 2011/10/24 on GGL-list). + * Raise exception for calculation of distances of multi-geometrie(s) where one of them is empty + * Multi DSV did not correctly use settings. + * Self-intersections could sometimes be missed (introduced in 1.48). + * Convex hull crashed on empty range (e.g. empty multi point). * Solved tickets - [@https://svn.boost.org/trac/boost/ticket/6028 6028] Documentation: closure, fixed. - [@https://svn.boost.org/trac/boost/ticket/6178 6178] Missing headerfile, fixed. - [@https://svn.boost.org/trac/boost/ticket/6021 6021] convex hull of multipoint, fixed. + * [@https://svn.boost.org/trac/boost/ticket/6028 #6028] Documentation: closure. + * [@https://svn.boost.org/trac/boost/ticket/6178 #6178] Missing headerfile. + * [@https://svn.boost.org/trac/boost/ticket/6021 #6021] convex hull of multipoint. * Additional functionality - support for line/polygon intersections and differences - support for convert of segment/box of different point types - support for append for multi point - scalar functions (distance, area, length, perimeter) now throw an empty_input_exception on empty input + * Support for line/polygon intersections and differences + * Support for convert of segment/box of different point types + * Support for append for multi point + * Scalar functions (distance, area, length, perimeter) now throw an empty_input_exception on empty input * Documentation - updated support status + * Updated support status * Internal changes - updates in specializations/not_implemented for distance/convert/assign/area - move of wkt/dsv to io folder, making domains redundant - strategy concepts assigned to zero to avoid clang warnings (patched by Vishnu) + * Updates in specializations/not_implemented for distance/convert/assign/area + * Move of wkt/dsv to io folder, making domains redundant + * Strategy concepts assigned to zero to avoid clang warnings (patched by Vishnu) * [phrase library..[@/libs/graph/ Graph]:] * Fixed bugs @@ -177,6 +177,11 @@ Release status: [@https://svn.boost.org/trac/boost/ticket/5710 #5710], and [@https://svn.boost.org/trac/boost/ticket/5307 #5307]. +* [phrase library..[@/libs/spirit/index.html Spirit]:] + * Spirit V2.5.2, see the + '[@/doc/libs/1_49_0/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_2.html What's New]' + section for details. + * [phrase library..[@/libs/uuid/ Uuid]:] * fixed [@https://svn.boost.org/trac/boost/ticket/6258 #6258] * fixed [@https://svn.boost.org/trac/boost/ticket/5325 #5325] (sha1 @@ -184,18 +189,6 @@ Release status: * progress on [@https://svn.boost.org/trac/boost/ticket/6118 #6118] (there are fewer warnings) -[/ - -* /TODO/: [phrase library..[@/libs/spirit/index.html Spirit]:] - * Spirit Vx.x, see the - '[@/doc/libs/1_xx_x/libs/spirit/doc/html/spirit/what_s_new/spirit_x_x.html What's New]' - section for details. - -* /TODO/: [phrase library..[@/libs/wave/index.html Wave]:] - * See the [@/libs/wave/ChangeLog Changelog] for details. - -] - [endsect] [section Compilers Tested] diff --git a/generated/state/feed-pages.txt b/generated/state/feed-pages.txt index 3e48ef62..5b8b9c88 100644 --- a/generated/state/feed-pages.txt +++ b/generated/state/feed-pages.txt @@ -1836,7 +1836,7 @@ -id "version_1_49_0 -last_modified -.1327563245.91 +.1327563638.7 -location "users/history/version_1_49_0.html -page_state @@ -1847,10 +1847,10 @@ " New Libraries: Updated Libraries: " -qbk_hash -"fb2aa7eac8e259ab2bf8bc5dc9b03fe4f631736ebb9dfac65ff89d957e469219 +"29f62a01ad20b4ec91f1ae3fae6f1dc266d7ff8e72f82b3260f792fc80f9aac1 -release_status -rss_hash -"af9be15c7843b62c680cdb814064dfebd4fd3245651e25cfbbf22de3e2e7cd06 +"fd14ee068b545a1853e77506ebdc0e00093151fdfb8ac2e7373c7b7f360f1ece -title "Version 1.49.0 -type diff --git a/users/history/version_1_49_0.html b/users/history/version_1_49_0.html index 880968a1..af1d1a15 100644 --- a/users/history/version_1_49_0.html +++ b/users/history/version_1_49_0.html @@ -89,42 +89,130 @@