$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r61412 - website/public_html/beta/feed/history
From: joaquin_at_[hidden]
Date: 2010-04-19 14:57:17
Author: joaquin
Date: 2010-04-19 14:57:16 EDT (Mon, 19 Apr 2010)
New Revision: 61412
URL: http://svn.boost.org/trac/boost/changeset/61412
Log:
added multi_index notes and missing lib names in purpose section
Text files modified: 
   website/public_html/beta/feed/history/boost_1_43_0.qbk |    12 +++++++++++-                            
   1 files changed, 11 insertions(+), 1 deletions(-)
Modified: website/public_html/beta/feed/history/boost_1_43_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_43_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_43_0.qbk	2010-04-19 14:57:16 EDT (Mon, 19 Apr 2010)
@@ -1,7 +1,9 @@
 [article Version 1.43.0
     [quickbook 1.4]
     [source-mode c++]
-    [purpose Updated Libraries: Random]
+    [purpose Updated Libraries: Array, Fusion, Iostreams,
+        Multi-index Containers, Random, Spirit, Unordered,
+        Wave]
     [authors [Dawes, Beman]]
     [last-revision ]
 ]
@@ -38,6 +40,14 @@
     [@https://svn.boost.org/trac/boost/ticket/3969 #3969],
     [@https://svn.boost.org/trac/boost/ticket/2505 #2505]).
 
+* [phrase library..[@/libs/multi_index/doc/index.html Multi-index Containers]:]
+  * [@/libs/serialization/doc/serialization.html#constructors Serialization
+    of non default constructible values] is now properly
+    supported through user-provided facilities `save_construct_data`
+    and `load_construct_data`. `multi_index_container` serialization
+    [@/libs/serialization/doc/tutorial.html#versioning class version]
+    has been bumped from 1 to 2. 
+  
 * [phrase library..[@/libs/random/index.html Random]:]
   * Put the implementation of random_device in a compiled lib,
     and added Windows support.