|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r65772 - website/public_html/beta/feed/history
From: dnljms_at_[hidden]
Date: 2010-10-05 14:58:16
Author: danieljames
Date: 2010-10-05 14:58:14 EDT (Tue, 05 Oct 2010)
New Revision: 65772
URL: http://svn.boost.org/trac/boost/changeset/65772
Log:
Release notes for Jeremiah Willcock.
Text files modified:
website/public_html/beta/feed/history/boost_1_45_0.qbk | 39 +++++++++++++++++++--------------------
1 files changed, 19 insertions(+), 20 deletions(-)
Modified: website/public_html/beta/feed/history/boost_1_45_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_45_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_45_0.qbk 2010-10-05 14:58:14 EDT (Tue, 05 Oct 2010)
@@ -17,28 +17,8 @@
1. Libraries are listed in alphabetical order.
2. Besides the dedicated entry, the lib name should be added to the
[purpose] section at the beginning of the page.
-
- Example new libraries message:
-
-* [phrase library..[@/libs/accumulators/index.html Accumulators]:] Framework for
- incremental calculation, and collection of statistical accumulators, from Eric Niebler.
-
- Example update message:
-
-* [phrase library..[@/libs/interprocess/index.html Interprocess]:]
- * Added anonymous shared memory for UNIX systems.
- * Fixed missing move semantics on managed memory classes.
- * Added copy_on_write and open_read_only options for shared memory
- and mapped file managed classes.
- * `shared_ptr` is movable and supports aliasing.
]
-[section New Libraries]
-
-* /TODO/
-
-[endsect]
-
[section Updated Libraries]
* [phrase library..[@/libs/config/index.html Config]:]
@@ -49,6 +29,25 @@
[@https://svn.boost.org/trac/boost/ticket/4474 #4474],
[@https://svn.boost.org/trac/boost/ticket/4508 #4508]).
+* [phrase library..[@/libs/graph/index.html Graph]:]
+ * Added Stoer-Wagner min-cut algorithm contributed by Daniel Trebbien.
+ * Added implicit graph (implicit_graph) and A* (astar_maze) examples
+ contributed by W. P. McNeill.
+ * Added bundled property support for graph properties.
+ * Fixed bugs
+ [@https://svn.boost.org/trac/boost/ticket/4556 #4556] and
+ [@https://svn.boost.org/trac/boost/ticket/4662 #4622],
+ plus others not in Trac.
+
+* [phrase library..[@/libs/multi_array/index.html MultiArray]:]
+ * Fixes for bugs
+ [@https://svn.boost.org/trac/boost/ticket/3581 #3581],
+ [@https://svn.boost.org/trac/boost/ticket/3820 #3820],
+ [@https://svn.boost.org/trac/boost/ticket/3989 #3989],
+ [@https://svn.boost.org/trac/boost/ticket/4032 #4032],
+ plus other bugs not in Trac.
+ * Added new examples and test cases.
+
* [phrase library..[@/libs/type_traits/index.html TypeTraits]:]
* Added new traits add_rvalue_reference, add_lvalue_reference and common_type.
* Minor fixes to is_signed, is_unsigned and is_virtual_base_of.
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