|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r70823 - trunk/libs/interprocess/doc
From: igaztanaga_at_[hidden]
Date: 2011-04-01 12:35:33
Author: igaztanaga
Date: 2011-04-01 12:35:32 EDT (Fri, 01 Apr 2011)
New Revision: 70823
URL: http://svn.boost.org/trac/boost/changeset/70823
Log:
Disabled bootstamp in Windows. Neither kernel boottime or WMI methods are reliable. Windows shared memory/message ques have now filesystem persistence.
Text files modified:
trunk/libs/interprocess/doc/interprocess.qbk | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
Modified: trunk/libs/interprocess/doc/interprocess.qbk
==============================================================================
--- trunk/libs/interprocess/doc/interprocess.qbk (original)
+++ trunk/libs/interprocess/doc/interprocess.qbk 2011-04-01 12:35:32 EDT (Fri, 01 Apr 2011)
@@ -6601,6 +6601,20 @@
[section:release_notes Release Notes]
+[section:release_notes_boost_1_47_00 Boost 1.47 Release]
+
+* Fixed bugs
+ [@https://svn.boost.org/trac/boost/ticket/5197 #5197].
+
+* Added support to customize offset_ptr and allow
+ creating custom managed segments that might be shared between
+ 32 and 64 bit processes.
+
+* Shared memory in windows has again filesystem lifetime: kernel bootstamp
+ and WMI use to get a reliable timestamp was causing a lot of trouble.
+
+[endsect]
+
[section:release_notes_boost_1_46_00 Boost 1.46 Release]
* Fixed bugs
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