diff --git a/index.html b/index.html
index 3cc30a369e..653422ee6c 100644
--- a/index.html
+++ b/index.html
@@ -55,7 +55,11 @@
Changes in this release
- This release includes one new library, Boost.Heap,
+
This release includes four new libraries
+ (Algorithm,
+ Functional/OverloadedFunction,
+ LocalFunction and
+ Utility/IdentityType),
as well as updates to many existing libraries. See
Release
History for more information.
diff --git a/libs/libraries.htm b/libs/libraries.htm
index b3c822c4ff..0ce4fbcb67 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -80,6 +80,8 @@ how to download, build, and install the libraries.
- accumulators - Framework for incremental
calculation, and collection of statistical accumulators, from Eric Niebler.
+ - algorithm - A collection of useful generic
+ algorithms, from Marshall Clow.
- any - Safe, generic container for single
values of different value types, from Kevlin Henney.
- array - STL compliant
@@ -353,6 +355,8 @@ how to download, build, and install the libraries.
+ - algorithm - A collection of useful generic
+ algorithms, from Marshall Clow.
- foreach - BOOST_FOREACH macro for easily
iterating over the elements of a sequence, from Eric Niebler.
- gil - Generic Image Library, from
diff --git a/libs/maintainers.txt b/libs/maintainers.txt
index 204475f5d4..58ea74259d 100644
--- a/libs/maintainers.txt
+++ b/libs/maintainers.txt
@@ -11,7 +11,7 @@
accumulators Eric Niebler
algorithm Marshall Clow
algorithm/minmax Herve Bronnimann
-algorithm/string Pavol Droba
+algorithm/string Marshall Clow
any Alexander Nasonov
array Marshall Clow
asio Chris Kohlhoff
@@ -52,7 +52,7 @@ interprocess Ion Gaztanaga
intrusive Ion Gaztanaga
io Daryle Walker
iostreams Jonathan Turkanis
-iterator David Abrahams , Thomas Witt
+iterator David Abrahams , Thomas Witt , Jeffrey Lee Hellrung Jr.
lambda Jaakko Jarvi
local_function Lorenzo Caminiti
locale Artyom Beilis