Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-08-03 04:48:55


Author: danieljames
Date: 2008-08-03 04:48:54 EDT (Sun, 03 Aug 2008)
New Revision: 47949
URL: http://svn.boost.org/trac/boost/changeset/47949

Log:
Add the hash library to 1.36 announcement.
Text files modified:
   website/public_html/beta/feed/history/boost_1_36_0.qbk | 5 ++++-
   1 files changed, 4 insertions(+), 1 deletions(-)

Modified: website/public_html/beta/feed/history/boost_1_36_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_36_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_36_0.qbk 2008-08-03 04:48:54 EDT (Sun, 03 Aug 2008)
@@ -2,7 +2,7 @@
     [quickbook 1.4]
     [source-mode c++]
     [purpose New Libraries: Accumulators, Exception, Units, Unordered.
- Updated Libraries: Assign, Foreach, Interprocess, Intrusive, Math, Multi-index Containers,
+ Updated Libraries: Assign, Foreach, Hash, Interprocess, Intrusive, Math, Multi-index Containers,
     PtrContainer, Spirit, Thread, Xpressive.]
     [authors [Dawes, Beman]]
     [last-revision ]
@@ -43,6 +43,9 @@
 * [phrase library..[@/libs/foreach/index.html Foreach]:] `BOOST_FOREACH` macro for
   easily iterating over the elements of a sequence, from Eric Niebler.
   * New `BOOST_REVERSE_FOREACH` macro for iterating over a sequence in reverse.
+* [phrase library..[@/libs/functional/hash/index.html Hash]:]
+ Minor updates and fixes, for more info see the
+ [@/doc/html/hash/changes.html#hash.changes.boost_1_36_0 change log].
 * [phrase library..[@/libs/interprocess/index.html Interprocess]:]
   * Added anonymous shared memory for UNIX systems.
   * Fixed missing move semantics on managed memory classes.


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