summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html4
-rw-r--r--libs/libraries.htm9
-rw-r--r--libs/maintainers.txt5
3 files changed, 14 insertions, 4 deletions
diff --git a/index.html b/index.html
index 4705696493..1ce34fd0c5 100644
--- a/index.html
+++ b/index.html
@@ -55,8 +55,8 @@
<h3>Changes in this release</h3>
- <p>This release includes <span style="background-color: #FFFF00">???</span>
- new libraries as well as
+ <p>This release includes 1 new library
+ (<a href="libs/property_tree/index.html">property tree</a>) as well as
updates to many existing libraries. See
<a href="http://www.boost.org/users/history/version_1_41_0">Release
History</a> for more information.</p>
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 1eb2f350a0..1d8565f8c3 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -218,6 +218,9 @@ how to download, build, and install the libraries.</p>
<li><a href="property_map/doc/property_map.html">property map</a>
- Concepts defining interfaces which map key objects to
value objects, from Jeremy Siek.</li>
+ <li><a href="property_tree/index.html">property tree</a> - A tree data
+ structure especially suited to storing configuration data, from Marcin
+ Kalicinski and Sebastian Redl.
<li><a href="proto/index.html">proto</a> - Expression template library and compiler
construction toolkit for domain-specific embedded languages, from Eric Niebler.</li>
<li><a href="python/doc/index.html">python</a> - Reflects C++
@@ -358,6 +361,9 @@ how to download, build, and install the libraries.</p>
<li><a href="property_map/doc/property_map.html">property map</a>
- Concepts defining interfaces which map key objects to
value objects, from Jeremy Siek.</li>
+ <li><a href="property_tree/index.html">property tree</a> - A tree data
+ structure especially suited to storing configuration data, from Marcin
+ Kalicinski and Sebastian Redl.
<li><a href="../doc/html/unordered.html">unordered</a> - unordered associative containers, from Daniel James.</li>
<li><a href="variant/index.html">variant</a> - Safe, generic, stack-based
discriminated union container, from Eric Friedman and Itay Maman.</li>
@@ -575,6 +581,9 @@ how to download, build, and install the libraries.</p>
Mu&ntilde;oz.</li>
<li><a href="ptr_container/index.html">pointer container</a>
- Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen. </li>
+ <li><a href="property_tree/index.html">property tree</a> - A tree data
+ structure especially suited to storing configuration data, from Marcin
+ Kalicinski and Sebastian Redl.
<li><a href="tuple/doc/tuple_users_guide.html">tuple</a> - Ease definition of functions returning multiple values, and more,
from Jaakko J&auml;rvi.</li>
<li><a href="variant/index.html">variant</a> - Safe, generic, stack-based
diff --git a/libs/maintainers.txt b/libs/maintainers.txt
index 5eca9280b2..d5be5a5d5b 100644
--- a/libs/maintainers.txt
+++ b/libs/maintainers.txt
@@ -53,13 +53,14 @@ multi_index Joaquin M Lopez Munoz <joaquin -at- tid.es>
numeric/conversion Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>
numeric/interval Sylvain Pion <Sylvain.Pion -at- sophia.inria.fr>, Herve Bronnimann <hbr -at- poly.edu>, Guillaume Melquiond <guillaume.melquiond -at- ens-lyon.fr>
numeric/ublas Michael Stevens <michael -at- michael-stevens.de>
-operators Daniel Frey <d.frey -at- gmx.de>
optional Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>
-parameter David Abrahams <dave -at- boost-consulting.com>, Daniel Wallin <dalwan01 -at- student.umu.se>
+operators Daniel Frey <d.frey -at- gmx.de>
+parameter David Abrahams <dave -at- boost-consulting.com>, Daniel Wallin <daniel -at- boostpro.com>
pool Stephen Cleary <scleary -at- jerviswebb.com>
preprocessor Paul Mensonides <pmenso57 -at- comcast.net>
program_options Vladimir Prus <ghost -at- cs.msu.su>
property_map Douglas Gregor <dgregor -at- cs.indiana.edu>
+property_tree Sebastian Redl <sebastian.redl -at- getdesigned.at>
proto Eric Niebler <eric -at- boostpro.com>
ptr_container Thorsten Ottosen <nesotto -at- cs.auc.dk>
python David Abrahams <dave -at- boost-consulting.com>