Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76747 - in website/public_html/beta: feed generated generated/state users/download users/history
From: dnljms_at_[hidden]
Date: 2012-01-28 10:13:34


Author: danieljames
Date: 2012-01-28 10:13:32 EST (Sat, 28 Jan 2012)
New Revision: 76747
URL: http://svn.boost.org/trac/boost/changeset/76747

Log:
Website: Rebuild beta pages and feeds.
Text files modified:
   website/public_html/beta/feed/dev.rss | 571 ++++++++++++++++++++++++++++++++++++++
   website/public_html/beta/generated/home-items.html | 3
   website/public_html/beta/generated/state/feed-pages.txt | 11
   website/public_html/beta/users/download/index.html | 19 +
   website/public_html/beta/users/history/version_1_49_0.html | 578 +++++++++++++++++++++++++++++++++++++++
   5 files changed, 1156 insertions(+), 26 deletions(-)

Modified: website/public_html/beta/feed/dev.rss
==============================================================================
--- website/public_html/beta/feed/dev.rss (original)
+++ website/public_html/beta/feed/dev.rss 2012-01-28 10:13:32 EST (Sat, 28 Jan 2012)
@@ -9,22 +9,575 @@
   <item><title>Version 1.49.0</title><link>http://www.boost.org/users/history/version_1_49_0.html><guid>http://www.boost.org/users/history/version_1_49_0.html><pubDate>In Progress</pubDate><description>&lt;x&gt;
   
   
- &lt;div id=&quot;version_1_49_0.new_libraries&quot;&gt;
- &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
+
+ &lt;div id=&quot;version_1_49_0.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;
       &lt;li&gt;
         &lt;div&gt;
- &lt;em&gt;TODO&lt;/em&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;
http://www.boost.org/libs/container/&quot;&gt;Container&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed bugs &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6336&quot;&gt;#6336&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6335&quot;&gt;#6335&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6287&quot;&gt;#6287&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6205&quot;&gt;#6205&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/4383&quot;&gt;#4383&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Added &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;allocator_traits&lt;/span&gt;&lt;/code&gt;
+ support for both C++11 and C++03 compilers through an internal &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;allocator_traits&lt;/span&gt;&lt;/code&gt; clone.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
         &lt;/div&gt;
       &lt;/li&gt;
- &lt;/ul&gt;
- &lt;/div&gt;
- &lt;div id=&quot;version_1_49_0.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;
       &lt;li&gt;
         &lt;div&gt;
