Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78720 - website/public_html/live/feed/history
From: marshall_at_[hidden]
Date: 2012-05-28 11:46:26


Author: marshall
Date: 2012-05-28 11:46:25 EDT (Mon, 28 May 2012)
New Revision: 78720
URL: http://svn.boost.org/trac/boost/changeset/78720

Log:
Updated release notes for Boost.Array and Boost.Algorithm
Text files modified:
   website/public_html/live/feed/history/boost_1_50_0.qbk | 5 ++++-
   1 files changed, 4 insertions(+), 1 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_50_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_50_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_50_0.qbk 2012-05-28 11:46:25 EDT (Mon, 28 May 2012)
@@ -39,7 +39,7 @@
 [section New Libraries]
 
 * [phrase library..[@/libs/algorithm/ Algorithm]:]
- A collection of useful generic algorithms, from Marshall Clow.
+ A collection of useful generic algorithms, from Marshall Clow. This includes several different searching algorithms, as well as most of the new algorithms from the C++11 standard library
 * [phrase library..[@/libs/functional/overloaded_function/ Functional/OverloadedFunction]:]
   Overload different functions into a single function object, from Lorenzo Caminiti.
 * [phrase library..[@/libs/local_function/ LocalFunction]:]
@@ -56,6 +56,9 @@
   * work around for msvc which allows ctor templates to be copy ctors, fixes [@https://svn.boost.org/trac/boost/ticket/6535 #6535].
   * shorten filenames to meet boost guidelines, fixes [@https://svn.boost.org/trac/boost/ticket/6196 #6196].
 
+* [phrase library..[@/libs/array/ Array]:]
+ * add support for Boost.Hash [@https://svn.boost.org/trac/boost/ticket/6791 #6791].
+
 * [phrase library..[@/libs/chrono/ Chrono]:]
  * Fixed Bugs:
    * [@http://svn.boost.org/trac/boost/ticket/6361 #6361] integer overflow in boost::chrono::process_real_cpu_clock::now() under Windows 32bits.


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