$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r75107 - in website/public_html/beta: feed feed/history site-tools/state users/history
From: dnljms_at_[hidden]
Date: 2011-10-24 17:25:39
Author: danieljames
Date: 2011-10-24 17:25:37 EDT (Mon, 24 Oct 2011)
New Revision: 75107
URL: http://svn.boost.org/trac/boost/changeset/75107
Log:
Website: Release notes for geometry.
Text files modified: 
   website/public_html/beta/feed/dev.rss                      |   202 ++++++++++++++++++++++++++++++++++++++++
   website/public_html/beta/feed/history/boost_1_48_0.qbk     |    41 +++++++                                 
   website/public_html/beta/site-tools/state/feed-pages.txt   |     6                                         
   website/public_html/beta/users/history/version_1_48_0.html |   202 ++++++++++++++++++++++++++++++++++++++++
   4 files changed, 443 insertions(+), 8 deletions(-)
Modified: website/public_html/beta/feed/dev.rss
==============================================================================
--- website/public_html/beta/feed/dev.rss	(original)
+++ website/public_html/beta/feed/dev.rss	2011-10-24 17:25:37 EDT (Mon, 24 Oct 2011)
@@ -89,6 +89,208 @@
       </li>
       <li>
         <div>
+          <span class="library"><a href="http://www.boost.org/libs/geometry">Geometry</a>:</span>
+          <ul>
+            <li>
+              <div>
+                Bugfixes:
+                <ul>
+                  <li>
+                    <div>
+                      Robustness issue, in some circumstances the union failed to
+                      output. Fixed.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      Robustness issue, in some circumstances the calculated intersection
+                      point was outside the segment. Fixed.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      Concept issue, cartesian intersect didn't understand segments
+                      other than the provided one. Fixed.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      Sometimes self-intersections in linestrings were missed. Fixed.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      The fusion coordinate system was not registered correctly.
+                      Fixed.
+                    </div>
+                  </li>
+                </ul>
+              </div>
+            </li>
+            <li>
+              <div>
+                Solved tickets:
+                <ul>
+                  <li>
+                    <div>
+                      <a href="https://svn.boost.org/trac/boost/ticket/5726">#5726</a>
+                      (Segment intersection algorithm still assumes 'first', 'second'
+                      members)
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      <a href="https://svn.boost.org/trac/boost/ticket/5744">#5744</a>
+                      (mistake fusion adapt example)
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      <a href="https://svn.boost.org/trac/boost/ticket/5748">#5748</a>
+                      (need include &lt;boost/foreach.hpp&gt;)
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      <a href="https://svn.boost.org/trac/boost/ticket/5954">#5954</a>
+                      (distance_pythagoras skips sqrt() step)
+                    </div>
+                  </li>
+                </ul>
+              </div>
+            </li>
+            <li>
+              <div>
+                Improvements on algorithms:
+                <ul>
+                  <li>
+                    <div>
+                      Checking self-intersections is now not done automatically,
+                      this can blast performance.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      Besides that, checking self-intersections is made faster.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      Intersections now avoid outputting duplicate points. So they
+                      output the minimal set.
+                    </div>
+                  </li>
+                </ul>
+              </div>
+            </li>
+            <li>
+              <div>
+                Additional algorithms:
+                <ul>
+                  <li>
+                    <div>
+                      covered_by: within is defined as &quot;within, not on boundary&quot;.
+                      covered_by is &quot;within or on boundary&quot;
+                    </div>
+                  </li>
+                </ul>
+              </div>
+            </li>
+            <li>
+              <div>
+                Additional functionality:
+                <ul>
+                  <li>
+                    <div>
+                      within: strategies can now be specified for within&lt;point,
+                      box&gt; and within&lt;box, box&gt;
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      convert: a much broader range of conversions is supported
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      assign: idem, (currently partly) synonym for convert (but reversed
+                      arguments)
+                    </div>
+                  </li>
+                </ul>
+              </div>
+            </li>
+            <li>
+              <div>
+                Additional coordinate types:
+                <ul>
+                  <li>
+                    <div>
+                      Basic support for Boost.Rational
+                    </div>
+                  </li>
+                </ul>
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
+          <span class="library"><a href="http://www.boost.org/libs/interprocess/index.html">Interprocess</a>:</span>
+          <ul>
+            <li>
+              <div>
+                Fixed bugs <a href="https://svn.boost.org/trac/boost/ticket/2796">#2796</a>,
+                <a href="https://svn.boost.org/trac/boost/ticket/4031">#4031</a>,
+                <a href="https://svn.boost.org/trac/boost/ticket/4251">#4251</a>,
+                <a href="https://svn.boost.org/trac/boost/ticket/4452">#4452</a>,
+                <a href="https://svn.boost.org/trac/boost/ticket/4895">#4895</a>,
+                <a href="https://svn.boost.org/trac/boost/ticket/5077">#5077</a>,
+                <a href="https://svn.boost.org/trac/boost/ticket/5120">#5120</a>,
+                <a href="https://svn.boost.org/trac/boost/ticket/5123">#5123</a>,
+                <a href="https://svn.boost.org/trac/boost/ticket/5230">#5230</a>,
+                <a href="https://svn.boost.org/trac/boost/ticket/5197">#5197</a>,
+                <a href="https://svn.boost.org/trac/boost/ticket/5287">#5287</a>,
+                <a href="https://svn.boost.org/trac/boost/ticket/5294">#5294</a>,
+                <a href="https://svn.boost.org/trac/boost/ticket/5306">#5306</a>,
+                <a href="https://svn.boost.org/trac/boost/ticket/5308">#5308</a>,
+                <a href="https://svn.boost.org/trac/boost/ticket/5392">#5392</a>,
+                <a href="https://svn.boost.org/trac/boost/ticket/5409">#5409</a>,
+              </div>
+            </li>
+            <li>
+              <div>
+                Added support to customize offset_ptr and allow creating custom managed
+                segments that might be shared between 32 and 64 bit processes.
+              </div>
+            </li>
+            <li>
+              <div>
+                Shared memory in windows has again filesystem lifetime: kernel bootstamp
+                and WMI use to get a reliable timestamp was causing a lot of trouble.
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
+          <span class="library"><a href="http://www.boost.org/libs/intrusive/index.html">Intrusive</a>:</span>
+          <ul>
+            <li>
+              <div>
+                Fixed bugs <a href="https://svn.boost.org/trac/boost/ticket/4797">#4797</a>,
+                <a href="https://svn.boost.org/trac/boost/ticket/5165">#5165</a>,
+                <a href="https://svn.boost.org/trac/boost/ticket/5183">#5183</a>,
+                <a href="https://svn.boost.org/trac/boost/ticket/5191">#5191</a>.
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
           <span class="library"><a href="http://www.boost.org/libs/conversion/lexical_cast.htm">Lexical cast</a>:</span>
           <ul>
             <li>
