$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r57727 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2009-11-17 14:40:13
Author: danieljames
Date: 2009-11-17 14:40:12 EST (Tue, 17 Nov 2009)
New Revision: 57727
URL: http://svn.boost.org/trac/boost/changeset/57727
Log:
Add some known issues to the release notes.
Text files modified: 
   website/public_html/beta/feed/downloads.rss            |    11 ++++++++---                             
   website/public_html/beta/feed/history.rss              |    11 ++++++++---                             
   website/public_html/beta/feed/history/boost_1_41_0.qbk |     8 ++++++--                                
   website/public_html/beta/feed/news.rss                 |    11 ++++++++---                             
   4 files changed, 30 insertions(+), 11 deletions(-)
Modified: website/public_html/beta/feed/downloads.rss
==============================================================================
--- website/public_html/beta/feed/downloads.rss	(original)
+++ website/public_html/beta/feed/downloads.rss	2009-11-17 14:40:12 EST (Tue, 17 Nov 2009)
@@ -6,10 +6,10 @@
     <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.41.0</title><pubDate>Sat, 14 Nov 2009 17:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+  <item><title>Version 1.41.0</title><pubDate>Tue, 17 Nov 2009 17:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       New Library: Property Tree. Updated libraries: DateTime, Filesystem, Iostreams,
       Math, Multi-index Containers, Proto, Python, Regex, Spirit, System, Thread,
-      Unordered, Utility, Wave, Xpressive. Also updated build system and quickbook.
+      Unordered, Utility, Wave, Xpressive. Updates to boost build and quickbook.
       CMake has been removed from the main release.
     </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.41.0/><description><div class="description">
   
@@ -59,6 +59,9 @@
       </li>
       <li>
         <span class="library"><a href="/libs/iostreams/index.html">Iostreams</a>:</span>