- &lt;em&gt;TODO&lt;/em&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/geometry/&quot;&gt;Geometry&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed bugs
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Distance for multi-geometries ignored specified distance strategy.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ In difference for polygon/multi_polygon (reported 2011/10/24
+ on GGL-list).
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Raise exception for calculation of distances of multi-geometrie(s)
+ where one of them is empty
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Multi DSV did not correctly use settings.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Self-intersections could sometimes be missed (introduced in
+ 1.48).
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Convex hull crashed on empty range (e.g. empty multi point).
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Solved tickets
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6028&quot;&gt;#6028&lt;/a&gt;
+ Documentation: closure.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6178&quot;&gt;#6178&lt;/a&gt;
+ Missing headerfile.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6021&quot;&gt;#6021&lt;/a&gt;
+ convex hull of multipoint.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Additional functionality
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Support for line/polygon intersections and differences
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Support for convert of segment/box of different point types
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Support for append for multi point
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Scalar functions (distance, area, length, perimeter) now throw
+ an empty_input_exception on empty input
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Documentation
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Updated support status
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Internal changes
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Updates in specializations/not_implemented for distance/convert/assign/area
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Move of wkt/dsv to io folder, making domains redundant
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Strategy concepts assigned to zero to avoid clang warnings
+ (patched by Vishnu)
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/graph/&quot;&gt;Graph&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed bugs &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/5881&quot;&gt;#5881&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6033&quot;&gt;#6033&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6061&quot;&gt;#6061&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6137&quot;&gt;#6137&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6246&quot;&gt;#6246&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6239&quot;&gt;#6239&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6293&quot;&gt;#6293&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6306&quot;&gt;#6306&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6313&quot;&gt;#6313&lt;/a&gt;
+ and &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6371&quot;&gt;#6371&lt;/a&gt;,
+ plus others not in Trac.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Re-enabled LEDA graph support (thanks to Jens Muller for the patch).
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Added documentation for &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;edge_predecessor_recorder&lt;/span&gt;&lt;/code&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/icl/&quot;&gt;Icl&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed tickets &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6095&quot;&gt;#6095&lt;/a&gt;
+ and &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6210&quot;&gt;#6210&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Added move semantics for constructors, assignment operators and binary
+ operators.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/interprocess/&quot;&gt;Interprocess&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed bugs &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6412&quot;&gt;#6412&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6398&quot;&gt;#6398&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6319&quot;&gt;#6319&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6287&quot;&gt;#6287&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6265&quot;&gt;#6265&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6233&quot;&gt;#6233&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6147&quot;&gt;#6147&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6134&quot;&gt;#6134&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6058&quot;&gt;#6058&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6054&quot;&gt;#6054&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/5772&quot;&gt;#5772&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/5738&quot;&gt;#5738&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/5622&quot;&gt;#5622&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/5552&quot;&gt;#5552&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/5518&quot;&gt;#5518&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/4655&quot;&gt;#4655&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/4452&quot;&gt;#4452&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/4383&quot;&gt;#4383&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/4297&quot;&gt;#4297&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed timed functions in mutex implementations to fulfill POSIX requirements:
+ &lt;em&gt;Under no circumstance shall the function fail with a timeout
+ if the mutex can be locked immediately. The validity of the abs_timeout
+ parameter need not be checked if the mutex can be locked immediately.&lt;/em&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/intrusive/&quot;&gt;Intrusive&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed bugs &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6347&quot;&gt;#6347&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6223&quot;&gt;#6223&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6153&quot;&gt;#6153&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/conversion/lexical_cast.htm&quot;&gt;Lexical cast&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed bugs and warnings: &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6127&quot;&gt;#6127&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6132&quot;&gt;#6132&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6159&quot;&gt;#6159&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6182&quot;&gt;#6182&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6186&quot;&gt;#6186&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6193&quot;&gt;#6193&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6264&quot;&gt;#6264&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6290&quot;&gt;#6290&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6298&quot;&gt;#6298&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6400&quot;&gt;#6400&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/locale/&quot;&gt;Locale&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed incorrect use of &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;MultiByteToWideChar&lt;/span&gt;&lt;/code&gt;
+ in detection of invalid input sequences.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/move/&quot;&gt;Move&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed bugs &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6417&quot;&gt;#6417&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6183&quot;&gt;#6183&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6185&quot;&gt;#6185&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6395&quot;&gt;#6395&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6396&quot;&gt;#6396&lt;/a&gt;,
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/property_tree&quot;&gt;PropertyTree&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixes for bugs &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/4840&quot;&gt;#4840&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/5259&quot;&gt;#5259&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/5281&quot;&gt;#5281&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/5944&quot;&gt;#5944&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/5757&quot;&gt;#5757&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/5710&quot;&gt;#5710&lt;/a&gt;,
+ and &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/5307&quot;&gt;#5307&lt;/a&gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/spirit/index.html&quot;&gt;Spirit&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Spirit V2.5.2, see the '&lt;a href=&quot;http://www.boost.org/doc/libs/1_49_0/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_2.html&quot;&gt;What's
+ New&lt;/a&gt;' section for details.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/thread&quot;&gt;Thread&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fixed Bugs:
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/2309&quot;&gt;#2309&lt;/a&gt;
+ Lack of g++ symbol visibility support in Boost.Thread.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/2639&quot;&gt;#2639&lt;/a&gt;
+ documentation should be extended(defer_lock, try_to_lock, ...).
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/3639&quot;&gt;#3639&lt;/a&gt;
+ Boost.Thread doesn't build with Sun-5.9 on Linux.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/3762&quot;&gt;#3762&lt;/a&gt;
+ Thread can't be compiled with winscw (Codewarrior by Nokia).
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/3885&quot;&gt;#3885&lt;/a&gt;
+ document about mix usage of boost.thread and native thread
+ api.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/3975&quot;&gt;#3975&lt;/a&gt;
+ Incorrect precondition for promise::set_wait_callback().
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/4048&quot;&gt;#4048&lt;/a&gt;
+ thread::id formatting involves locale
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/4315&quot;&gt;#4315&lt;/a&gt;
+ gcc 4.4 Warning: inline ... declared as dllimport: attribute
+ ignored.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/4480&quot;&gt;#4480&lt;/a&gt;
+ OpenVMS patches for compiler issues workarounds.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/4819&quot;&gt;#4819&lt;/a&gt;
+ boost.thread's documentation misprints.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/5040&quot;&gt;#5040&lt;/a&gt;
+ future.hpp in boost::thread does not compile with /clr.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/5423&quot;&gt;#5423&lt;/a&gt;
+ thread issues with C++0x.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/5502&quot;&gt;#5502&lt;/a&gt;
+ race condition between shared_mutex timed_lock and lock_shared.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/5594&quot;&gt;#5594&lt;/a&gt;
+ boost::shared_mutex not fully compatible with Windows CE.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/5617&quot;&gt;#5617&lt;/a&gt;
+ boost::thread::id copy ctor.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/5739&quot;&gt;#5739&lt;/a&gt;
+ set-but-not-used warnings with gcc-4.6.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/5826&quot;&gt;#5826&lt;/a&gt;
+ threads.cpp: resource leak on threads creation failure.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/5839&quot;&gt;#5839&lt;/a&gt;
+ thread.cpp: ThreadProxy leaks on exceptions.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/5859&quot;&gt;#5859&lt;/a&gt;
+ win32 shared_mutex constructor leaks on exceptions.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6100&quot;&gt;#6100&lt;/a&gt;
+ Compute hardware_concurrency() using get_nprocs() on GLIBC
+ systems.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6141&quot;&gt;#6141&lt;/a&gt;
+ Compilation error when boost.thread and boost.move are used
+ together.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6168&quot;&gt;#6168&lt;/a&gt;
+ recursive_mutex is using wrong config symbol (possible typo).
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6175&quot;&gt;#6175&lt;/a&gt;
+ Compile error with SunStudio.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6200&quot;&gt;#6200&lt;/a&gt;
+ patch to have condition_variable and mutex error better handle
+ EINTR.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6207&quot;&gt;#6207&lt;/a&gt;
+ shared_lock swap compiler error on clang 3.0 c++11.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6208&quot;&gt;#6208&lt;/a&gt;
+ try_lock_wrapper swap compiler error on clang 3.0 c++11.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/unordered&quot;&gt;Unordered&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ On compilers without rvalue references, the containers are no longer
+ movable by default, as move emulation was causing some odd quirks.
+ Define &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_UNORDERED_USE_MOVE&lt;/span&gt;&lt;/code&gt;
+ to make them movable (&lt;a href=&quot;https://svn.boost.org/trac/boost/tickets/6167&quot;&gt;#6167&lt;/a&gt;,
+ &lt;a href=&quot;https://svn.boost.org/trac/boost/tickets/6311&quot;&gt;#6311&lt;/a&gt;)
+ - Boost.Move is still used for elements regardless.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Fix sequence point warning (&lt;a href=&quot;https://svn.boost.org/trac/boost/tickets/6370&quot;&gt;#6370&lt;/a&gt;).
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ Better support for C++11 compilers using older standard libraries.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/uuid/&quot;&gt;Uuid&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ fixed &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6258&quot;&gt;#6258&lt;/a&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ fixed &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/5325&quot;&gt;#5325&lt;/a&gt;
+ (sha1 implementation handles messages as long as the specification)
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ progress on &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6118&quot;&gt;#6118&lt;/a&gt;
+ (there are fewer warnings)
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
         &lt;/div&gt;
       &lt;/li&gt;
     &lt;/ul&gt;

Modified: website/public_html/beta/generated/home-items.html
==============================================================================
--- website/public_html/beta/generated/home-items.html (original)
+++ website/public_html/beta/generated/home-items.html 2012-01-28 10:13:32 EST (Sat, 28 Jan 2012)
@@ -5,6 +5,9 @@
 <h3>Current Release</h3>
 <ul id="downloads">
 <li><span class="news-title">Version 1.48.0 (release notes)</span><span class="news-date">November 15th, 2011 15:47 GMT</span></li>
+</ul><h3>Beta Release</h3>
+<ul id="downloads">
+<li><span class="news-title">Version 1.49.0 (release notes)</span><span class="news-date">In Progress</span></li>
 </ul>
 
                   <p>More Downloads...

Modified: website/public_html/beta/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/beta/generated/state/feed-pages.txt (original)
+++ website/public_html/beta/generated/state/feed-pages.txt 2012-01-28 10:13:32 EST (Sat, 28 Jan 2012)
@@ -1833,10 +1833,11 @@
 -dir_location
 -documentation
 -download
+"http://sourceforge.net/projects/boost/files/boost/1.49.0.beta.1/
 -id
 "version_1_49_0
 -last_modified
-.1325327795.98
+.1327763574.57
 -location
 "users/history/version_1_49_0.html
 -page_state
@@ -1844,13 +1845,15 @@
 "In Progress
 -purpose
 "
-" New Libraries: Updated Libraries:
+" Updated Libraries: Container, Geometry, Graph, Icl, Interprocess, Intrusive,
+" Lexical Cast, Locale, Move, Property Tree, Spirit, Thread, Unordered, Uuid.
 "
 -qbk_hash
-"a4e8d2676525f5120798c5dc96d91d7084cb886cbd1fd26dc91b7bbc8ca81823
+"ef9be42478c225dc778bb7b001c64e9fd6771d23cdccca2572db46506a51cf88
 -release_status
+"beta
 -rss_hash
-"aa32f77d6bdb2c232e7dcb62410d6c8924ee01530e70b19cc33bb2c4f262aa08
+"6d95d71bb071208e80ef8e719880a05b6fc0443651af55e556c98281a3944f86
 -title
 "Version 1.49.0
 -type

Modified: website/public_html/beta/users/download/index.html
==============================================================================
--- website/public_html/beta/users/download/index.html (original)
+++ website/public_html/beta/users/download/index.html 2012-01-28 10:13:32 EST (Sat, 28 Jan 2012)
@@ -28,6 +28,7 @@
             <div class="section-body">
               <ul class="toc">
 <li><a href="#live">Current Release</li>
+<li><a href="#beta">Beta Release</li>
 
                 <li>Old Boost Releases</li>
 
@@ -54,6 +55,24 @@
                 <a href="http://sourceforge.net/projects/boost/files/boost/1.48.0/">Download</a></li>
                 <li>
                 <a href="/doc/libs/1_48_0/">Documentation</a></li>
+ </ul><h2 id="beta">Beta Release</h2>
+ <h3><span class=
+ "news-title">Version 1.49.0</span></h3>
+
+ <p class="news-date">In Progress</p>
+
+ <p class="news-description">
+ <span class="brief"><span class="purpose">
+ Updated Libraries: Container, Geometry, Graph, Icl, Interprocess, Intrusive,
+ Lexical Cast, Locale, Move, Property Tree, Spirit, Thread, Unordered, Uuid.
+ </span></span></p>
+
+ <ul class="menu">
+ <li>
+ Details</li>
+
+ <li>
+ Download</li>
               </ul>
 
               <h2><a name="history" id="history"></a>Old Boost Releases</h2>

Modified: website/public_html/beta/users/history/version_1_49_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_49_0.html (original)
+++ website/public_html/beta/users/history/version_1_49_0.html 2012-01-28 10:13:32 EST (Sat, 28 Jan 2012)
@@ -3,7 +3,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
- <title>Version 1.49.0 - work in progress</title>
+ <title>Version 1.49.0 - beta release</title>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <link rel="icon" href="/favicon.ico" type="image/ico" />
   <link rel="stylesheet" type="text/css" href="/style-v2/section-boost.css" />
@@ -32,9 +32,8 @@
         <div class="section" id="intro">
           <div class="section-0">
             <div class="section-title">
- <h1>Version 1.49.0 - work in progress</h1>
+ <h1>Version 1.49.0 - beta release</h1>
             </div>
-<div class="section-note"><p>Note: This version is at an early stage in its release cycle. The information listed below is incomplete and some of the documentation links may not work yet.</p></div>
 
             <div class="section-body">
               <h2><span class=
@@ -43,27 +42,580 @@
               <p><span class=
               "news-date">In Progress</span></p>
 
-
+ <p><span class="news-download">Download this beta release.</span></p>
               <div class="news-description">
                 <div class="description">
   
   
- <div id="version_1_49_0.new_libraries">
- <h3><span class="link">New Libraries</span></h3>
+
+ <div id="version_1_49_0.updated_libraries">
+ <h3><span class="link">Updated Libraries</span></h3>
     <ul>
       <li>
         <div>
- <em>TODO</em>
+ <span class="library">Container:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed bugs #6336,
+ #6335,
+ #6287,
+ #6205,
+ #4383.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added <code><span class="identifier">allocator_traits</span></code>
+ support for both C++11 and C++03 compilers through an internal <code><span class="identifier">allocator_traits</span></code> clone.
+ </div>
+ </li>
+ </ul>
         </div>
       </li>
- </ul>
- </div>
- <div id="version_1_49_0.updated_libraries">
- <h3><span class="link">Updated Libraries</span></h3>
- <ul>
       <li>
         <div>
- <em>TODO</em>
+ <span class="library">Geometry:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed bugs
+ <ul>
+ <li>
+ <div>
+ Distance for multi-geometries ignored specified distance strategy.
+ </div>
+ </li>
+ <li>
+ <div>
+ In difference for polygon/multi_polygon (reported 2011/10/24
+ on GGL-list).
+ </div>
+ </li>
+ <li>
+ <div>
+ Raise exception for calculation of distances of multi-geometrie(s)
+ where one of them is empty
+ </div>
+ </li>
+ <li>
+ <div>
+ Multi DSV did not correctly use settings.
+ </div>
+ </li>
+ <li>
+ <div>
+ Self-intersections could sometimes be missed (introduced in
+ 1.48).
+ </div>
+ </li>
+ <li>
+ <div>
+ Convex hull crashed on empty range (e.g. empty multi point).
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ Solved tickets
+ <ul>
+ <li>
+ <div>
+ #6028
+ Documentation: closure.
+ </div>
+ </li>
+ <li>
+ <div>
+ #6178
+ Missing headerfile.
+ </div>
+ </li>
+ <li>
+ <div>
+ #6021
+ convex hull of multipoint.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ Additional functionality
+ <ul>
+ <li>
+ <div>
+ Support for line/polygon intersections and differences
+ </div>
+ </li>
+ <li>
+ <div>
+ Support for convert of segment/box of different point types
+ </div>
+ </li>
+ <li>
+ <div>
+ Support for append for multi point
+ </div>
+ </li>
+ <li>
+ <div>
+ Scalar functions (distance, area, length, perimeter) now throw
+ an empty_input_exception on empty input
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ Documentation
+ <ul>
+ <li>
+ <div>
+ Updated support status
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ Internal changes
+ <ul>
+ <li>
+ <div>
+ Updates in specializations/not_implemented for distance/convert/assign/area
+ </div>
+ </li>
+ <li>
+ <div>
+ Move of wkt/dsv to io folder, making domains redundant
+ </div>
+ </li>
+ <li>
+ <div>
+ Strategy concepts assigned to zero to avoid clang warnings
+ (patched by Vishnu)
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Graph:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed bugs #5881,
+ #6033,
+ #6061,
+ #6137,
+ #6246,
+ #6239,
+ #6293,
+ #6306,
+ #6313
+ and #6371,
+ plus others not in Trac.
+ </div>
+ </li>
+ <li>
+ <div>
+ Re-enabled LEDA graph support (thanks to Jens Muller for the patch).
+ </div>
+ </li>
+ <li>
+ <div>
+ Added documentation for <code><span class="identifier">edge_predecessor_recorder</span></code>.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Icl:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed tickets #6095
+ and #6210.
+ </div>
+ </li>
+ <li>
+ <div>
+ Added move semantics for constructors, assignment operators and binary
+ operators.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Interprocess:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed bugs #6412,
+ #6398,
+ #6319,
+ #6287,
+ #6265,
+ #6233,
+ #6147,
+ #6134,
+ #6058,
+ #6054,
+ #5772,
+ #5738,
+ #5622,
+ #5552,
+ #5518,
+ #4655,
+ #4452,
+ #4383,
+ #4297.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fixed timed functions in mutex implementations to fulfill POSIX requirements:
+ <em>Under no circumstance shall the function fail with a timeout
+ if the mutex can be locked immediately. The validity of the abs_timeout
+ parameter need not be checked if the mutex can be locked immediately.</em>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Intrusive:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed bugs #6347,
+ #6223,
+ #6153.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Lexical cast:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed bugs and warnings: #6127,
+ #6132,
+ #6159,
+ #6182,
+ #6186,
+ #6193,
+ #6264,
+ #6290,
+ #6298,
+ #6400.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Locale:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed incorrect use of <code><span class="identifier">MultiByteToWideChar</span></code>
+ in detection of invalid input sequences.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Move:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed bugs #6417,
+ #6183,
+ #6185,
+ #6395,
+ #6396,
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">PropertyTree:</span>
+ <ul>
+ <li>
+ <div>
+ Fixes for bugs #4840,
+ #5259,
+ #5281,
+ #5944,
+ #5757,
+ #5710,
+ and #5307.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Spirit:</span>
+ <ul>
+ <li>
+ <div>
+ Spirit V2.5.2, see the '<a href="/doc/libs/1_49_0/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_2.html">What's
+ New</a>' section for details.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Thread:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed Bugs:
+ <ul>
+ <li>
+ <div>
+ #2309
+ Lack of g++ symbol visibility support in Boost.Thread.
+ </div>
+ </li>
+ <li>
+ <div>
+ #2639
+ documentation should be extended(defer_lock, try_to_lock, ...).
+ </div>
+ </li>
+ <li>
+ <div>
+ #3639
+ Boost.Thread doesn't build with Sun-5.9 on Linux.
+ </div>
+ </li>
+ <li>
+ <div>
+ #3762
+ Thread can't be compiled with winscw (Codewarrior by Nokia).
+ </div>
+ </li>
+ <li>
+ <div>
+ #3885
+ document about mix usage of boost.thread and native thread
+ api.
+ </div>
+ </li>
+ <li>
+ <div>
+ #3975
+ Incorrect precondition for promise::set_wait_callback().
+ </div>
+ </li>
+ <li>
+ <div>
+ #4048
+ thread::id formatting involves locale
+ </div>
+ </li>
+ <li>
+ <div>
+ #4315
+ gcc 4.4 Warning: inline ... declared as dllimport: attribute
+ ignored.
+ </div>
+ </li>
+ <li>
+ <div>
+ #4480
+ OpenVMS patches for compiler issues workarounds.
+ </div>
+ </li>
+ <li>
+ <div>
+ #4819
+ boost.thread's documentation misprints.
+ </div>
+ </li>
+ <li>
+ <div>
+ #5040
+ future.hpp in boost::thread does not compile with /clr.
+ </div>
+ </li>
+ <li>
+ <div>
+ #5423
+ thread issues with C++0x.
+ </div>
+ </li>
+ <li>
+ <div>
+ #5502
+ race condition between shared_mutex timed_lock and lock_shared.
+ </div>
+ </li>
+ <li>
+ <div>
+ #5594
+ boost::shared_mutex not fully compatible with Windows CE.
+ </div>
+ </li>
+ <li>
+ <div>
+ #5617
+ boost::thread::id copy ctor.
+ </div>
+ </li>
+ <li>
+ <div>
+ #5739
+ set-but-not-used warnings with gcc-4.6.
+ </div>
+ </li>
+ <li>
+ <div>
+ #5826
+ threads.cpp: resource leak on threads creation failure.
+ </div>
+ </li>
+ <li>
+ <div>
+ #5839
+ thread.cpp: ThreadProxy leaks on exceptions.
+ </div>
+ </li>
+ <li>
+ <div>
+ #5859
+ win32 shared_mutex constructor leaks on exceptions.
+ </div>
+ </li>
+ <li>
+ <div>
+ #6100
+ Compute hardware_concurrency() using get_nprocs() on GLIBC
+ systems.
+ </div>
+ </li>
+ <li>
+ <div>
+ #6141
+ Compilation error when boost.thread and boost.move are used
+ together.
+ </div>
+ </li>
+ <li>
+ <div>
+ #6168
+ recursive_mutex is using wrong config symbol (possible typo).
+ </div>
+ </li>
+ <li>
+ <div>
+ #6175
+ Compile error with SunStudio.
+ </div>
+ </li>
+ <li>
+ <div>
+ #6200
+ patch to have condition_variable and mutex error better handle
+ EINTR.
+ </div>
+ </li>
+ <li>
+ <div>
+ #6207
+ shared_lock swap compiler error on clang 3.0 c++11.
+ </div>
+ </li>
+ <li>
+ <div>
+ #6208
+ try_lock_wrapper swap compiler error on clang 3.0 c++11.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Unordered:</span>
+ <ul>
+ <li>
+ <div>
+ On compilers without rvalue references, the containers are no longer
+ movable by default, as move emulation was causing some odd quirks.
+ Define <code><span class="identifier">BOOST_UNORDERED_USE_MOVE</span></code>
+ to make them movable (#6167,
+ #6311)
+ - Boost.Move is still used for elements regardless.
+ </div>
+ </li>
+ <li>
+ <div>
+ Fix sequence point warning (#6370).
+ </div>
+ </li>
+ <li>
+ <div>
+ Better support for C++11 compilers using older standard libraries.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Uuid:</span>
+ <ul>
+ <li>
+ <div>
+ fixed #6258
+ </div>
+ </li>
+ <li>
+ <div>
+ fixed #5325
+ (sha1 implementation handles messages as long as the specification)
+ </div>
+ </li>
+ <li>
+ <div>
+ progress on #6118
+ (there are fewer warnings)
+ </div>
+ </li>
+ </ul>
         </div>
       </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