|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r55182 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2009-07-30 14:42:39
Author: danieljames
Date: 2009-07-26 14:58:53 EDT (Sun, 26 Jul 2009)
New Revision: 55182
URL: http://svn.boost.org/trac/boost/changeset/55182
Log:
Release notes.
Text files modified:
website/public_html/beta/feed/history.rss | 90 +++++++++++++++++++++++++++++++++++----
website/public_html/beta/feed/history/boost_1_40_0.qbk | 68 ++++++++++++++++++++---------
website/public_html/beta/feed/news.rss | 90 +++++++++++++++++++++++++++++++++++----
3 files changed, 206 insertions(+), 42 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-07-26 14:58:53 EDT (Sun, 26 Jul 2009)
@@ -6,20 +6,13 @@
<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.40.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
- New Libraries: Updated Libraries:
+ <item><title>Version 1.40.0</title><pubDate>$Date: 2009/07/26 18:56:19 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ Build System improvements. Updated Libraries: Foreach, Function, Hash, Program.Options,
+ Serialization, Unordered.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041><description><div class="description">
- <div id="version_1_40_0.new_libraries">
- <h3><span class="link">New Libraries</span></h3>
- <ul>
- <li>
- <em>TODO</em>
- </li>
- </ul>
- </div>
<div id="version_1_40_0.updated_libraries">
<h3><span class="link">Updated Libraries</span></h3>
<ul>
@@ -32,6 +25,36 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/function/index.html">Function</a>:</span>
+ <ul>
+ <li>
+ Optimize the use of small target objects.
+ </li>
+ <li>
+ Make Boost.Function compile under BOOST_NO_EXCEPTIONS (<a href="https://svn.boost.org/trac/boost/ticket/2499">#2499</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2494">#2494</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2469">#2469</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2466">#2466</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2900">#2900</a>)
+ </li>
+ <li>
+ Various minor fixes (<a href="https://svn.boost.org/trac/boost/ticket/2642">#2642</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2847">#2847</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2929">#2929</a>
+ <a href="https://svn.boost.org/trac/boost/ticket/3012">#3012</a>)
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/hash/index.html">Hash</a>:</span>
+ <ul>
+ <li>
+ Automatically configure the float functions using template metaprogramming
+ instead of trying to configure every possibility manually.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/program_options/index.html">Program.Options</a>:</span>
<ul>
<li>
@@ -46,6 +69,37 @@
</li>
</ul>
</li>
+ <li>
+ <span class="library"><a href="/libs/serialization/index.html">Serialization</a>:</span>
+ <ul>
+ <li>
+ Removed deprecated headers: <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">static_warning</span><span class="special">.</span><span class="identifier">hpp</span></code>,
+ <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">state_saver</span><span class="special">.</span><span class="identifier">hpp</span></code>, <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">smart_cast</span><span class="special">.</span><span class="identifier">hpp</span></code>,
+ <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">pfto</span><span class="special">.</span><span class="identifier">hpp</span></code>. Use the the equivalent headers
+ in the <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">serialization</span><span class="special">/</span></code>
+ directory instead (<a href="https://svn.boost.org/trac/boost/ticket/3062">#3062</a>).
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
+ <ul>
+ <li>
+ Implement <code><span class="identifier">emplace</span></code> for
+ all compilers, not just ones with rvalue references and variadic templates
+ (<a href="https://svn.boost.org/trac/boost/ticket/1978">#1978</a>).
+ </li>
+ <li>
+ Create less buckets by default.
+ </li>
+ <li>
+ Some minor tweaks for better compiler support (<a href="https://svn.boost.org/trac/boost/ticket/2908">#2908</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/3096">#3096</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/3082">Ticket 3082</a>).
+ Disable incorrect Visual C++ warnings.
+ </li>
+ </ul>
+ </li>
</ul>
</div>
<div id="version_1_40_0.build_system">
@@ -62,11 +116,27 @@
<h3><span class="link">Updated Tools</span></h3>
<ul>
<li>
+ <span class="library"><a href="/tools/boostbook/index.html">Boostbook</a>:</span>
+ <ul>
+ <li>
+ Hide <code><span class="identifier">INTERNAL</span> <span class="identifier">ONLY</span></code>
+ enums in doxygen documentation (<a href="https://svn.boost.org/trac/boost/ticket/3242">#3242</a>).
+ </li>
+ <li>
+ Tweaked appearance of member classes/structs/unions in a class synopsis.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/tools/quickbook/index.html">Quickbook</a>:</span>
<ul>
<li>
Support python code snippets (<a href="https://svn.boost.org/trac/boost/ticket/3029">#3029</a>).
</li>
+ <li>
+ Add <code><span class="identifier">teletype</span></code> source mode
+ (<a href="https://svn.boost.org/trac/boost/ticket/1202">#1202</a>)
+ </li>
</ul>
</li>
</ul>
Modified: website/public_html/beta/feed/history/boost_1_40_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_40_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_40_0.qbk 2009-07-26 14:58:53 EDT (Sun, 26 Jul 2009)
@@ -1,7 +1,8 @@
[article Version 1.40.0
[quickbook 1.4]
[source-mode c++]
- [purpose New Libraries: Updated Libraries: ]
+ [purpose Build System improvements.
+ Updated Libraries: Foreach, Function, Hash, Program.Options, Serialization, Unordered.]
[authors [Dawes, Beman]]
[last-revision ]
]
@@ -18,34 +19,32 @@
1. Libraries are listed in alphabetical order.
2. Besides the dedicated entry, the lib name should be added to the
[purpose] section at the beginning of the page.
-
- Example new libraries message:
-
-* [phrase library..[@/libs/accumulators/index.html Accumulators]:] Framework for
- incremental calculation, and collection of statistical accumulators, from Eric Niebler.
-
- Example update message:
-
-* [phrase library..[@/libs/interprocess/index.html Interprocess]:]
- * Added anonymous shared memory for UNIX systems.
- * Fixed missing move semantics on managed memory classes.
- * Added copy_on_write and open_read_only options for shared memory
- and mapped file managed classes.
- * `shared_ptr` is movable and supports aliasing.
]
-[section New Libraries]
-
-* /TODO/
-
-[endsect]
-
[section Updated Libraries]
* [phrase library..[@/libs/foreach/index.html Foreach]:]
* Workaround for conflict with Python headers
([@https://svn.boost.org/trac/boost/ticket/3000 #3000]).
-
+
+* [phrase library..[@/libs/function/index.html Function]:]
+ * Optimize the use of small target objects.
+ * Make Boost.Function compile under BOOST_NO_EXCEPTIONS
+ ([@https://svn.boost.org/trac/boost/ticket/2499 #2499],
+ [@https://svn.boost.org/trac/boost/ticket/2494 #2494],
+ [@https://svn.boost.org/trac/boost/ticket/2469 #2469],
+ [@https://svn.boost.org/trac/boost/ticket/2466 #2466],
+ [@https://svn.boost.org/trac/boost/ticket/2900 #2900])
+ * Various minor fixes
+ ([@https://svn.boost.org/trac/boost/ticket/2642 #2642],
+ [@https://svn.boost.org/trac/boost/ticket/2847 #2847],
+ [@https://svn.boost.org/trac/boost/ticket/2929 #2929]
+ [@https://svn.boost.org/trac/boost/ticket/3012 #3012])
+
+* [phrase library..[@/libs/hash/index.html Hash]:]
+ * Automatically configure the float functions using template metaprogramming
+ instead of trying to configure every possibility manually.
+
* [phrase library..[@/libs/program_options/index.html Program.Options]:]
* Support for building with disabled exceptions
([@https://svn.boost.org/trac/boost/ticket/2096 #2096]).
@@ -53,6 +52,24 @@
([@https://svn.boost.org/trac/boost/ticket/2425 #2425]).
* Fixed crash on user-inserted items in `variables_map`
([@https://svn.boost.org/trac/boost/ticket/2782 #2782]).
+
+* [phrase library..[@/libs/serialization/index.html Serialization]:]
+ * Removed deprecated headers: `boost/static_warning.hpp`,
+ `boost/state_saver.hpp`, `boost/smart_cast.hpp`, `boost/pfto.hpp`.
+ Use the the equivalent headers in the `boost/serialization/` directory
+ instead
+ ([@https://svn.boost.org/trac/boost/ticket/3062 #3062]).
+
+* [phrase library..[@/libs/unordered/index.html Unordered]:]
+ * Implement `emplace` for all compilers, not just ones with
+ rvalue references and variadic templates
+ ([@https://svn.boost.org/trac/boost/ticket/1978 #1978]).
+ * Create less buckets by default.
+ * Some minor tweaks for better compiler support
+ ([@https://svn.boost.org/trac/boost/ticket/2908 #2908],
+ [@https://svn.boost.org/trac/boost/ticket/3096 #3096],
+ [@https://svn.boost.org/trac/boost/ticket/3082 Ticket 3082]).
+ Disable incorrect Visual C++ warnings.
[endsect]
@@ -68,9 +85,16 @@
[section Updated Tools]
+* [phrase library..[@/tools/boostbook/index.html Boostbook]:]
+ * Hide `INTERNAL ONLY` enums in doxygen documentation
+ ([@https://svn.boost.org/trac/boost/ticket/3242 #3242]).
+ * Tweaked appearance of member classes/structs/unions in a class synopsis.
+
* [phrase library..[@/tools/quickbook/index.html Quickbook]:]
* Support python code snippets
([@https://svn.boost.org/trac/boost/ticket/3029 #3029]).
+ * Add `teletype` source mode
+ ([@https://svn.boost.org/trac/boost/ticket/1202 #1202])
[endsect]
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2009-07-26 14:58:53 EDT (Sun, 26 Jul 2009)
@@ -6,20 +6,13 @@
<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.40.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
- New Libraries: Updated Libraries:
+ <item><title>Version 1.40.0</title><pubDate>$Date: 2009/07/26 18:56:19 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ Build System improvements. Updated Libraries: Foreach, Function, Hash, Program.Options,
+ Serialization, Unordered.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041><description><div class="description">
- <div id="version_1_40_0.new_libraries">
- <h3><span class="link">New Libraries</span></h3>
- <ul>
- <li>
- <em>TODO</em>
- </li>
- </ul>
- </div>
<div id="version_1_40_0.updated_libraries">
<h3><span class="link">Updated Libraries</span></h3>
<ul>
@@ -32,6 +25,36 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/function/index.html">Function</a>:</span>
+ <ul>
+ <li>
+ Optimize the use of small target objects.
+ </li>
+ <li>
+ Make Boost.Function compile under BOOST_NO_EXCEPTIONS (<a href="https://svn.boost.org/trac/boost/ticket/2499">#2499</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2494">#2494</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2469">#2469</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2466">#2466</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2900">#2900</a>)
+ </li>
+ <li>
+ Various minor fixes (<a href="https://svn.boost.org/trac/boost/ticket/2642">#2642</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2847">#2847</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2929">#2929</a>
+ <a href="https://svn.boost.org/trac/boost/ticket/3012">#3012</a>)
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/hash/index.html">Hash</a>:</span>
+ <ul>
+ <li>
+ Automatically configure the float functions using template metaprogramming
+ instead of trying to configure every possibility manually.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/program_options/index.html">Program.Options</a>:</span>
<ul>
<li>
@@ -46,6 +69,37 @@
</li>
</ul>
</li>
+ <li>
+ <span class="library"><a href="/libs/serialization/index.html">Serialization</a>:</span>
+ <ul>
+ <li>
+ Removed deprecated headers: <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">static_warning</span><span class="special">.</span><span class="identifier">hpp</span></code>,
+ <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">state_saver</span><span class="special">.</span><span class="identifier">hpp</span></code>, <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">smart_cast</span><span class="special">.</span><span class="identifier">hpp</span></code>,
+ <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">pfto</span><span class="special">.</span><span class="identifier">hpp</span></code>. Use the the equivalent headers
+ in the <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">serialization</span><span class="special">/</span></code>
+ directory instead (<a href="https://svn.boost.org/trac/boost/ticket/3062">#3062</a>).
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
+ <ul>
+ <li>
+ Implement <code><span class="identifier">emplace</span></code> for
+ all compilers, not just ones with rvalue references and variadic templates
+ (<a href="https://svn.boost.org/trac/boost/ticket/1978">#1978</a>).
+ </li>
+ <li>
+ Create less buckets by default.
+ </li>
+ <li>
+ Some minor tweaks for better compiler support (<a href="https://svn.boost.org/trac/boost/ticket/2908">#2908</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/3096">#3096</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/3082">Ticket 3082</a>).
+ Disable incorrect Visual C++ warnings.
+ </li>
+ </ul>
+ </li>
</ul>
</div>
<div id="version_1_40_0.build_system">
@@ -62,11 +116,27 @@
<h3><span class="link">Updated Tools</span></h3>
<ul>
<li>
+ <span class="library"><a href="/tools/boostbook/index.html">Boostbook</a>:</span>
+ <ul>
+ <li>
+ Hide <code><span class="identifier">INTERNAL</span> <span class="identifier">ONLY</span></code>
+ enums in doxygen documentation (<a href="https://svn.boost.org/trac/boost/ticket/3242">#3242</a>).
+ </li>
+ <li>
+ Tweaked appearance of member classes/structs/unions in a class synopsis.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/tools/quickbook/index.html">Quickbook</a>:</span>
<ul>
<li>
Support python code snippets (<a href="https://svn.boost.org/trac/boost/ticket/3029">#3029</a>).
</li>
+ <li>
+ Add <code><span class="identifier">teletype</span></code> source mode
+ (<a href="https://svn.boost.org/trac/boost/ticket/1202">#1202</a>)
+ </li>
</ul>
</li>
</ul>
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