Boost logo

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

Modified: website/public_html/beta/feed/history/boost_1_39_0.qbk
==============================================================================
--- 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]
 

Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- 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>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
- New Libraries: Updated Libraries:
+ <item><title>Version 1.39.0</title><pubDate>$Date: 2009/03/31 19:33:41 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ New Libraries: Signals2 Updated Libraries: Hash, Unordered Updated Tools: Boostbook,
+ Quickbook
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041><description>&lt;div class=&quot;description&quot;&gt;
   
+
+
   &lt;div id=&quot;version_1_39_0.new_libraries&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
@@ -25,7 +28,132 @@
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
       &lt;li&gt;
- &lt;em&gt;TODO&lt;/em&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/functional/hash/index.html&quot;&gt;Hash&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;
https://svn.boost.org/trac/boost/ticket/2412&quot;&gt;#2412:&lt;/a&gt;
+ Remove deprecated headers for hashing containers. Everything that was
+ in them is included in &lt;code&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;functional&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;\&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;hash&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;hpp&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Other minor changes, full details in the library &lt;a href=&quot;/doc/html/hash/changes.html#hash.changes.boost_1_39_0&quot;&gt;change
+ log&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/unordered/index.html&quot;&gt;Unordered&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Minor implementation changes, including &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2756&quot;&gt;#2756&lt;/a&gt;.
+ Full details in the library &lt;a href=&quot;/doc/html/unordered/changes.html#unordered.changes.boost_1_39_0&quot;&gt;change
+ log&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_39_0.updated_tools&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Tools&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/tools/boostbook/index.html&quot;&gt;Boostbook&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Improved PDF generation.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Preliminary HTMLHelp support.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Add default path for callouts to xhtml.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Include data members' &amp;lt;purpose&amp;gt; in the class synopsis.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Fix bug where a function's &amp;lt;purpose&amp;gt; wasn't displayed if it was
+ just plain text.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/1977&quot;&gt;#1977&lt;/a&gt;:
+ Support the alt tag in &amp;lt;headername&amp;gt; and &amp;lt;macroname&amp;gt;. Use
+ this if the header or macro name is different to the contents of the
+ tag.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Support doxygen command \throw.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Avoid generating filenames that only differ in case for function, method
+ and macro documentation.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Run the docbook chunker quietly, unless boostbook.verbose is set. This
+ parameter might be used in other places in future releases.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Make the 1.1 DTD available.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Fill in some missing reference documentation (partially fixes &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2153&quot;&gt;#2153&lt;/a&gt;)
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/tools/boostbook/index.html&quot;&gt;Quickbook&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/1399&quot;&gt;#1399&lt;/a&gt;:
+ Return an error code and error count if there are any errors.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Support both windows and cygwin paths at the compile line when compiled
+ with cygwin.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Fix some issues with C++ and Python code:
+ &lt;ul&gt;
+ &lt;li&gt;
+ Fail gracefully for a mismatched ''.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/1170&quot;&gt;#1170&lt;/a&gt;:
+ Warn if any unexpected character are encountered and write them out
+ properly.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2860&quot;&gt;#2860&lt;/a&gt;:
+ Fix a bug for hex encoded characters in strings.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Improved testing, including tests for expected failures.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2711&quot;&gt;#2711&lt;/a&gt;:
+ Generate valid document info for document types other than 'library'
+ &lt;ul&gt;
+ &lt;li&gt;
+ Remove library specific attributes.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Put title before info block.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Fix a bug when calling templates.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Less warnings when built using gcc.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Small documentation improvements (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/1213&quot;&gt;#1213&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2701&quot;&gt;#2701&lt;/a&gt;).
+ &lt;/li&gt;
+ &lt;/ul&gt;
       &lt;/li&gt;
     &lt;/ul&gt;
   &lt;/div&gt;
@@ -62,6 +190,8 @@
       system.
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=659602><description>&lt;div class=&quot;description&quot;&gt;
   
+
+
   &lt;div id=&quot;version_1_38_0.new_libraries&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
@@ -644,6 +774,8 @@
       Exception, Hash, Interprocess, Intrusive, Math, Type Traits, Unordered
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=637761><description>&lt;div class=&quot;description&quot;&gt;
   
+
+
   &lt;div id=&quot;version_1_37_0.new_libraries&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
@@ -931,6 +1063,8 @@
       Math, Multi-index Containers, MPI, PtrContainer, Spirit, Thread, Wave, Xpressive.
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=619445><description>&lt;div class=&quot;description&quot;&gt;
   
+
+
   &lt;div id=&quot;version_1_36_0.new_libraries&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;
@@ -1333,6 +1467,8 @@
       Serialization, Thread, Wave, Xpressive.
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=587936><description>&lt;div class=&quot;description&quot;&gt;
   
+
+
   &lt;div id=&quot;version_1_35_0.new_libraries&quot;&gt;
     &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
     &lt;ul&gt;


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