|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r59006 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2010-01-14 13:42:46
Author: danieljames
Date: 2010-01-14 13:42:45 EST (Thu, 14 Jan 2010)
New Revision: 59006
URL: http://svn.boost.org/trac/boost/changeset/59006
Log:
Release notes for Boost.Graph and Boost.PropertyMap.
Text files modified:
website/public_html/beta/feed/history.rss | 66 ++++++++++++++++++++++++++++++++++++++-
website/public_html/beta/feed/history/boost_1_42_0.qbk | 9 +++++
website/public_html/beta/feed/news.rss | 66 ++++++++++++++++++++++++++++++++++++++-
3 files changed, 135 insertions(+), 6 deletions(-)
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2010-01-14 13:42:45 EST (Thu, 14 Jan 2010)
@@ -6,7 +6,7 @@
<description/>
<language>en-us</language>
<copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
- <item><title>Version 1.42.0</title><pubDate>$Date: 2010/01/08 05:11:15 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.42.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Updated Libraries:
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.42.0/><description><div class="description">
@@ -16,7 +16,9 @@
<h3><span class="link">New Libraries</span></h3>
<ul>
<li>
- <em>TODO</em>
+ <span class="library"><a href="/libs/uuid/index.html">Uuid</a>:</span>
+ A universally unique
+ identifier, from Andy Tompkins.
</li>
</ul>
</div>
@@ -52,6 +54,15 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/graph/index.html">Graph</a>:</span>
+ <ul>
+ <li>
+ Removed old interface to <code><span class="identifier">compressed_sparse_row_graph</span></code>,
+ making new interface the default.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/integer/index.html">Integer</a>:</span>
<ul>
<li>
@@ -146,6 +157,39 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/property_map/index.html">PropertyMap</a>:</span>
+ <ul>
+ <li>
+ Removed old header files (directly in the <code><span class="identifier">boost</span><span class="special">/</span></code> directory); they were deprecated since
+ 1.40, replaced by headers in <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">property_map</span><span class="special">/</span></code>.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/proto/index.html">Proto</a>:</span>
+ <ul>
+ <li>
+ Fix const correctness issues with <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">flatten</span></code>
+ and friends (<a href="https://svn.boost.org/trac/boost/ticket/3364">#3364</a>).
+ </li>
+ <li>
+ Accomodate recent change to <code><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">fold</span></code>,
+ remove old support for Doxygen and pre-1.35 Fusion (<a href="https://svn.boost.org/trac/boost/ticket/3553">#3553</a>).
+ </li>
+ <li>
+ In binary operations, when one operand has a user-specified domain and
+ the other has the default domain, the user-specified domain trumps.
+ </li>
+ <li>
+ Fix <code><span class="identifier">BOOST_PROTO_EXTENDS</span></code>
+ to work with elaborated types.
+ </li>
+ <li>
+ Work around EDG compiler bug with function types and cv-qualification.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/regex/index.html">Regex</a>:</span>
<ul>
<li>
@@ -182,7 +226,7 @@
Add <code><span class="identifier">erase_return_void</span></code>
as a temporary workaround for the current <code><span class="identifier">erase</span></code>
which can be inefficient because it has to find the next element to return
- an iterator (http://svn.boost.org/trac/boost/ticket/3693 #3693).
+ an iterator (<a href="http://svn.boost.org/trac/boost/ticket/3693">#3693</a>).
</li>
<li>
Add templated find overload for compatible keys.
@@ -196,6 +240,22 @@
</li>
</ul>
</li>
+ <li>
+ <span class="library"><a href="/libs/xpressive/index.html">Xpressive</a>:</span>
+ <ul>
+ <li>
+ <code><span class="identifier">match_results</span></code> no longer
+ relies on undefined behavior in <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">list</span></code>
+ (<a href="https://svn.boost.org/trac/boost/ticket/3278">#3278</a>).
+ </li>
+ <li>
+ Do NOT copy singular iterators (<a href="https://svn.boost.org/trac/boost/ticket/3538">#3538</a>).
+ </li>
+ <li>
+ Eliminate gcc and darwin warnings (<a href="https://svn.boost.org/trac/boost/ticket/3734">#3734</a>).
+ </li>
+ </ul>
+ </li>
</ul>
</div>
<div id="version_1_42_0.compilers_tested">
Modified: website/public_html/beta/feed/history/boost_1_42_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_42_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_42_0.qbk 2010-01-14 13:42:45 EST (Thu, 14 Jan 2010)
@@ -36,6 +36,10 @@
* Added support for associative iterators and views
([@https://svn.boost.org/trac/boost/ticket/3473 #3473]).
+* [phrase library..[@/libs/graph/index.html Graph]:]
+ * Removed old interface to `compressed_sparse_row_graph`, making new
+ interface the default.
+
* [phrase library..[@/libs/integer/index.html Integer]:]
* Reverted Trunk to release branch state (i.e. a "known good state").
* Fixed issues: [@https://svn.boost.org/trac/boost/ticket/653 653],
@@ -93,6 +97,11 @@
* Enable case insensitive style for command line
([@https://svn.boost.org/trac/boost/ticket/3498 #3498]).
+* [phrase library..[@/libs/property_map/index.html PropertyMap]:]
+ * Removed old header files (directly in the `boost/` directory);
+ they were deprecated since 1.40, replaced by headers in
+ `boost/property_map/`.
+
* [phrase library..[@/libs/proto/index.html Proto]:]
* Fix const correctness issues with `proto::flatten` and friends
([@https://svn.boost.org/trac/boost/ticket/3364 #3364]).
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2010-01-14 13:42:45 EST (Thu, 14 Jan 2010)
@@ -6,7 +6,7 @@
<description/>
<language>en-us</language>
<copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
- <item><title>Version 1.42.0</title><pubDate>$Date: 2010/01/08 05:11:15 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.42.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Updated Libraries:
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.42.0/><description><div class="description">
@@ -16,7 +16,9 @@
<h3><span class="link">New Libraries</span></h3>
<ul>
<li>
- <em>TODO</em>
+ <span class="library"><a href="/libs/uuid/index.html">Uuid</a>:</span>
+ A universally unique
+ identifier, from Andy Tompkins.
</li>
</ul>
</div>
@@ -52,6 +54,15 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/graph/index.html">Graph</a>:</span>
+ <ul>
+ <li>
+ Removed old interface to <code><span class="identifier">compressed_sparse_row_graph</span></code>,
+ making new interface the default.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/integer/index.html">Integer</a>:</span>
<ul>
<li>
@@ -146,6 +157,39 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/property_map/index.html">PropertyMap</a>:</span>
+ <ul>
+ <li>
+ Removed old header files (directly in the <code><span class="identifier">boost</span><span class="special">/</span></code> directory); they were deprecated since
+ 1.40, replaced by headers in <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">property_map</span><span class="special">/</span></code>.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/proto/index.html">Proto</a>:</span>
+ <ul>
+ <li>
+ Fix const correctness issues with <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">flatten</span></code>
+ and friends (<a href="https://svn.boost.org/trac/boost/ticket/3364">#3364</a>).
+ </li>
+ <li>
+ Accomodate recent change to <code><span class="identifier">fusion</span><span class="special">::</span><span class="identifier">fold</span></code>,
+ remove old support for Doxygen and pre-1.35 Fusion (<a href="https://svn.boost.org/trac/boost/ticket/3553">#3553</a>).
+ </li>
+ <li>
+ In binary operations, when one operand has a user-specified domain and
+ the other has the default domain, the user-specified domain trumps.
+ </li>
+ <li>
+ Fix <code><span class="identifier">BOOST_PROTO_EXTENDS</span></code>
+ to work with elaborated types.
+ </li>
+ <li>
+ Work around EDG compiler bug with function types and cv-qualification.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/regex/index.html">Regex</a>:</span>
<ul>
<li>
@@ -182,7 +226,7 @@
Add <code><span class="identifier">erase_return_void</span></code>
as a temporary workaround for the current <code><span class="identifier">erase</span></code>
which can be inefficient because it has to find the next element to return
- an iterator (http://svn.boost.org/trac/boost/ticket/3693 #3693).
+ an iterator (<a href="http://svn.boost.org/trac/boost/ticket/3693">#3693</a>).
</li>
<li>
Add templated find overload for compatible keys.
@@ -196,6 +240,22 @@
</li>
</ul>
</li>
+ <li>
+ <span class="library"><a href="/libs/xpressive/index.html">Xpressive</a>:</span>
+ <ul>
+ <li>
+ <code><span class="identifier">match_results</span></code> no longer
+ relies on undefined behavior in <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">list</span></code>
+ (<a href="https://svn.boost.org/trac/boost/ticket/3278">#3278</a>).
+ </li>
+ <li>
+ Do NOT copy singular iterators (<a href="https://svn.boost.org/trac/boost/ticket/3538">#3538</a>).
+ </li>
+ <li>
+ Eliminate gcc and darwin warnings (<a href="https://svn.boost.org/trac/boost/ticket/3734">#3734</a>).
+ </li>
+ </ul>
+ </li>
</ul>
</div>
<div id="version_1_42_0.compilers_tested">
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