Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76678 - in website/public_html/live: feed site-tools/state users/history
From: dnljms_at_[hidden]
Date: 2012-01-24 18:53:47


Author: danieljames
Date: 2012-01-24 18:53:44 EST (Tue, 24 Jan 2012)
New Revision: 76678
URL: http://svn.boost.org/trac/boost/changeset/76678

Log:
Website: Rebuild notes.
Text files modified:
   website/public_html/live/feed/dev.rss | 137 ++++++++++++++++++++++++++++++++++++++++
   website/public_html/live/site-tools/state/feed-pages.txt | 6
   website/public_html/live/users/history/version_1_49_0.html | 137 ++++++++++++++++++++++++++++++++++++++++
   3 files changed, 277 insertions(+), 3 deletions(-)

Modified: website/public_html/live/feed/dev.rss
==============================================================================
--- website/public_html/live/feed/dev.rss (original)
+++ website/public_html/live/feed/dev.rss 2012-01-24 18:53:44 EST (Tue, 24 Jan 2012)
@@ -24,6 +24,75 @@
     <ul>
       <li>
         <div>
+ <span class="library"><a href="http://www.boost.org/libs/container/">Container</a>:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed bugs <a href="https://svn.boost.org/trac/boost/ticket/6336">#6336</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/6335">#6335</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/6287">#6287</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/6205">#6205</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/4383">#4383</a>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added <code><span class="identifier">allocator_traits</span></code>
+ support for both C++11 and C++03 compilers through an internal <code><span class="identifier">allocator_traits</span></code> clone.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="http://www.boost.org/libs/geometry/">Geometry</a>:</span>
+ <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
+ </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.
+ </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
+ </div>
+ </li>
+ <li>
+ <div>
+ Documentation updated support status
+ </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)
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library"><a href="http://www.boost.org/libs/graph/">Graph</a>:</span>
           <ul>
             <li>
@@ -56,6 +125,58 @@
       </li>
       <li>
         <div>
+ <span class="library"><a href="http://www.boost.org/libs/interprocess/">Interprocess</a>:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed bugs <a href="https://svn.boost.org/trac/boost/ticket/6412">#6412</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/6398">#6398</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/6319">#6319</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/6287">#6287</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/6265">#6265</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/6233">#6233</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/6147">#6147</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/6134">#6134</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/6058">#6058</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/6054">#6054</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/5772">#5772</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/5738">#5738</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/5622">#5622</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/5552">#5552</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/5518">#5518</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/4655">#4655</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/4452">#4452</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/4383">#4383</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/4297">#4297</a>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed timed functions in mutex implementations to fulfill POSIX requirements:
+ <em>Under no circumstance shall the function fail with a timeout
+ if the mutex can be locked immediately. The validity of the abs_timeout
+ parameter need not be checked if the mutex can be locked immediately.</em>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="http://www.boost.org/libs/intrusive/">Intrusive</a>:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed bugs <a href="https://svn.boost.org/trac/boost/ticket/6347">#6347</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/6223">#6223</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/6153">#6153</a>.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library"><a href="http://www.boost.org/libs/locale/">Locale</a>:</span>
           <ul>
             <li>
@@ -69,6 +190,22 @@
       </li>
       <li>
         <div>
+ <span class="library"><a href="http://www.boost.org/libs/move/">Move</a>:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed bugs <a href="https://svn.boost.org/trac/boost/ticket/6417">#6417</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/6183">#6183</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/6185">#6185</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/6395">#6395</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/6396">#6396</a>,
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library"><a href="http://www.boost.org/libs/uuid/">Uuid</a>:</span>
           <ul>
             <li>

Modified: website/public_html/live/site-tools/state/feed-pages.txt
==============================================================================
--- website/public_html/live/site-tools/state/feed-pages.txt (original)
+++ website/public_html/live/site-tools/state/feed-pages.txt 2012-01-24 18:53:44 EST (Tue, 24 Jan 2012)
@@ -1836,7 +1836,7 @@
 -id
 "version_1_49_0
 -last_modified
-.1327420369.86
+.1327449051.04
 -location
 "users/history/version_1_49_0.html
 -page_state
@@ -1847,10 +1847,10 @@
 " New Libraries: Updated Libraries:
 "
 -qbk_hash
-"e4ebb26391a53302495760fb7787f81b8c9f4ddb82fbbb6773f5ba08bc0caa08
+"13d2bb3b46c7a98a790c8080837b516742330e734548bd831de5e6a4e817632c
 -release_status
 -rss_hash
-"611eabca1b4c312d51813b3090ad71c4c42afb9e8dc14193f93810608545641a
+"50b54f4cbce9e494d4929e284aed8f6753444c784c6bd0eba3d47dcb0ab5f572
 -title
 "Version 1.49.0
 -type

Modified: website/public_html/live/users/history/version_1_49_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_49_0.html (original)
+++ website/public_html/live/users/history/version_1_49_0.html 2012-01-24 18:53:44 EST (Tue, 24 Jan 2012)
@@ -63,6 +63,75 @@
     <ul>
       <li>
         <div>
+ <span class="library">Container:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed bugs #6336,
+ #6335,
+ #6287,
+ #6205,
+ #4383.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added <code><span class="identifier">allocator_traits</span></code>
+ support for both C++11 and C++03 compilers through an internal <code><span class="identifier">allocator_traits</span></code> clone.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Geometry:</span>
+ <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
+ </div>
+ </li>
+ <li>
+ <div>
+ Solved tickets 6028
+ Documentation: closure, fixed. 6178
+ Missing headerfile, fixed. 6021
+ convex hull of multipoint, fixed.
+ </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
+ </div>
+ </li>
+ <li>
+ <div>
+ Documentation updated support status
+ </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)
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Graph:</span>
           <ul>
             <li>
@@ -95,6 +164,58 @@
       </li>
       <li>
         <div>
+ <span class="library">Interprocess:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed bugs #6412,
+ #6398,
+ #6319,
+ #6287,
+ #6265,
+ #6233,
+ #6147,
+ #6134,
+ #6058,
+ #6054,
+ #5772,
+ #5738,
+ #5622,
+ #5552,
+ #5518,
+ #4655,
+ #4452,
+ #4383,
+ #4297.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed timed functions in mutex implementations to fulfill POSIX requirements:
+ <em>Under no circumstance shall the function fail with a timeout
+ if the mutex can be locked immediately. The validity of the abs_timeout
+ parameter need not be checked if the mutex can be locked immediately.</em>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Intrusive:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed bugs #6347,
+ #6223,
+ #6153.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Locale:</span>
           <ul>
             <li>
@@ -108,6 +229,22 @@
       </li>
       <li>
         <div>
+ <span class="library">Move:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed bugs #6417,
+ #6183,
+ #6185,
+ #6395,
+ #6396,
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Uuid:</span>
           <ul>
             <li>


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