$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84497 - in branches/release: boost/functional/hash boost/unordered libs/functional/hash libs/functional/hash/doc libs/unordered libs/unordered/doc
From: dnljms_at_[hidden]
Date: 2013-05-25 11:53:49
Author: danieljames
Date: 2013-05-25 11:53:49 EDT (Sat, 25 May 2013)
New Revision: 84497
URL: http://svn.boost.org/trac/boost/changeset/84497
Log:
Merge some change log entries to release.
Properties modified: 
   branches/release/boost/functional/hash/   (props changed)
   branches/release/boost/unordered/   (props changed)
   branches/release/libs/functional/hash/   (props changed)
   branches/release/libs/unordered/   (props changed)
Text files modified: 
   branches/release/libs/functional/hash/doc/changes.qbk |     5 +++++                                   
   branches/release/libs/unordered/doc/changes.qbk       |     7 +++++++                                 
   2 files changed, 12 insertions(+), 0 deletions(-)
Modified: branches/release/libs/functional/hash/doc/changes.qbk
==============================================================================
--- branches/release/libs/functional/hash/doc/changes.qbk	(original)
+++ branches/release/libs/functional/hash/doc/changes.qbk	2013-05-25 11:53:49 EDT (Sat, 25 May 2013)
@@ -155,4 +155,9 @@
   overloads.
 * Fix undefined behaviour when using the binary float hash (Thomas Heller).
 
+[h2 Boost 1.54.0]
+
+* [@https://svn.boost.org/trac/boost/ticket/7957 Ticket 7957]:
+  Fixed a typo.
+
 [endsect]
Modified: branches/release/libs/unordered/doc/changes.qbk
==============================================================================
--- branches/release/libs/unordered/doc/changes.qbk	(original)
+++ branches/release/libs/unordered/doc/changes.qbk	2013-05-25 11:53:49 EDT (Sat, 25 May 2013)
@@ -228,4 +228,11 @@
 * More internal implementation changes, including a much simpler
   implementation of `erase`.
 
+[h2 Boost 1.54.0]
+
+* Mark methods specified in standard as `noexpect`. More to come in the next
+  release.
+* If the hash function and equality predicate are known to both have nothrow
+  move assignment or construction then use them.
+
 [endsect]