Boost logo

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
==============================================================================
--- 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>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
- Updated: Accumulators, Array, Asio, Fusion, Iostreams, Multi-index Containers,
- Random, Range, Spirit, Thread, Unordered, Uuid, Wave, Xpressive, the build
- system and quickbook.
- &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.43.0/><description>&lt;div class=&quot;description&quot;&gt;
-
+ <item><title>Version 1.43.0</title><pubDate>$Date: 2010/04/25 16:48:56 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ 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.
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
   
   
+ &lt;div id=&quot;version_1_43_0.major_updates&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Major Updates&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/range/index.html&quot;&gt;Range&lt;/a&gt;:&lt;/span&gt;
+ Boost.Range has
+ undergone extensive updates that it include all of the features from the
+ recently reviewed Boost.RangeEx., from Neil Groves.
+ &lt;ul&gt;
+ &lt;li&gt;
+ Range-based version of the full STL iterator based algorithms.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Range adaptors which can be combined with range-based algorithms for
+ unpresedented expressiveness and efficiency.
+ &lt;/li&gt;
+ &lt;li&gt;
+ New functions: irange, istream_range, join, combine.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
   &lt;div id=&quot;version_1_43_0.updated_libraries&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
@@ -198,35 +220,9 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/range/index.html&quot;&gt;Range&lt;/a&gt;:&lt;/span&gt;
- &lt;ul&gt;
- &lt;li&gt;
- All of the features from the Boost.RangeEx review have been merged into
- Boost.Range.
- &lt;/li&gt;
- &lt;li&gt;
- New functionality:
- &lt;ul&gt;
- &lt;li&gt;
- Range Adaptors
- &lt;/li&gt;
- &lt;li&gt;
- Range Algorithms
- &lt;/li&gt;
- &lt;li&gt;
- New functions: irange, istream_range, join, combine.
- &lt;/li&gt;
- &lt;/ul&gt;
- &lt;/li&gt;
- &lt;li&gt;
- Removed singularity from the Range Concepts.
- &lt;/li&gt;
- &lt;/ul&gt;
- &lt;/li&gt;
- &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/spirit/index.html&quot;&gt;Spirit&lt;/a&gt;:&lt;/span&gt;
   Spirit V2.3, see
- the '&lt;a href=&quot;/doc/libs/1_44_0/libs/spirit/doc/html/spirit/what_s_new.html&quot;&gt;What's
+ the '&lt;a href=&quot;/doc/libs/1_43_0/libs/spirit/doc/html/spirit/what_s_new.html&quot;&gt;What's
         New&lt;/a&gt;' section for details.
       &lt;/li&gt;
       &lt;li&gt;

Modified: website/public_html/beta/feed/history/boost_1_43_0.qbk
==============================================================================
--- 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]:]

Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- 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>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
- Updated: Accumulators, Array, Asio, Fusion, Iostreams, Multi-index Containers,
- Random, Range, Spirit, Thread, Unordered, Uuid, Wave, Xpressive, the build
- system and quickbook.
- &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.43.0/><description>&lt;div class=&quot;description&quot;&gt;
-
+ <item><title>Version 1.43.0</title><pubDate>$Date: 2010/04/25 16:48:56 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ 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.
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
   
   
+ &lt;div id=&quot;version_1_43_0.major_updates&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Major Updates&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/range/index.html&quot;&gt;Range&lt;/a&gt;:&lt;/span&gt;
+ Boost.Range has
+ undergone extensive updates that it include all of the features from the
+ recently reviewed Boost.RangeEx., from Neil Groves.
+ &lt;ul&gt;
+ &lt;li&gt;
+ Range-based version of the full STL iterator based algorithms.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Range adaptors which can be combined with range-based algorithms for
+ unpresedented expressiveness and efficiency.
+ &lt;/li&gt;
+ &lt;li&gt;
+ New functions: irange, istream_range, join, combine.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
   &lt;div id=&quot;version_1_43_0.updated_libraries&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
@@ -198,35 +220,9 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/range/index.html&quot;&gt;Range&lt;/a&gt;:&lt;/span&gt;
- &lt;ul&gt;
- &lt;li&gt;
- All of the features from the Boost.RangeEx review have been merged into
- Boost.Range.
- &lt;/li&gt;
- &lt;li&gt;
- New functionality:
- &lt;ul&gt;
- &lt;li&gt;
- Range Adaptors
- &lt;/li&gt;
- &lt;li&gt;
- Range Algorithms
- &lt;/li&gt;
- &lt;li&gt;
- New functions: irange, istream_range, join, combine.
- &lt;/li&gt;
- &lt;/ul&gt;
- &lt;/li&gt;
- &lt;li&gt;
- Removed singularity from the Range Concepts.
- &lt;/li&gt;
- &lt;/ul&gt;
- &lt;/li&gt;
- &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/spirit/index.html&quot;&gt;Spirit&lt;/a&gt;:&lt;/span&gt;
   Spirit V2.3, see
- the '&lt;a href=&quot;/doc/libs/1_44_0/libs/spirit/doc/html/spirit/what_s_new.html&quot;&gt;What's
+ the '&lt;a href=&quot;/doc/libs/1_43_0/libs/spirit/doc/html/spirit/what_s_new.html&quot;&gt;What's
         New&lt;/a&gt;' section for details.
       &lt;/li&gt;
       &lt;li&gt;


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