|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r52086 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2009-03-31 15:44:42
Author: danieljames
Date: 2009-03-31 15:44:40 EDT (Tue, 31 Mar 2009)
New Revision: 52086
URL: http://svn.boost.org/trac/boost/changeset/52086
Log:
Add release notes for quickbook, boostbook, unordered and hash.
Text files modified:
website/public_html/beta/feed/history.rss | 234 +++++++++++++++++++++++++++++++++++++++
website/public_html/beta/feed/history/boost_1_39_0.qbk | 64 ++++++++++
website/public_html/beta/feed/news.rss | 142 +++++++++++++++++++++++
3 files changed, 432 insertions(+), 8 deletions(-)
Modified: website/public_html/beta/feed/history.rss
Modified: website/public_html/beta/feed/history/boost_1_39_0.qbk
Modified: website/public_html/beta/feed/news.rss
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
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2009-03-31 15:44:40 EDT (Tue, 31 Mar 2009)
@@ -7,10 +7,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.39.0</title><pubDate>$Date: 2009/03/11 21:56:31 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
- New Libraries: Updated Libraries:
+ <item><title>Version 1.39.0</title><pubDate>$Date: 2009/03/31 19:33:41 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ New Libraries: Signals2 Updated Libraries: Hash, Unordered Updated Tools: Boostbook,
+ Quickbook
</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_39_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
<ul>
@@ -25,7 +28,132 @@
<h3><span class="link">Updated Libraries</span></h3>
<ul>
<li>
- <em>TODO</em>
+ <span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span>
+ <ul>
+ <li>
+ <a href="https://svn.boost.org/trac/boost/ticket/2412">#2412:</a>
+ Remove deprecated headers for hashing containers. Everything that was
+ in them is included in <code><span class="special">&lt;</span><span class="identifier">functional</span><span class="special">\</span><span class="identifier">hash</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>.
+ </li>
+ <li>
+ Other minor changes, full details in the library <a href="/doc/html/hash/changes.html#hash.changes.boost_1_39_0">change
+ log</a>.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
+ <ul>
+ <li>
+ Minor implementation changes, including <a href="https://svn.boost.org/trac/boost/ticket/2756">#2756</a>.
+ Full details in the library <a href="/doc/html/unordered/changes.html#unordered.changes.boost_1_39_0">change
+ log</a>.
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_39_0.updated_tools">
+ <h3><span class="link">Updated Tools</span></h3>
+ <ul>
+ <li>
+ <span class="library"><a href="/tools/boostbook/index.html">Boostbook</a>:</span>
+ <ul>
+ <li>
+ Improved PDF generation.
+ </li>
+ <li>
+ Preliminary HTMLHelp support.
+ </li>
+ <li>
+ Add default path for callouts to xhtml.
+ </li>
+ <li>
+ Include data members' &lt;purpose&gt; in the class synopsis.
+ </li>
+ <li>
+ Fix bug where a function's &lt;purpose&gt; wasn't displayed if it was
+ just plain text.
+ </li>
+ <li>
+ <a href="https://svn.boost.org/trac/boost/ticket/1977">#1977</a>:
+ Support the alt tag in &lt;headername&gt; and &lt;macroname&gt;. Use
+ this if the header or macro name is different to the contents of the
+ tag.
+ </li>
+ <li>
+ Support doxygen command \throw.
+ </li>
+ <li>
+ Avoid generating filenames that only differ in case for function, method
+ and macro documentation.
+ </li>
+ <li>
+ Run the docbook chunker quietly, unless boostbook.verbose is set. This
+ parameter might be used in other places in future releases.
+ </li>
+ <li>
+ Make the 1.1 DTD available.
+ </li>
+ <li>
+ Fill in some missing reference documentation (partially fixes <a href="https://svn.boost.org/trac/boost/ticket/2153">#2153</a>)
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/tools/boostbook/index.html">Quickbook</a>:</span>
+ <ul>
+ <li>
+ <a href="https://svn.boost.org/trac/boost/ticket/1399">#1399</a>:
+ Return an error code and error count if there are any errors.
+ </li>
+ <li>
+ Support both windows and cygwin paths at the compile line when compiled
+ with cygwin.
+ </li>
+ <li>
+ Fix some issues with C++ and Python code:
+ <ul>
+ <li>
+ Fail gracefully for a mismatched ''.
+ </li>
+ <li>
+ <a href="https://svn.boost.org/trac/boost/ticket/1170">#1170</a>:
+ Warn if any unexpected character are encountered and write them out
+ properly.
+ </li>
+ <li>
+ <a href="https://svn.boost.org/trac/boost/ticket/2860">#2860</a>:
+ Fix a bug for hex encoded characters in strings.
+ </li>
+ </ul>
+ </li>
+ <li>
+ Improved testing, including tests for expected failures.
+ </li>
+ <li>
+ <a href="https://svn.boost.org/trac/boost/ticket/2711">#2711</a>:
+ Generate valid document info for document types other than 'library'
+ <ul>
+ <li>
+ Remove library specific attributes.
+ </li>
+ <li>
+ Put title before info block.
+ </li>
+ </ul>
+ </li>
+ <li>
+ Fix a bug when calling templates.
+ </li>
+ <li>
+ Less warnings when built using gcc.
+ </li>
+ <li>
+ Small documentation improvements (<a href="https://svn.boost.org/trac/boost/ticket/1213">#1213</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2701">#2701</a>).
+ </li>
+ </ul>
</li>
</ul>
</div>
@@ -62,6 +190,8 @@
system.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=659602><description><div class="description">
+
+
<div id="version_1_38_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
<ul>
@@ -644,6 +774,8 @@
Exception, Hash, Interprocess, Intrusive, Math, Type Traits, Unordered
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=637761><description><div class="description">
+
+
<div id="version_1_37_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
<ul>
@@ -931,6 +1063,8 @@
Math, Multi-index Containers, MPI, PtrContainer, Spirit, Thread, Wave, Xpressive.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=619445><description><div class="description">
+
+
<div id="version_1_36_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
<ul>
@@ -1333,6 +1467,8 @@
Serialization, Thread, Wave, Xpressive.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=587936><description><div class="description">
+
+
<div id="version_1_35_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
<ul>
@@ -1713,6 +1849,8 @@
Bugfix Release.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=527428><description><div class="description">
+
+
<p>
This is a bug fix release addressing many problems with the 1.34.0 release. It
is a recommended upgrade for all users of Boost 1.34.0. For a complete list of
@@ -1802,6 +1940,8 @@
Algorithm, Wave
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=507975><description><div class="description">
+
+
<div id="version_1_34_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
<ul>
@@ -2280,6 +2420,8 @@
Multi-index Containers, Graph, Signals, Thread, and Wave.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=376197><description><div class="description">
+
+
<div id="version_1_33_1.updated_libraries">
<h3><span class="link">Updated Libraries</span></h3>
<ul>
@@ -2480,6 +2622,8 @@
Property Map, Python, Random Number, Range, Regex, Serialization, Signals.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=348655><description><div class="description">
+
+
<div id="version_1_33_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
<ul>
@@ -2816,6 +2960,8 @@
Python, Signals, Utility, Test. Removed Libraries: Compose.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=284047><description><div class="description">
+
+
<div id="version_1_32_0.important___new_toolset_names">
<h3><span class="link">Important
- New Toolset Names</span></h3>
@@ -3039,6 +3185,8 @@
Libraries: Compose.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=214915><description><div class="description">
+
+
<div id="version_1_31_0.new_license">
<h3><span class="link">New License</span></h3>
<p>
@@ -3223,6 +3371,8 @@
Bugfix release
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=178835><description><div class="description">
+
+
<ul>
<li>
<a href="http://www.boost-consulting.com">Boost Consulting</a> is now
@@ -3275,6 +3425,8 @@
Withdrawn bug fix release, fixes for Lambda, Spirit, MPL, Function, Config,
Format, Regex, Smart Pointers, Python
</span></span></boostbook:purpose><description><div class="description">
+
+
<p>
This release was withdrawn on the 12 Aug 2003.
</p>
@@ -3315,6 +3467,8 @@
Smart Pointers, Utility, Date-Time, Function, Operators, Test
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=147682><description><div class="description">
+
+
<ul>
<li>
<span class="library"><a href="/libs/filesystem/doc/index.htm">Filesystem Library</a></span> added
@@ -3411,6 +3565,8 @@
Multi-Array, Preprocessor, Python, Signals, uBLASH.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=137397><description><div class="description">
+
+
<ul>
<li>
<span class="library"><a href="/libs/date_time/doc/index.html">Date-Time Library</a></span> added
@@ -3470,6 +3626,8 @@
Number, Smart Pointers, Function Utility.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=123324><description><div class="description">
+
+
<ul>
<li>
The Boost mailing lists are now also accessible as <a href="/more/mailing_lists.htm#newsgroup">newsgroups</a>.
@@ -3520,6 +3678,8 @@
Pointers, Preprocessor, Threads.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=77358><description><div class="description">
+
+
<ul>
<li>
<span class="library"><a href="/libs/python/doc/index.html">Python Library</a>:</span> Scott
@@ -3576,6 +3736,8 @@
Random Number, Operators.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=138095><description><div class="description">
+
+
<ul>
<li>
<span class="library"><a href="/libs/math/doc/common_factor.html">Common Factor Library</a></span>
@@ -3615,6 +3777,8 @@
Updated Libraries: Graph, Thread, Function.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=138097><description><div class="description">
+
+
<ul>
<li>
<span class="library"><a href="/tools/build/index.html">Boost Build System</a>:</span> Continued
@@ -3654,6 +3818,8 @@
Number, Math, Tokenizer.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=138098><description><div class="description">
+
+
<ul>
<li>
<span class="library"><a href="/libs/thread/doc/index.html">Thread Library</a></span> added.
@@ -3703,6 +3869,8 @@
New Library: Tuple.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=138099><description><div class="description">
+
+
<ul>
<li>
<span class="library"><a href="/libs/tuple/doc/tuple_users_guide.html">Tuple Library</a></span>
@@ -3728,6 +3896,8 @@
Updated Library: Smart Pointer.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=138102><description><div class="description">
+
+
<ul>
<li>
<span class="library"><a href="/libs/any/index.html">Any Library</a></span> added. Safe, generic
@@ -3762,6 +3932,8 @@
New Libary: CRC. Updated Libraries: Graph, Integer, Regex, Smart Pointer, Utility.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=138104><description><div class="description">
+
+
<ul>
<li>
<span class="library"><a href="/libs/crc/index.html">CRC Library</a></span> added. Compute
@@ -3793,6 +3965,8 @@
New Libraries: Compatibility. Updated Libraries: Random Number, Integer, Graph.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=138108><description><div class="description">
+
+
<ul>
<li>
<span class="library"><a href="/libs/compatibility/index.html">Compatibility Library</a></span>
@@ -3831,6 +4005,8 @@
Updated Libraries: Graph, Python, Regex.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=138111><description><div class="description">
+
+
<ul>
<li>
New download page. The .zip and .tar.gz files now live on the SourceForge ftp
@@ -3853,6 +4029,8 @@
New Libraries: Iterator Adaptor, Pool, Test. Updated Libraries: Graph, Python,
Regular Expression, Type Traits.
</span></span></boostbook:purpose><description><div class="description">
+
+
<ul>
<li>
<span class="library"><a href="/libs/utility/iterator_adaptors.htm">Iterator Adaptor Library</a></span> added.
@@ -3906,6 +4084,8 @@
Regular Expression, Smart Pointer, Timer.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=138112><description><div class="description">
+
+
<ul>
<li>
Array traits: minor portability fix.
@@ -3954,6 +4134,8 @@
</div></description></item><item><title>Version 1.20.1</title><pubDate>Wed, 10 Jan 2001 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
Updated Libraries: Compressed Pair, Graph Library, Regular Expression.
</span></span></boostbook:purpose><description><div class="description">
+
+
<ul>
<li>
<a href="/boost/compressed_pair.hpp">compressed_pair.hpp</a> minor update
@@ -3975,6 +4157,8 @@
</div></description></item><item><title>Version 1.20.0</title><pubDate>Sat, 6 Jan 2001 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Library: Conversion. Updated Libraries: Array, Graph, Regular Expression.
</span></span></boostbook:purpose><description><div class="description">
+
+
<ul>
<li>
<span class="library"><a href="/libs/conversion/index.html">Conversion Library</a></span> added
@@ -4009,6 +4193,8 @@
New Libraries: Concept Check, Python, Static Assert, Property Map Concepts.
Updated Libraries: Graph, Regular Expression.
</span></span></boostbook:purpose><description><div class="description">
+
+
<ul>
<li>
<span class="library"><a href="/libs/concept_check/concept_check.htm">Concept Check Library</a></span> added
@@ -4046,6 +4232,8 @@
</div></description></item><item><title>Version 1.18.3</title><pubDate>Sat, 18 Nov 2000 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
Updated Libraries: Graph, Regular Expression, Cast.
</span></span></boostbook:purpose><description><div class="description">
+
+
<ul>
<li>
<span class="library"><a href="/libs/graph/doc/table_of_contents.html">Graph Library</a></span>
@@ -4075,6 +4263,8 @@
Updated Libraries: Case, Graph, Regular Expression, Configuration. Utility
library split into separate libraries.
</span></span></boostbook:purpose><description><div class="description">
+
+
<ul>
<li>
<span class="library"><a href="/libs/conversion/cast.htm">Cast Library</a></span> Fix numeric_cast&lt;&gt;
@@ -4105,6 +4295,8 @@
</div></description></item><item><title>Version 1.18.1</title><pubDate>Sun, 15 Oct 2000 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
Updated Libraries: Graph, Random, Regular Expression, Configuration.
</span></span></boostbook:purpose><description><div class="description">
+
+
<ul>
<li>
<span class="library"><a href="/libs/graph/doc/table_of_contents.html">Graph Library</a></span>,
@@ -4126,6 +4318,8 @@
New Libraries: Graph, Regular Expression. Updated Libraries: Array, Functional,
Utility, Integer.
</span></span></boostbook:purpose><description><div class="description">
+
+
<ul>
<li>
Preliminary release of two important new libraries:
@@ -4171,6 +4365,8 @@
Added Library: Array. Updated Libraries: Array Traits, Random Number, Smart
Pointer.
</span></span></boostbook:purpose><description><div class="description">
+
+
<ul>
<li>
<span class="library"><a href="/libs/array/index.html">Array Library</a></span> added - An
@@ -4206,6 +4402,8 @@
</div></description></item><item><title>Version 1.16.1</title><pubDate>Wed, 5 Jul 2000 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
Updated Libraries: Integer, Random Number, Cast, Call Traits, Operators.
</span></span></boostbook:purpose><description><div class="description">
+
+
<ul>
<li>
<span class="library"><a href="/libs/integer/index.html">Integer</a></span> library: fixed
@@ -4234,6 +4432,8 @@
New Libraries: Functional, iterator header, Updated Libraries: Random Number,
Rational, Cast, Smart Pointer, Config.
</span></span></boostbook:purpose><description><div class="description">
+
+
<ul>
<li>
Added <a href="/libs/functional/index.html">Functional Library</a> -
@@ -4279,6 +4479,8 @@
</div></description></item><item><title>Version 1.15.1</title><pubDate>Wed, 21 Jun 2000 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
Updated Libraries: Cast, Operators, Config.
</span></span></boostbook:purpose><description><div class="description">
+
+
<p>
Fixes to <a href="/boost/cast.hpp">cast.hpp</a> and <a href="/libs/utility/operators.htm">operators</a>
fix. Minor additions to <a href="/boost/config.hpp">config.hpp</a> for
@@ -4289,6 +4491,8 @@
</div></description></item><item><title>Version 1.15.0</title><pubDate>Sat, 17 Jun 2000 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
Added Library: Random Number. Updated Libraries: Utility, Config, Cast.
</span></span></boostbook:purpose><description><div class="description">
+
+
<p>
<a href="/libs/random/index.html">Random Number Library</a> from Jens
Maurer added. Updated utility library <a href="/libs/utility/operators.htm">operators</a>
@@ -4298,6 +4502,8 @@
</div></description></item><item><title>Version 1.14.3</title><pubDate>Mon, 29 May 2000 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
Updated Libraries: Config, Type Traits.
</span></span></boostbook:purpose><description><div class="description">
+
+
<p>
Minor additions to <a href="/boost/config.hpp">config.hpp</a> for Borland
compilers. Minor fix to <code><span class="identifier">type_traits</span></code>
@@ -4307,6 +4513,8 @@
</div></description></item><item><title>Version 1.14.2</title><pubDate>Tue, 9 May 2000 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
Documentation updates.
</span></span></boostbook:purpose><description><div class="description">
+
+
<p>
No libraries updated. <a href="/more/lib_guide.htm">Library Requirements and
Guidelines</a> expanded, <a href="/more/submission_process.htm">Library
@@ -4316,6 +4524,8 @@
Updated Libraries: Rational, Smart Pointer, Call Traits, Compressed Pair, Type
Traits.
</span></span></boostbook:purpose><description><div class="description">
+
+
<p>
Minor fix to <a href="/boost/rational.hpp">rational.hpp</a>. Minor documentation
changes to the <a href="/libs/smart_ptr/index.html">Smart Pointer</a>
@@ -4326,6 +4536,8 @@
</div></description></item><item><title>Version 1.14.0</title><pubDate>Sun, 5 Mar 2000 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
Updated Libraries: Integer. Experimental libraries moved to vault.
</span></span></boostbook:purpose><description><div class="description">
+
+
<p>
<a href="/libs/integer/index.html">Integer Library</a> status upgraded
after removing bin_bun.hpp. The &quot;Experimental&quot; library category has
@@ -4334,6 +4546,8 @@
</div></description></item><item><title>Version 1.13.0</title><pubDate>Tue, 29 Feb 2000 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
Added Libraries: Utility, Type Traits, Call Traits, Compressed Pair.
</span></span></boostbook:purpose><description><div class="description">
+
+
<p>
Adds <a href="/libs/utility/index.html">Utility Library</a> <a href="/libs/type_traits/index.html">type_traits</a>,
<a href="/libs/utility/call_traits.htm">call_traits</a>, and <a href="/libs/utility/compressed_pair.htm">compressed_pair</a>
@@ -4342,6 +4556,8 @@
</div></description></item><item><title>Version 1.12.0</title><pubDate>Wed, 23 Feb 2000 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
Updated Library: Integer.
</span></span></boostbook:purpose><description><div class="description">
+
+
<p>
Adds a <a href="/libs/integer/integer_traits.html">integer_traits</a>
header from Jens Maurer to the <a href="/libs/integer/index.html">Integer
@@ -4350,6 +4566,8 @@
</div></description></item><item><title>Version 1.11.2</title><pubDate>Mon, 21 Feb 2000 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
Updated Libraries: Smart Pointer.
</span></span></boostbook:purpose><description><div class="description">
+
+
<p>
<a href="/libs/smart_ptr/smarttests.htm">Smart pointer timings</a> added
(thanks to Gavin Collings). Minor fix to the <code><span class="identifier">min_rand</span></code>
@@ -4358,6 +4576,8 @@
</div></description></item><item><title>Version 1.11.1</title><pubDate>Wed, 2 Feb 2000 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
Minor fix for cast.hpp.
</span></span></boostbook:purpose><description><div class="description">
+
+
<p>
Minor fix to <a href="/boost/cast.hpp">cast.hpp</a> (thanks to Doncho
Angelov).
@@ -4366,6 +4586,8 @@
New Library: Rational Number. Updated Libraries: Case, Config, Smart Pointer,
Utility.
</span></span></boostbook:purpose><description><div class="description">
+
+
<p>
Added <a href="/libs/rational/index.html">Rational Number Library</a>.
Minor fixes to <a href="/boost/cast.hpp">cast.hpp</a>, <a href="/boost/config.hpp">config.hpp</a>,
@@ -4376,6 +4598,8 @@
</div></description></item><item><title>Version 1.10.4</title><pubDate>Fri, 31 Dec 1999 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
Updated Libraries: Smart Pointer, Cast.
</span></span></boostbook:purpose><description><div class="description">
+
+
<p>
Minor fixes to <a href="/boost/smart_ptr.hpp">smart_ptr.hpp</a> and <a href="/libs/conversion/cast.htm">cast documentation</a>.
</p>
@@ -4383,6 +4607,8 @@
Updated Libraries: Compse, Operators, Cast, Config, Smart Pointer First release
with a version number.
</span></span></boostbook:purpose><description><div class="description">
+
+
<p>
Minor fixes to the compose library examples, <a href="/libs/utility/operators.htm">operators
documentation</a>, <a href="/boost/operators.hpp">operators.hpp</a>,
@@ -4407,6 +4633,8 @@
</div></description></item><item><title>Old Versions</title><pubDate>Tue, 14 Dec 1999 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
Early releases of boost without version numbers.
</span></span></boostbook:purpose><description><div class="description">
+
+
<div id="old_versions.14_dec_1999">
<h3><span class="link">14 Dec 1999</span></h3>
<p>
==============================================================================
--- website/public_html/beta/feed/history/boost_1_39_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_39_0.qbk 2009-03-31 15:44:40 EDT (Tue, 31 Mar 2009)
@@ -1,7 +1,9 @@
[article Version 1.39.0
[quickbook 1.4]
[source-mode c++]
- [purpose New Libraries: Updated Libraries: ]
+ [purpose New Libraries: Signals2
+ Updated Libraries: Hash, Unordered
+ Updated Tools: Boostbook, Quickbook]
[authors [Dawes, Beman]]
[last-revision ]
]
@@ -43,7 +45,65 @@
[section Updated Libraries]
-* /TODO/
+* [phrase library..[@/libs/functional/hash/index.html Hash]:]
+ * [@https://svn.boost.org/trac/boost/ticket/2412 #2412:]
+ Remove deprecated headers for hashing containers. Everything that was in them
+ is included in `<functional\hash.hpp>`.
+ * Other minor changes, full details in the library
+ [@/doc/html/hash/changes.html#hash.changes.boost_1_39_0 change log].
+
+* [phrase library..[@/libs/unordered/index.html Unordered]:]
+ * Minor implementation changes, including
+ [@https://svn.boost.org/trac/boost/ticket/2756 #2756].
+ Full details in the library
+ [@/doc/html/unordered/changes.html#unordered.changes.boost_1_39_0
+ change log].
+
+[endsect]
+
+[section Updated Tools]
+
+* [phrase library..[@/tools/boostbook/index.html Boostbook]:]
+ * Improved PDF generation.
+ * Preliminary HTMLHelp support.
+ * Add default path for callouts to xhtml.
+ * Include data members' <purpose> in the class synopsis.
+ * Fix bug where a function's <purpose> wasn't displayed if it was just
+ plain text.
+ * [@https://svn.boost.org/trac/boost/ticket/1977 #1977]:
+ Support the alt tag in <headername> and <macroname>. Use this if the
+ header or macro name is different to the contents of the tag.
+ * Support doxygen command \throw.
+ * Avoid generating filenames that only differ in case for function, method
+ and macro documentation.
+ * Run the docbook chunker quietly, unless boostbook.verbose is set. This
+ parameter might be used in other places in future releases.
+ * Make the 1.1 DTD available.
+ * Fill in some missing reference documentation
+ (partially fixes [@https://svn.boost.org/trac/boost/ticket/2153 #2153])
+
+* [phrase library..[@/tools/boostbook/index.html Quickbook]:]
+ * [@https://svn.boost.org/trac/boost/ticket/1399 #1399]:
+ Return an error code and error count if there are any errors.
+ * Support both windows and cygwin paths at the compile line
+ when compiled with cygwin.
+ * Fix some issues with C++ and Python code:
+ * Fail gracefully for a mismatched ''.
+ * [@https://svn.boost.org/trac/boost/ticket/1170 #1170]:
+ Warn if any unexpected character are encountered
+ and write them out properly.
+ * [@https://svn.boost.org/trac/boost/ticket/2860 #2860]:
+ Fix a bug for hex encoded characters in strings.
+ * Improved testing, including tests for expected failures.
+ * [@https://svn.boost.org/trac/boost/ticket/2711 #2711]:
+ Generate valid document info for document types other than 'library'
+ * Remove library specific attributes.
+ * Put title before info block.
+ * Fix a bug when calling templates.
+ * Less warnings when built using gcc.
+ * Small documentation improvements
+ ([@https://svn.boost.org/trac/boost/ticket/1213 #1213],
+ [@https://svn.boost.org/trac/boost/ticket/2701 #2701]).
[endsect]
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2009-03-31 15:44:40 EDT (Tue, 31 Mar 2009)
@@ -7,10 +7,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.39.0</title><pubDate>$Date: 2009/03/11 21:56:31 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
- New Libraries: Updated Libraries:
+ <item><title>Version 1.39.0</title><pubDate>$Date: 2009/03/31 19:33:41 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ New Libraries: Signals2 Updated Libraries: Hash, Unordered Updated Tools: Boostbook,
+ Quickbook
</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_39_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
<ul>
@@ -25,7 +28,132 @@
<h3><span class="link">Updated Libraries</span></h3>
<ul>
<li>
- <em>TODO</em>
+ <span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span>
+ <ul>
+ <li>
+ <a href="https://svn.boost.org/trac/boost/ticket/2412">#2412:</a>
+ Remove deprecated headers for hashing containers. Everything that was
+ in them is included in <code><span class="special">&lt;</span><span class="identifier">functional</span><span class="special">\</span><span class="identifier">hash</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>.
+ </li>
+ <li>
+ Other minor changes, full details in the library <a href="/doc/html/hash/changes.html#hash.changes.boost_1_39_0">change
+ log</a>.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
+ <ul>
+ <li>
+ Minor implementation changes, including <a href="https://svn.boost.org/trac/boost/ticket/2756">#2756</a>.
+ Full details in the library <a href="/doc/html/unordered/changes.html#unordered.changes.boost_1_39_0">change
+ log</a>.
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_39_0.updated_tools">
+ <h3><span class="link">Updated Tools</span></h3>
+ <ul>
+ <li>
+ <span class="library"><a href="/tools/boostbook/index.html">Boostbook</a>:</span>
+ <ul>
+ <li>
+ Improved PDF generation.
+ </li>
+ <li>
+ Preliminary HTMLHelp support.
+ </li>
+ <li>
+ Add default path for callouts to xhtml.
+ </li>
+ <li>
+ Include data members' &lt;purpose&gt; in the class synopsis.
+ </li>
+ <li>
+ Fix bug where a function's &lt;purpose&gt; wasn't displayed if it was
+ just plain text.
+ </li>
+ <li>
+ <a href="https://svn.boost.org/trac/boost/ticket/1977">#1977</a>:
+ Support the alt tag in &lt;headername&gt; and &lt;macroname&gt;. Use
+ this if the header or macro name is different to the contents of the
+ tag.
+ </li>
+ <li>
+ Support doxygen command \throw.
+ </li>
+ <li>
+ Avoid generating filenames that only differ in case for function, method
+ and macro documentation.
+ </li>
+ <li>
+ Run the docbook chunker quietly, unless boostbook.verbose is set. This
+ parameter might be used in other places in future releases.
+ </li>
+ <li>
+ Make the 1.1 DTD available.
+ </li>
+ <li>
+ Fill in some missing reference documentation (partially fixes <a href="https://svn.boost.org/trac/boost/ticket/2153">#2153</a>)
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/tools/boostbook/index.html">Quickbook</a>:</span>
+ <ul>
+ <li>
+ <a href="https://svn.boost.org/trac/boost/ticket/1399">#1399</a>:
+ Return an error code and error count if there are any errors.
+ </li>
+ <li>
+ Support both windows and cygwin paths at the compile line when compiled
+ with cygwin.
+ </li>
+ <li>
+ Fix some issues with C++ and Python code:
+ <ul>
+ <li>
+ Fail gracefully for a mismatched ''.
+ </li>
+ <li>
+ <a href="https://svn.boost.org/trac/boost/ticket/1170">#1170</a>:
+ Warn if any unexpected character are encountered and write them out
+ properly.
+ </li>
+ <li>
+ <a href="https://svn.boost.org/trac/boost/ticket/2860">#2860</a>:
+ Fix a bug for hex encoded characters in strings.
+ </li>
+ </ul>
+ </li>
+ <li>
+ Improved testing, including tests for expected failures.
+ </li>
+ <li>
+ <a href="https://svn.boost.org/trac/boost/ticket/2711">#2711</a>:
+ Generate valid document info for document types other than 'library'
+ <ul>
+ <li>
+ Remove library specific attributes.
+ </li>
+ <li>
+ Put title before info block.
+ </li>
+ </ul>
+ </li>
+ <li>
+ Fix a bug when calling templates.
+ </li>
+ <li>
+ Less warnings when built using gcc.
+ </li>
+ <li>
+ Small documentation improvements (<a href="https://svn.boost.org/trac/boost/ticket/1213">#1213</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2701">#2701</a>).
+ </li>
+ </ul>
</li>
</ul>
</div>
@@ -62,6 +190,8 @@
system.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=659602><description><div class="description">
+
+
<div id="version_1_38_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
<ul>
@@ -644,6 +774,8 @@
Exception, Hash, Interprocess, Intrusive, Math, Type Traits, Unordered
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=637761><description><div class="description">
+
+
<div id="version_1_37_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
<ul>
@@ -931,6 +1063,8 @@
Math, Multi-index Containers, MPI, PtrContainer, Spirit, Thread, Wave, Xpressive.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=619445><description><div class="description">
+
+
<div id="version_1_36_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
<ul>
@@ -1333,6 +1467,8 @@
Serialization, Thread, Wave, Xpressive.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=587936><description><div class="description">
+
+
<div id="version_1_35_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
<ul>