Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84427 - branches/release/libs/interprocess/doc trunk/libs/interprocess/doc
From: igaztanaga_at_[hidden]
Date: 2013-05-22 15:16:33


Author: igaztanaga
Date: 2013-05-22 15:16:31 EDT (Wed, 22 May 2013)
New Revision: 84427
URL: http://svn.boost.org/trac/boost/changeset/84427

Log:
Updated changelog with #7936
Text files modified:
   branches/release/libs/interprocess/doc/interprocess.qbk | 3 +++
   trunk/libs/interprocess/doc/interprocess.qbk | 3 +++
   2 files changed, 6 insertions(+), 0 deletions(-)

Modified: branches/release/libs/interprocess/doc/interprocess.qbk
==============================================================================
--- branches/release/libs/interprocess/doc/interprocess.qbk (original)
+++ branches/release/libs/interprocess/doc/interprocess.qbk 2013-05-22 15:16:31 EDT (Wed, 22 May 2013)
@@ -6722,13 +6722,16 @@
               [@https://svn.boost.org/trac/boost/ticket/7923 #7923],
               [@https://svn.boost.org/trac/boost/ticket/7924 #7924],
               [@https://svn.boost.org/trac/boost/ticket/7928 #7928],
+ [@https://svn.boost.org/trac/boost/ticket/7936 #7936],
               [@https://svn.boost.org/trac/boost/ticket/8521 #8521],
               [@https://svn.boost.org/trac/boost/ticket/8595 #8595].
+
 * [*ABI breaking]: Changed bootstamp function in Windows to use EventLog service start time
    as system bootup time. Previously used `LastBootupTime` from WMI was unstable with
    time synchronization and hibernation and unusable in practice. If you really need
    to obtain pre Boost 1.54 behaviour define `BOOST_INTERPROCESS_BOOTSTAMP_IS_LASTBOOTUPTIME`
    from command line or `detail/workaround.hpp`.
+
 [endsect]
 
 [section:release_notes_boost_1_53_00 Boost 1.53 Release]

Modified: trunk/libs/interprocess/doc/interprocess.qbk
==============================================================================
--- trunk/libs/interprocess/doc/interprocess.qbk (original)
+++ trunk/libs/interprocess/doc/interprocess.qbk 2013-05-22 15:16:31 EDT (Wed, 22 May 2013)
@@ -6722,13 +6722,16 @@
               [@https://svn.boost.org/trac/boost/ticket/7923 #7923],
               [@https://svn.boost.org/trac/boost/ticket/7924 #7924],
               [@https://svn.boost.org/trac/boost/ticket/7928 #7928],
+ [@https://svn.boost.org/trac/boost/ticket/7936 #7936],
               [@https://svn.boost.org/trac/boost/ticket/8521 #8521],
               [@https://svn.boost.org/trac/boost/ticket/8595 #8595].
+
 * [*ABI breaking]: Changed bootstamp function in Windows to use EventLog service start time
    as system bootup time. Previously used `LastBootupTime` from WMI was unstable with
    time synchronization and hibernation and unusable in practice. If you really need
    to obtain pre Boost 1.54 behaviour define `BOOST_INTERPROCESS_BOOTSTAMP_IS_LASTBOOTUPTIME`
    from command line or `detail/workaround.hpp`.
+
 [endsect]
 
 [section:release_notes_boost_1_53_00 Boost 1.53 Release]


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