aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2018-11-23 09:58:38 +0100
committerJohn Högberg <[email protected]>2018-11-23 09:58:38 +0100
commit0f0a30046df0aa2d9eccbfd25bc2b3efc4ffb045 (patch)
tree0d3bc2e06f680ac0da239519d440ae1fae394eee /erts/doc/src
parent9c114233473ed834623df96fb0d102472d93385c (diff)
parentf8b185e6cc50ea3799eef4e3c395f82e935125c8 (diff)
downloadotp-0f0a30046df0aa2d9eccbfd25bc2b3efc4ffb045.tar.gz
otp-0f0a30046df0aa2d9eccbfd25bc2b3efc4ffb045.tar.bz2
otp-0f0a30046df0aa2d9eccbfd25bc2b3efc4ffb045.zip
Merge branch 'maint'
* maint: Updated OTP version Prepare release
Diffstat (limited to 'erts/doc/src')
-rw-r--r--erts/doc/src/notes.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index a6c4f6e87b..ad31362064 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -31,6 +31,26 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>
+<section><title>Erts 10.1.3</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>Added an optional <c>./configure</c> flag to compile
+ the emulator with spectre mitigation:
+ <c>--with-spectre-mitigation</c></p>
+ <p>Note that this requires a recent version of GCC with
+ support for spectre mitigation and the
+ <c>--mindirect-branch=thunk</c> flag, such as
+ <c>8.1</c>.</p>
+ <p>
+ Own Id: OTP-15430 Aux Id: ERIERL-237 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 10.1.2</title>
<section><title>Fixed Bugs and Malfunctions</title>