|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r56964 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2009-10-17 13:17:11
Author: danieljames
Date: 2009-10-17 13:17:10 EDT (Sat, 17 Oct 2009)
New Revision: 56964
URL: http://svn.boost.org/trac/boost/changeset/56964
Log:
More release notes.
Text files modified:
website/public_html/beta/feed/history.rss | 56 ++++++++++++++++++++++++++++++++++++++-
website/public_html/beta/feed/history/boost_1_41_0.qbk | 31 ++++++++++++++++++++-
website/public_html/beta/feed/news.rss | 56 ++++++++++++++++++++++++++++++++++++++-
3 files changed, 137 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 2009-10-17 13:17:10 EDT (Sat, 17 Oct 2009)
@@ -6,9 +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.41.0</title><pubDate>$Date: 2009/10/17 09:44:09 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.41.0</title><pubDate>$Date: 2009/10/17 17:14:36 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Library: Property Tree. Updated libraries: Multi-index Containers, Python,
- Spirit, Wave.
+ Spirit, Unordered, Wave. Updated tool: QuickBook.
</span></span></boostbook:purpose><description><div class="description">
@@ -63,12 +63,64 @@
with earlier versions.
</li>
<li>
+ <span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
+ <ul>
+ <li>
+ Major update, using less macros and more templates.
+ </li>
+ <li>
+ Reduced memory use.
+ </li>
+ <li>
+ Full details in <a href="/doc/html/unordered/changes.html#unordered.changes.boost_1_41_1">the
+ changelog</a>.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/wave/index.html">Wave</a>:</span>
See the <a href="/libs/wave/ChangeLog">changelog</a>
for details.
</li>
</ul>
</div>
+ <div id="version_1_41_0.boost_cmake_moved">
+ <h3><span class="link">Boost.CMake moved</span></h3>
+ <p>
+ The cmake version of boost has moved; the Boost.CMmake release will be separate
+ and will lag the main release slightly, but will also be capable of producing
+ patch releases as necessary.
+ </p>
+ <p>
+ More information on the <a href="https:://svn.boost.org/trac/boost/wiki/CMake">Boost
+ CMake wiki page</a>.
+ </p>
+ </div>
+ <div id="version_1_41_0.updated_tools">
+ <h3><span class="link">Updated Tools</span></h3>
+ <ul>
+ <li>
+ <span class="library"><a href="/tools/quickbook/index.html">Quickbook 1.5</a>:</span>
+ These
+ changes require your document to use the <code><span class="special">\[</span><span class="identifier">quickbook</span> <span class="number">1.5</span><span class="special">\]</span></code> tag:
+ <ul>
+ <li>
+ More intuitive syntax and variable lookup for template calls (<a href="https://svn.boost.org/trac/boost/ticket/1174">#1174</a>, <a href="https://svn.boost.org/trac/boost/ticket/2034">#2034</a>, <a href="https://svn.boost.org/trac/boost/ticket/2036">#2036</a>).
+ </li>
+ <li>
+ Image attributes (<a href="https://svn.boost.org/trac/boost/ticket/1157">#1157</a>)
+ </li>
+ <li>
+ Table Ids (<a href="https://svn.boost.org/trac/boost/ticket/1194">#1194</a>)
+ </li>
+ <li>
+ Better handling of whitespace in <code><span class="identifier">section</span></code>
+ syntax. (<a href="https://svn.boost.org/trac/boost/ticket/2712">#2712</a>)
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
<div id="version_1_41_0.compilers_tested">
<h3><span class="link">Compilers Tested</span></h3>
<p>
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-10-17 13:17:10 EDT (Sat, 17 Oct 2009)
@@ -2,7 +2,8 @@
[quickbook 1.4]
[source-mode c++]
[purpose New Library: Property Tree. Updated libraries:
- Multi-index Containers, Python, Spirit, Wave.]
+ Multi-index Containers, Python, Spirit, Unordered, Wave.
+ Updated tool: QuickBook.]
[authors [Dawes, Beman]]
[last-revision ]
]
@@ -48,6 +49,13 @@
for parsing, lexing, and output generation.
Note: this release is not backwards compatible with earlier versions.
+* [phrase library..[@/libs/unordered/index.html Unordered]:]
+ * Major update, using less macros and more templates.
+ * Reduced memory use.
+ * Full details in
+ [@/doc/html/unordered/changes.html#unordered.changes.boost_1_41_1
+ the changelog].
+
* [phrase library..[@/libs/wave/index.html Wave]:]
See the [@/libs/wave/ChangeLog changelog] for details.
@@ -60,10 +68,29 @@
capable of producing patch releases as necessary.
More information on the [@https:://svn.boost.org/trac/boost/wiki/CMake
-Boost CMake wiki page/].
+Boost CMake wiki page].
[endsect]
+[section Updated Tools]
+
+* [phrase library..[@/tools/quickbook/index.html Quickbook 1.5]:]
+ These changes require your document to use the `\[quickbook 1.5\]` tag:
+ * More intuitive syntax and variable lookup for template calls
+ ([@https://svn.boost.org/trac/boost/ticket/1174 #1174],
+ [@https://svn.boost.org/trac/boost/ticket/2034 #2034],
+ [@https://svn.boost.org/trac/boost/ticket/2036 #2036]).
+ * Image attributes
+ ([@https://svn.boost.org/trac/boost/ticket/1157 #1157])
+ * Table Ids
+ ([@https://svn.boost.org/trac/boost/ticket/1194 #1194])
+ * Better handling of whitespace in `section` syntax.
+ ([@https://svn.boost.org/trac/boost/ticket/2712 #2712])
+
+
+[endsect]
+
+
[section Compilers Tested]
Boost's primary test compilers are:
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2009-10-17 13:17:10 EDT (Sat, 17 Oct 2009)
@@ -6,9 +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.41.0</title><pubDate>$Date: 2009/10/17 09:44:09 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.41.0</title><pubDate>$Date: 2009/10/17 17:14:36 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Library: Property Tree. Updated libraries: Multi-index Containers, Python,
- Spirit, Wave.
+ Spirit, Unordered, Wave. Updated tool: QuickBook.
</span></span></boostbook:purpose><description><div class="description">
@@ -63,12 +63,64 @@
with earlier versions.
</li>
<li>
+ <span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
+ <ul>
+ <li>
+ Major update, using less macros and more templates.
+ </li>
+ <li>
+ Reduced memory use.
+ </li>
+ <li>
+ Full details in <a href="/doc/html/unordered/changes.html#unordered.changes.boost_1_41_1">the
+ changelog</a>.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/wave/index.html">Wave</a>:</span>
See the <a href="/libs/wave/ChangeLog">changelog</a>
for details.
</li>
</ul>
</div>
+ <div id="version_1_41_0.boost_cmake_moved">
+ <h3><span class="link">Boost.CMake moved</span></h3>
+ <p>
+ The cmake version of boost has moved; the Boost.CMmake release will be separate
+ and will lag the main release slightly, but will also be capable of producing
+ patch releases as necessary.
+ </p>
+ <p>
+ More information on the <a href="https:://svn.boost.org/trac/boost/wiki/CMake">Boost
+ CMake wiki page</a>.
+ </p>
+ </div>
+ <div id="version_1_41_0.updated_tools">
+ <h3><span class="link">Updated Tools</span></h3>
+ <ul>
+ <li>
+ <span class="library"><a href="/tools/quickbook/index.html">Quickbook 1.5</a>:</span>
+ These
+ changes require your document to use the <code><span class="special">\[</span><span class="identifier">quickbook</span> <span class="number">1.5</span><span class="special">\]</span></code> tag:
+ <ul>
+ <li>
+ More intuitive syntax and variable lookup for template calls (<a href="https://svn.boost.org/trac/boost/ticket/1174">#1174</a>, <a href="https://svn.boost.org/trac/boost/ticket/2034">#2034</a>, <a href="https://svn.boost.org/trac/boost/ticket/2036">#2036</a>).
+ </li>
+ <li>
+ Image attributes (<a href="https://svn.boost.org/trac/boost/ticket/1157">#1157</a>)
+ </li>
+ <li>
+ Table Ids (<a href="https://svn.boost.org/trac/boost/ticket/1194">#1194</a>)
+ </li>
+ <li>
+ Better handling of whitespace in <code><span class="identifier">section</span></code>
+ syntax. (<a href="https://svn.boost.org/trac/boost/ticket/2712">#2712</a>)
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
<div id="version_1_41_0.compilers_tested">
<h3><span class="link">Compilers Tested</span></h3>
<p>
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