aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2018-07-26 09:56:47 +0200
committerJohn Högberg <[email protected]>2018-07-26 09:56:47 +0200
commitd9d694ca3ea8a168c51145fc485a3bcbc18f6188 (patch)
tree3ae824615ddadabdbeae2679b1aa4f717195b4b8 /erts/doc/src
parentd7e303cb7981e2ceb0eb0074cf7402feec5da868 (diff)
parenta0b2cc0a377d780fe938ba9be3e417c7a8e00914 (diff)
downloadotp-d9d694ca3ea8a168c51145fc485a3bcbc18f6188.tar.gz
otp-d9d694ca3ea8a168c51145fc485a3bcbc18f6188.tar.bz2
otp-d9d694ca3ea8a168c51145fc485a3bcbc18f6188.zip
Merge branch 'maint'
Diffstat (limited to 'erts/doc/src')
-rw-r--r--erts/doc/src/notes.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index 648e04ea20..ebabbde70a 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -31,6 +31,34 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>
+<section><title>Erts 10.0.4</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>Fixed a bug that prevented the <c>noshell</c> option
+ from working correctly on Mac OS X and BSD.</p>
+ <p>
+ Own Id: OTP-15169</p>
+ </item>
+ <item>
+ <p>Fixed a crash when matching directly against a literal
+ map using a single key that had been saved on the
+ stack.</p>
+ <p>
+ Own Id: OTP-15184</p>
+ </item>
+ <item>
+ <p>Fix node crash when passing a bad time option to
+ <c>file:read_file_info/2</c>.</p>
+ <p>
+ Own Id: OTP-15196</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 10.0.3</title>
<section><title>Fixed Bugs and Malfunctions</title>