summaryrefslogtreecommitdiff
path: root/doc/html/interprocess/acknowledgements_notes.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/interprocess/acknowledgements_notes.html')
-rw-r--r--doc/html/interprocess/acknowledgements_notes.html23
1 files changed, 22 insertions, 1 deletions
diff --git a/doc/html/interprocess/acknowledgements_notes.html b/doc/html/interprocess/acknowledgements_notes.html
index 98955e4a97..51b213ed73 100644
--- a/doc/html/interprocess/acknowledgements_notes.html
+++ b/doc/html/interprocess/acknowledgements_notes.html
@@ -288,6 +288,8 @@
Notes</a>
</h3></div></div></div>
<div class="toc"><dl class="toc">
+<dt><span class="section"><a href="acknowledgements_notes.html#interprocess.acknowledgements_notes.release_notes.release_notes_boost_1_67_00">Boost
+ 1.67 Release</a></span></dt>
<dt><span class="section"><a href="acknowledgements_notes.html#interprocess.acknowledgements_notes.release_notes.release_notes_boost_1_66_00">Boost
1.66 Release</a></span></dt>
<dt><span class="section"><a href="acknowledgements_notes.html#interprocess.acknowledgements_notes.release_notes.release_notes_boost_1_65_00">Boost
@@ -347,6 +349,25 @@
</dl></div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
+<a name="interprocess.acknowledgements_notes.release_notes.release_notes_boost_1_67_00"></a><a class="link" href="acknowledgements_notes.html#interprocess.acknowledgements_notes.release_notes.release_notes_boost_1_67_00" title="Boost 1.67 Release">Boost
+ 1.67 Release</a>
+</h4></div></div></div>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+ Fixed bugs:
+ <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
+<li class="listitem">
+ <a href="https://github.com/boostorg/interprocess/pull/45" target="_top">GitHub
+ Pull #45 (<span class="emphasis"><em>"Make intrusive_ptr move constructible/assignable"</em></span>)</a>.
+ </li>
+<li class="listitem">
+ <a href="https://github.com/boostorg/interprocess/pull/48" target="_top">GitHub
+ Pull #48 (<span class="emphasis"><em>"Win32: Fix read of reg_expand_sz type"</em></span>)</a>.
+ </li>
+</ul></div>
+ </li></ul></div>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h4 class="title">
<a name="interprocess.acknowledgements_notes.release_notes.release_notes_boost_1_66_00"></a><a class="link" href="acknowledgements_notes.html#interprocess.acknowledgements_notes.release_notes.release_notes_boost_1_66_00" title="Boost 1.66 Release">Boost
1.66 Release</a>
</h4></div></div></div>
@@ -412,7 +433,7 @@
</li>
<li class="listitem">
New experimental option <code class="computeroutput"><span class="identifier">BOOST_INTERPROCESS_BOOTSTAMP_IS_SESSION_MANAGER_BASED</span></code>
- from Windows systems. This option derives the unique booststamp used
+ from Windows systems. This option derives the unique bootstamp used
to name the folder where shared memory is placed from registry values
associated with the session manager. This option only works on Vista
and later systems and might be more stable than the default version.