|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r61559 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2010-04-25 12:49:37
Author: danieljames
Date: 2010-04-25 12:49:34 EDT (Sun, 25 Apr 2010)
New Revision: 61559
URL: http://svn.boost.org/trac/boost/changeset/61559
Log:
Promote range changes, and some other fixes.
Text files modified:
website/public_html/beta/feed/history.rss | 62 ++++++++++++++++++---------------------
website/public_html/beta/feed/history/boost_1_43_0.qbk | 33 ++++++++++++---------
website/public_html/beta/feed/news.rss | 62 ++++++++++++++++++---------------------
3 files changed, 77 insertions(+), 80 deletions(-)
Modified: website/public_html/beta/feed/history.rss
Modified: website/public_html/beta/feed/history/boost_1_43_0.qbk
Modified: website/public_html/beta/feed/news.rss
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
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2010-04-25 12:49:34 EDT (Sun, 25 Apr 2010)
@@ -6,14 +6,36 @@
<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.43.0</title><pubDate>$Date: 2010/04/22 21:50:15 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
- Updated: Accumulators, Array, Asio, Fusion, Iostreams, Multi-index Containers,
- Random, Range, Spirit, Thread, Unordered, Uuid, Wave, Xpressive, the build
- system and quickbook.
- </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.43.0/><description><div class="description">
-
+ <item><title>Version 1.43.0</title><pubDate>$Date: 2010/04/25 16:48:56 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ Major Update: Range. Updated Libraries: Accumulators, Array, Asio, Fusion,
+ Iostreams, Multi-index Containers, Proto, Random, Spirit, Thread, Unordered,
+ Uuid, Wave, Xpressive. Also, updates to the build system and quickbook.
+ </span></span></boostbook:purpose><description><div class="description">
+ <div id="version_1_43_0.major_updates">
+ <h3><span class="link">Major Updates</span></h3>
+ <ul>
+ <li>
+ <span class="library"><a href="/libs/range/index.html">Range</a>:</span>
+ Boost.Range has
+ undergone extensive updates that it include all of the features from the
+ recently reviewed Boost.RangeEx., from Neil Groves.
+ <ul>
+ <li>
+ Range-based version of the full STL iterator based algorithms.
+ </li>
+ <li>
+ Range adaptors which can be combined with range-based algorithms for
+ unpresedented expressiveness and efficiency.
+ </li>
+ <li>
+ New functions: irange, istream_range, join, combine.
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
<div id="version_1_43_0.updated_libraries">
<h3><span class="link">Updated Libraries</span></h3>
<ul>
@@ -198,35 +220,9 @@
</ul>
</li>
<li>
- <span class="library"><a href="/libs/range/index.html">Range</a>:</span>
- <ul>
- <li>
- All of the features from the Boost.RangeEx review have been merged into
- Boost.Range.
- </li>
- <li>
- New functionality:
- <ul>
- <li>
- Range Adaptors
- </li>
- <li>
- Range Algorithms
- </li>
- <li>
- New functions: irange, istream_range, join, combine.
- </li>
- </ul>
- </li>
- <li>
- Removed singularity from the Range Concepts.
- </li>
- </ul>
- </li>
- <li>
<span class="library"><a href="/libs/spirit/index.html">Spirit</a>:</span>
Spirit V2.3, see
- the '<a href="/doc/libs/1_44_0/libs/spirit/doc/html/spirit/what_s_new.html">What's
+ the '<a href="/doc/libs/1_43_0/libs/spirit/doc/html/spirit/what_s_new.html">What's
New</a>' section for details.
</li>
<li>
==============================================================================
--- website/public_html/beta/feed/history/boost_1_43_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_43_0.qbk 2010-04-25 12:49:34 EDT (Sun, 25 Apr 2010)
@@ -1,9 +1,11 @@
[article Version 1.43.0
[quickbook 1.4]
[source-mode c++]
- [purpose Updated: Accumulators, Array, Asio, Fusion, Iostreams,
- Multi-index Containers, Random, Range, Spirit, Thread, Unordered,
- Uuid, Wave, Xpressive, the build system and quickbook.]
+ [purpose Major Update: Range.
+ Updated Libraries: Accumulators, Array, Asio, Fusion, Iostreams,
+ Multi-index Containers, Proto, Random, Spirit, Thread, Unordered,
+ Uuid, Wave, Xpressive.
+ Also, updates to the build system and quickbook.]
[authors [Dawes, Beman]]
[last-revision ]
]
@@ -11,7 +13,7 @@
[include ext.qbk]
[/ TODO: Check download link on release.]
-[download http://sourceforge.net/projects/boost/files/boost/1.43.0/]
+[/download http://sourceforge.net/projects/boost/files/boost/1.43.0/]
[/
When adding libraries:
@@ -21,6 +23,18 @@
[purpose] section at the beginning of the page.
]
+[section Major Updates]
+
+* [phrase library..[@/libs/range/index.html Range]:]
+ Boost.Range has undergone extensive updates that it include all of the
+ features from the recently reviewed Boost.RangeEx., from Neil Groves.
+ * Range-based version of the full STL iterator based algorithms.
+ * Range adaptors which can be combined with range-based algorithms for
+ unpresedented expressiveness and efficiency.
+ * New functions: irange, istream_range, join, combine.
+
+[endsect]
+
[section Updated Libraries]
* [phrase library..[@/libs/accumulators/index.html Accumulators]:]
@@ -110,18 +124,9 @@
* Rewrote the documentation using Quickbook/Doxygen/Boostbook
and brought it up to date.
-* [phrase library..[@/libs/range/index.html Range]:]
- * All of the features from the Boost.RangeEx review have been merged
- into Boost.Range.
- * New functionality:
- * Range Adaptors
- * Range Algorithms
- * New functions: irange, istream_range, join, combine.
- * Removed singularity from the Range Concepts.
-
* [phrase library..[@/libs/spirit/index.html Spirit]:]
Spirit V2.3, see the
- '[@/doc/libs/1_44_0/libs/spirit/doc/html/spirit/what_s_new.html What's New]'
+ '[@/doc/libs/1_43_0/libs/spirit/doc/html/spirit/what_s_new.html What's New]'
section for details.
* [phrase library..[@/libs/thread/index.html Thread]:]
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2010-04-25 12:49:34 EDT (Sun, 25 Apr 2010)
@@ -6,14 +6,36 @@
<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.43.0</title><pubDate>$Date: 2010/04/22 21:50:15 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
- Updated: Accumulators, Array, Asio, Fusion, Iostreams, Multi-index Containers,
- Random, Range, Spirit, Thread, Unordered, Uuid, Wave, Xpressive, the build
- system and quickbook.
- </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.43.0/><description><div class="description">
-
+ <item><title>Version 1.43.0</title><pubDate>$Date: 2010/04/25 16:48:56 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ Major Update: Range. Updated Libraries: Accumulators, Array, Asio, Fusion,
+ Iostreams, Multi-index Containers, Proto, Random, Spirit, Thread, Unordered,
+ Uuid, Wave, Xpressive. Also, updates to the build system and quickbook.
+ </span></span></boostbook:purpose><description><div class="description">
+ <div id="version_1_43_0.major_updates">
+ <h3><span class="link">Major Updates</span></h3>
+ <ul>
+ <li>
+ <span class="library"><a href="/libs/range/index.html">Range</a>:</span>
+ Boost.Range has
+ undergone extensive updates that it include all of the features from the
+ recently reviewed Boost.RangeEx., from Neil Groves.
+ <ul>
+ <li>
+ Range-based version of the full STL iterator based algorithms.
+ </li>
+ <li>
+ Range adaptors which can be combined with range-based algorithms for
+ unpresedented expressiveness and efficiency.
+ </li>
+ <li>
+ New functions: irange, istream_range, join, combine.
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
<div id="version_1_43_0.updated_libraries">
<h3><span class="link">Updated Libraries</span></h3>
<ul>
@@ -198,35 +220,9 @@
</ul>
</li>
<li>
- <span class="library"><a href="/libs/range/index.html">Range</a>:</span>
- <ul>
- <li>
- All of the features from the Boost.RangeEx review have been merged into
- Boost.Range.
- </li>
- <li>
- New functionality:
- <ul>
- <li>
- Range Adaptors
- </li>
- <li>
- Range Algorithms
- </li>
- <li>
- New functions: irange, istream_range, join, combine.
- </li>
- </ul>
- </li>
- <li>
- Removed singularity from the Range Concepts.
- </li>
- </ul>
- </li>
- <li>
<span class="library"><a href="/libs/spirit/index.html">Spirit</a>:</span>
Spirit V2.3, see
- the '<a href="/doc/libs/1_44_0/libs/spirit/doc/html/spirit/what_s_new.html">What's
+ the '<a href="/doc/libs/1_43_0/libs/spirit/doc/html/spirit/what_s_new.html">What's
New</a>' section for details.
</li>
<li>