$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r61414 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2010-04-19 16:24:31
Author: danieljames
Date: 2010-04-19 16:24:29 EDT (Mon, 19 Apr 2010)
New Revision: 61414
URL: http://svn.boost.org/trac/boost/changeset/61414
Log:
Range notes.
Text files modified: 
   website/public_html/beta/feed/history.rss              |    54 ++++++++++++++++++++++++++++++++++++++- 
   website/public_html/beta/feed/history/boost_1_43_0.qbk |    15 ++++++++--                              
   website/public_html/beta/feed/news.rss                 |    54 ++++++++++++++++++++++++++++++++++++++- 
   3 files changed, 116 insertions(+), 7 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
==============================================================================
--- website/public_html/beta/feed/history.rss	(original)
+++ website/public_html/beta/feed/history.rss	2010-04-19 16:24:29 EDT (Mon, 19 Apr 2010)
@@ -6,8 +6,9 @@
     <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/19 07:57:37 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
-      Updated Libraries: Random
+  <item><title>Version 1.43.0</title><pubDate>$Date: 2010/04/19 20:23:08 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+      Updated: Array, Fusion, Iostreams, Multi-index Containers, Random, Range, Spirit,
+      Unordered, Wave, 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">
   
   
@@ -30,6 +31,15 @@
         </ul>
       </li>
       <li>
+        <span class="library"><a href="/libs/fusion/index.html">Fusion</a>:</span>
+        <ul>
+          <li>
+            Added new macros for adapting or defining custom types. See the <a href="/libs/fusion/doc/html/fusion/change_log.html">Changelog</a>
+            for details.
+          </li>
+        </ul>
+      </li>
+      <li>
         <span class="library"><a href="/libs/iostreams/index.html">Iostreams</a>:</span>
         <ul>
           <li>
@@ -42,6 +52,20 @@
         </ul>
       </li>
       <li>
+        <span class="library"><a href="/libs/multi_index/doc/index.html">Multi-index Containers</a>:</span>
+        <ul>
+          <li>
+            <a href="/libs/serialization/doc/serialization.html#constructors">Serialization
+            of non default constructible values</a> is now properly supported
+            through user-provided facilities <code><span class="identifier">save_construct_data</span></code>
+            and <code><span class="identifier">load_construct_data</span></code>.
+            <code><span class="identifier">multi_index_container</span></code>
+            serialization <a href="/libs/serialization/doc/tutorial.html#versioning">class
+            version</a> has been bumped from 1 to 2.
+          </li>
+        </ul>
+      </li>
+      <li>
         <span class="library"><a href="/libs/random/index.html">Random</a>:</span>
         <ul>
           <li>
@@ -55,6 +79,32 @@
         </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
==============================================================================
--- 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-19 16:24:29 EDT (Mon, 19 Apr 2010)
@@ -1,9 +1,9 @@
 [article Version 1.43.0
     [quickbook 1.4]
     [source-mode c++]
-    [purpose Updated Libraries: Array, Fusion, Iostreams,
-        Multi-index Containers, Random, Spirit, Unordered,
-        Wave]
+    [purpose Updated: Array, Fusion, Iostreams,
+        Multi-index Containers, Random, Range, Spirit, Unordered,
+        Wave, the build system and quickbook.]
     [authors [Dawes, Beman]]
     [last-revision ]
 ]
@@ -54,6 +54,15 @@
   * 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]'
==============================================================================
--- website/public_html/beta/feed/news.rss	(original)
+++ website/public_html/beta/feed/news.rss	2010-04-19 16:24:29 EDT (Mon, 19 Apr 2010)
@@ -6,8 +6,9 @@
     <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/19 07:57:37 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
-      Updated Libraries: Random
+  <item><title>Version 1.43.0</title><pubDate>$Date: 2010/04/19 20:23:08 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+      Updated: Array, Fusion, Iostreams, Multi-index Containers, Random, Range, Spirit,
+      Unordered, Wave, 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">
   
   
@@ -30,6 +31,15 @@
         </ul>
       </li>
       <li>
+        <span class="library"><a href="/libs/fusion/index.html">Fusion</a>:</span>
+        <ul>
+          <li>
+            Added new macros for adapting or defining custom types. See the <a href="/libs/fusion/doc/html/fusion/change_log.html">Changelog</a>
+            for details.
+          </li>
+        </ul>
+      </li>
+      <li>
         <span class="library"><a href="/libs/iostreams/index.html">Iostreams</a>:</span>
         <ul>
           <li>
@@ -42,6 +52,20 @@
         </ul>
       </li>
       <li>
+        <span class="library"><a href="/libs/multi_index/doc/index.html">Multi-index Containers</a>:</span>
+        <ul>
+          <li>
+            <a href="/libs/serialization/doc/serialization.html#constructors">Serialization
+            of non default constructible values</a> is now properly supported
+            through user-provided facilities <code><span class="identifier">save_construct_data</span></code>
+            and <code><span class="identifier">load_construct_data</span></code>.
+            <code><span class="identifier">multi_index_container</span></code>
+            serialization <a href="/libs/serialization/doc/tutorial.html#versioning">class
+            version</a> has been bumped from 1 to 2.
+          </li>
+        </ul>
+      </li>
+      <li>
         <span class="library"><a href="/libs/random/index.html">Random</a>:</span>
         <ul>
           <li>
@@ -55,6 +79,32 @@
         </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
 
$include_dir="/home/hyper-archives/boost-commit/include";
include("$include_dir/msg-footer.inc");
?>