Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50860 - website/public_html/beta/feed/history
From: daniel_james_at_[hidden]
Date: 2009-01-28 17:54:52


Author: danieljames
Date: 2009-01-28 17:54:51 EST (Wed, 28 Jan 2009)
New Revision: 50860
URL: http://svn.boost.org/trac/boost/changeset/50860

Log:
Add release details for intrusive & interprocess.
Text files modified:
   website/public_html/beta/feed/history/boost_1_38_0.qbk | 24 +++++++++++++++++++++---
   1 files changed, 21 insertions(+), 3 deletions(-)

Modified: website/public_html/beta/feed/history/boost_1_38_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_38_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_38_0.qbk 2009-01-28 17:54:51 EST (Wed, 28 Jan 2009)
@@ -2,8 +2,9 @@
     [quickbook 1.4]
     [source-mode c++]
     [purpose New Libraries: Flyweight, ScopeExit, Swap.
- Updated Libraries: Accumulators, Exception, Hash, Math, Multi-index
- Containers, Proto, Regex, Unordered, Xpressive.
+ Updated Libraries: Accumulators, Exception, Hash, Interprocess,
+ Intrusive, Math, Multi-index Containers, Proto, Regex, Unordered,
+ Xpressive.
         Also, introduces the experimental CMake build system.]
     [authors [Dawes, Beman]]
     [last-revision ]
@@ -52,7 +53,24 @@
   * For more detail, see the
     [@/doc/html/hash/changes.html#hash.changes.boost_1_38_0
     library changelog].
-
+
+* [phrase library..[@/libs/interprocess/index.html Interprocess]:]
+ * Updated documentation to show rvalue-references funcions instead of emulation functions.
+ * More non-copyable classes are now movable.
+ * Move-constructor and assignments now leave moved object in default-constructed state
+ instead of just swapping contents.
+ * Several bugfixes ([@https://svn.boost.org/trac/boost/ticket/2391 #2391],
+ [@https://svn.boost.org/trac/boost/ticket/2431 #2431],
+ [@https://svn.boost.org/trac/boost/ticket/1390 #1390],
+ [@https://svn.boost.org/trac/boost/ticket/2570 #2570],
+ [@https://svn.boost.org/trac/boost/ticket/2528 #2528]).
+
+* [phrase library..[@/libs/intrusive/index.html Intrusive]:]
+ * New treap-based containers: treap, treap_set, treap_multiset.
+ * Corrected compilation bug for Windows-based 64 bit compilers.
+ * Corrected exception-safety bugs in container constructors.
+ * Updated documentation to show rvalue-references funcions instead of emulation functions.
+
 * [phrase library..[@/libs/math/doc/sf_and_dist/html/index.html Math]:]
   * Added Johan R'''å'''de's optimised floating point classification routines.
   * Fixed code so that it compiles in GCC's -pedantic mode (bug report


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