+  Some old
+        unreleased developments. There are still several open issues that should
+        be fixed in the next version.
         <ul>
           <li>
             Add a grep filter (<a href="https://svn.boost.org/trac/boost/ticket/1627">#1627</a>).
@@ -125,7 +128,9 @@
         <span class="library"><a href="/libs/spirit/index.html">Spirit</a>:</span> This is the initial
         official release of the new Spirit V2.1, a completely new library for parsing,
         lexing, and output generation. Note: this release is not backwards compatible
-        with earlier versions.
+        with earlier versions. Known issue: <code><span class="identifier">qi</span><span class="special">::</span><span class="identifier">symbol</span><span class="special">::</span><span class="identifier">find</span></code>
+        will match a symbol that starts with the string you're searching for. This
+        will be fixed in the next version.
       </li>
       <li>
         <span class="library"><a href="/libs/system/index.html">System</a>:</span>
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss	(original)
+++ website/public_html/beta/feed/history.rss	2009-11-17 14:40:12 EST (Tue, 17 Nov 2009)
@@ -6,10 +6,10 @@
     <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.41.0</title><pubDate>Sat, 14 Nov 2009 17:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+  <item><title>Version 1.41.0</title><pubDate>Tue, 17 Nov 2009 17:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       New Library: Property Tree. Updated libraries: DateTime, Filesystem, Iostreams,
       Math, Multi-index Containers, Proto, Python, Regex, Spirit, System, Thread,
-      Unordered, Utility, Wave, Xpressive. Also updated build system and quickbook.
+      Unordered, Utility, Wave, Xpressive. Updates to boost build and quickbook.
       CMake has been removed from the main release.
     </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.41.0/><description><div class="description">
   
@@ -59,6 +59,9 @@
       </li>
       <li>
         <span class="library"><a href="/libs/iostreams/index.html">Iostreams</a>:</span>
+  Some old
+        unreleased developments. There are still several open issues that should
+        be fixed in the next version.
         <ul>
           <li>
             Add a grep filter (<a href="https://svn.boost.org/trac/boost/ticket/1627">#1627</a>).
@@ -125,7 +128,9 @@
         <span class="library"><a href="/libs/spirit/index.html">Spirit</a>:</span> This is the initial
         official release of the new Spirit V2.1, a completely new library for parsing,
         lexing, and output generation. Note: this release is not backwards compatible
-        with earlier versions.
+        with earlier versions. Known issue: <code><span class="identifier">qi</span><span class="special">::</span><span class="identifier">symbol</span><span class="special">::</span><span class="identifier">find</span></code>
+        will match a symbol that starts with the string you're searching for. This
+        will be fixed in the next version.
       </li>
       <li>
         <span class="library"><a href="/libs/system/index.html">System</a>:</span>
Modified: website/public_html/beta/feed/history/boost_1_41_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_41_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_41_0.qbk	2009-11-17 14:40:12 EST (Tue, 17 Nov 2009)
@@ -4,10 +4,10 @@
     [purpose New Library: Property Tree. Updated libraries:
         DateTime, Filesystem, Iostreams, Math, Multi-index Containers,
         Proto, Python, Regex, Spirit, System, Thread, Unordered, Utility,
-        Wave, Xpressive. Also updated build system and quickbook.
+        Wave, Xpressive. Updates to boost build and quickbook.
         CMake has been removed from the main release.]
     [authors [Dawes, Beman]]
-    [last-revision Sat, 14 Nov 2009 17:00:00 GMT]
+    [last-revision Tue, 17 Nov 2009 17:00:00 GMT]
 ]
 
 [include ext.qbk]
@@ -43,6 +43,8 @@
     ([@https://svn.boost.org/trac/boost/ticket/3509 #3509]).   
 
 * [phrase library..[@/libs/iostreams/index.html Iostreams]:]
+  Some old unreleased developments. There are still several open
+  issues that should be fixed in the next version.
   * Add a grep filter
     ([@https://svn.boost.org/trac/boost/ticket/1627 #1627]).
   * Support archives with multiple members
@@ -82,6 +84,8 @@
   official release of the new Spirit V2.1, a completely new library
   for parsing, lexing, and output generation.
   Note: this release is not backwards compatible with earlier versions.
+  Known issue: `qi::symbol::find` will match a symbol that starts with the
+  string you're searching for. This will be fixed in the next version.
   
 * [phrase library..[@/libs/system/index.html System]:]
   * Bug fix:
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss	(original)
+++ website/public_html/beta/feed/news.rss	2009-11-17 14:40:12 EST (Tue, 17 Nov 2009)
@@ -6,10 +6,10 @@
     <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.41.0</title><pubDate>Sat, 14 Nov 2009 17:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+  <item><title>Version 1.41.0</title><pubDate>Tue, 17 Nov 2009 17:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       New Library: Property Tree. Updated libraries: DateTime, Filesystem, Iostreams,
       Math, Multi-index Containers, Proto, Python, Regex, Spirit, System, Thread,
-      Unordered, Utility, Wave, Xpressive. Also updated build system and quickbook.
+      Unordered, Utility, Wave, Xpressive. Updates to boost build and quickbook.
       CMake has been removed from the main release.
     </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.41.0/><description><div class="description">
   
@@ -59,6 +59,9 @@
       </li>
       <li>
         <span class="library"><a href="/libs/iostreams/index.html">Iostreams</a>:</span>
+  Some old
+        unreleased developments. There are still several open issues that should
+        be fixed in the next version.
         <ul>
           <li>
             Add a grep filter (<a href="https://svn.boost.org/trac/boost/ticket/1627">#1627</a>).
@@ -125,7 +128,9 @@
         <span class="library"><a href="/libs/spirit/index.html">Spirit</a>:</span> This is the initial
         official release of the new Spirit V2.1, a completely new library for parsing,
         lexing, and output generation. Note: this release is not backwards compatible
-        with earlier versions.
+        with earlier versions. Known issue: <code><span class="identifier">qi</span><span class="special">::</span><span class="identifier">symbol</span><span class="special">::</span><span class="identifier">find</span></code>
+        will match a symbol that starts with the string you're searching for. This
+        will be fixed in the next version.
       </li>
       <li>
         <span class="library"><a href="/libs/system/index.html">System</a>:</span>