Modified: website/public_html/beta/feed/history/boost_1_48_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_48_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_48_0.qbk	2011-10-24 17:25:37 EDT (Mon, 24 Oct 2011)
@@ -62,6 +62,37 @@
  * Fixed some bugs.
  * See the [@/libs/chrono/appendices/history.html History] for more details.
 
+* [phrase library..[@/libs/geometry Geometry]:]
+  * Bugfixes:
+    * Robustness issue, in some circumstances the union failed to output. Fixed.
+    * Robustness issue, in some circumstances the calculated intersection point was outside the segment. Fixed.
+    * Concept issue, cartesian intersect didn't understand segments other than the provided one. Fixed.
+    * Sometimes self-intersections in linestrings were missed. Fixed.
+    * The fusion coordinate system was not registered correctly. Fixed.
+
+  * Solved tickets:
+    * [@https://svn.boost.org/trac/boost/ticket/5726 #5726] (Segment intersection algorithm still assumes 'first', 'second' members)
+    * [@https://svn.boost.org/trac/boost/ticket/5744 #5744] (mistake fusion adapt example)
+    * [@https://svn.boost.org/trac/boost/ticket/5748 #5748] (need include <boost/foreach.hpp>)
+    * [@https://svn.boost.org/trac/boost/ticket/5954 #5954] (distance_pythagoras skips sqrt() step)
+
+  * Improvements on algorithms:
+    * Checking self-intersections is now not done automatically, this can blast performance.
+    * Besides that, checking self-intersections is made faster.
+    * Intersections now avoid outputting duplicate points. So they output the minimal set.
+
+  * Additional algorithms:
+    * covered_by: within is defined as "within, not on boundary". covered_by is "within or on boundary"
+
+  * Additional functionality:
+    * within: strategies can now be specified for within<point, box> and within<box, box>
+    * convert: a much broader range of conversions is supported
+    * assign: idem, (currently partly) synonym for convert (but reversed arguments)
+
+  * Additional coordinate types:
+    * Basic support for Boost.Rational
+
+
 * [phrase library..[@/libs/interprocess/index.html Interprocess]:]
   *  Fixed bugs
   [@https://svn.boost.org/trac/boost/ticket/2796 #2796],
@@ -81,12 +112,12 @@
   [@https://svn.boost.org/trac/boost/ticket/5392 #5392],
   [@https://svn.boost.org/trac/boost/ticket/5409 #5409],
 
-* Added support to customize offset_ptr and allow
-  creating custom managed segments that might be shared between
-  32 and 64 bit processes.
+  * Added support to customize offset_ptr and allow
+    creating custom managed segments that might be shared between
+    32 and 64 bit processes.
 
-*  Shared memory in windows has again filesystem lifetime: kernel bootstamp
-   and WMI use to get a reliable timestamp was causing a lot of trouble.
+  * Shared memory in windows has again filesystem lifetime: kernel bootstamp
+    and WMI use to get a reliable timestamp was causing a lot of trouble.
 
 * [phrase library..[@/libs/intrusive/index.html Intrusive]:]
   *  Fixed bugs
Modified: website/public_html/beta/site-tools/state/feed-pages.txt
==============================================================================
--- website/public_html/beta/site-tools/state/feed-pages.txt	(original)
+++ website/public_html/beta/site-tools/state/feed-pages.txt	2011-10-24 17:25:37 EDT (Mon, 24 Oct 2011)
@@ -1607,7 +1607,7 @@
 -id
 "version_1_48_0
 -last_modified
-.1319460095.57
+.1319491475.74
 -location
 "users/history/version_1_48_0.html
 -page_state
@@ -1618,9 +1618,9 @@
 "      New Libraries: Container, Locale, Move. Updated Libraries:
 "    
 -qbk_hash
-"256eb222f68a6f1366ef5a18cbd6697a793fa726e25295e780183cab6d476898
+"2cf1d5419b4df67f7f6f408ba6cf7548276c36eabcdc4b3255a3f17c8963a18f
 -rss_hash
-"ef4bef2760672025845bf31f0d67f3ea5f9fc7e73e1a328ac58aca47980d7326
+"969eaf1f2e7850c407bc201fafed18410235d50ef84a0e6c083750310b39127a
 -title
 "Version 1.48.0
 )
Modified: website/public_html/beta/users/history/version_1_48_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_48_0.html	(original)
+++ website/public_html/beta/users/history/version_1_48_0.html	2011-10-24 17:25:37 EDT (Mon, 24 Oct 2011)
@@ -127,6 +127,208 @@
       </li>
       <li>
         <div>
+          <span class="library">Geometry:</span>
+          <ul>
+            <li>
+              <div>
+                Bugfixes:
+                <ul>
+                  <li>
+                    <div>
+                      Robustness issue, in some circumstances the union failed to
+                      output. Fixed.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      Robustness issue, in some circumstances the calculated intersection
+                      point was outside the segment. Fixed.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      Concept issue, cartesian intersect didn't understand segments
+                      other than the provided one. Fixed.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      Sometimes self-intersections in linestrings were missed. Fixed.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      The fusion coordinate system was not registered correctly.
+                      Fixed.
+                    </div>
+                  </li>
+                </ul>
+              </div>
+            </li>
+            <li>
+              <div>
+                Solved tickets:
+                <ul>
+                  <li>
+                    <div>
+                      #5726
+                      (Segment intersection algorithm still assumes 'first', 'second'
+                      members)
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      #5744
+                      (mistake fusion adapt example)
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      #5748
+                      (need include <boost/foreach.hpp>)
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      #5954
+                      (distance_pythagoras skips sqrt() step)
+                    </div>
+                  </li>
+                </ul>
+              </div>
+            </li>
+            <li>
+              <div>
+                Improvements on algorithms:
+                <ul>
+                  <li>
+                    <div>
+                      Checking self-intersections is now not done automatically,
+                      this can blast performance.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      Besides that, checking self-intersections is made faster.
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      Intersections now avoid outputting duplicate points. So they
+                      output the minimal set.
+                    </div>
+                  </li>
+                </ul>
+              </div>
+            </li>
+            <li>
+              <div>
+                Additional algorithms:
+                <ul>
+                  <li>
+                    <div>
+                      covered_by: within is defined as "within, not on boundary".
+                      covered_by is "within or on boundary"
+                    </div>
+                  </li>
+                </ul>
+              </div>
+            </li>
+            <li>
+              <div>
+                Additional functionality:
+                <ul>
+                  <li>
+                    <div>
+                      within: strategies can now be specified for within<point,
+                      box> and within<box, box>
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      convert: a much broader range of conversions is supported
+                    </div>
+                  </li>
+                  <li>
+                    <div>
+                      assign: idem, (currently partly) synonym for convert (but reversed
+                      arguments)
+                    </div>
+                  </li>
+                </ul>
+              </div>
+            </li>
+            <li>
+              <div>
+                Additional coordinate types:
+                <ul>
+                  <li>
+                    <div>
+                      Basic support for Boost.Rational
+                    </div>
+                  </li>
+                </ul>
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
+          <span class="library">Interprocess:</span>
+          <ul>
+            <li>
+              <div>
+                Fixed bugs #2796,
+                #4031,
+                #4251,
+                #4452,
+                #4895,
+                #5077,
+                #5120,
+                #5123,
+                #5230,
+                #5197,
+                #5287,
+                #5294,
+                #5306,
+                #5308,
+                #5392,
+                #5409,
+              </div>
+            </li>
+            <li>
+              <div>
+                Added support to customize offset_ptr and allow creating custom managed
+                segments that might be shared between 32 and 64 bit processes.
+              </div>
+            </li>
+            <li>
+              <div>
+                Shared memory in windows has again filesystem lifetime: kernel bootstamp
+                and WMI use to get a reliable timestamp was causing a lot of trouble.
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
+          <span class="library">Intrusive:</span>
+          <ul>
+            <li>
+              <div>
+                Fixed bugs #4797,
+                #5165,
+                #5183,
+                #5191.
+              </div>
+            </li>
+          </ul>
+        </div>
+      </li>
+      <li>
+        <div>
           <span class="library">Lexical cast:</span>
           <ul>
             <li>