$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52084 - in trunk/libs: functional/hash/doc unordered/doc
From: daniel_james_at_[hidden]
Date: 2009-03-31 15:43:58
Author: danieljames
Date: 2009-03-31 15:43:58 EDT (Tue, 31 Mar 2009)
New Revision: 52084
URL: http://svn.boost.org/trac/boost/changeset/52084
Log:
Changelog for unordered and hash.
Text files modified: 
   trunk/libs/functional/hash/doc/changes.qbk |     9 +++++++++                               
   trunk/libs/unordered/doc/changes.qbk       |     7 +++++++                                 
   2 files changed, 16 insertions(+), 0 deletions(-)
Modified: trunk/libs/functional/hash/doc/changes.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/changes.qbk	(original)
+++ trunk/libs/functional/hash/doc/changes.qbk	2009-03-31 15:43:58 EDT (Tue, 31 Mar 2009)
@@ -73,5 +73,14 @@
   functional/hash, not functional. `boost/functional/detail/container_fwd.hpp`
   has been moved to `boost/detail/container_fwd.hpp` as it's used outside of
   this library, the others have been moved to `boost/functional/hash/detail`.
+  
+[h2 Boost 1.39.0]
+
+* Move the hash_fwd.hpp implementation into the hash subdirectory, leaving a
+  forwarding header in the old location. You should still use the old location,
+  the new location is mainly for implementation and possible modularization.
+* [@https://svn.boost.org/trac/boost/ticket/2412 Ticket 2412]: Removed deprecated
+  headers.
+
 
 [endsect]
Modified: trunk/libs/unordered/doc/changes.qbk
==============================================================================
--- trunk/libs/unordered/doc/changes.qbk	(original)
+++ trunk/libs/unordered/doc/changes.qbk	2009-03-31 15:43:58 EDT (Tue, 31 Mar 2009)
@@ -62,4 +62,11 @@
 * Add support for C++0x initializer lists where they're available (currently
   only g++ 4.4 in C++0x mode).
 
+[h2 Boost 1.39.0]
+
+* [@https://svn.boost.org/trac/boost/ticket/2756 Ticket 2756]: Avoid a warning
+  on Visual C++ 2009.
+* Some other minor internal changes to the implementation, tests and
+  documentation.
+
 [endsect]