aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/notes.xml
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2018-10-12 17:12:09 +0200
committerErlang/OTP <[email protected]>2018-10-12 17:12:09 +0200
commit218f84f6b7cca496d3100fcb3ba1b3f7fa2fc1ac (patch)
treec218c79e2598c10f8045599789cbbcaac9d33274 /erts/doc/src/notes.xml
parent0fe9f39ca620b9fc7b703df93a731b7ff6208828 (diff)
downloadotp-218f84f6b7cca496d3100fcb3ba1b3f7fa2fc1ac.tar.gz
otp-218f84f6b7cca496d3100fcb3ba1b3f7fa2fc1ac.tar.bz2
otp-218f84f6b7cca496d3100fcb3ba1b3f7fa2fc1ac.zip
Prepare release
Diffstat (limited to 'erts/doc/src/notes.xml')
-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 fb3bd18a53..8a377a4d48 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.1.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ A bug where the socket option 'pktoptions' caused a read
+ of uninitialized memory has been fixed. Would cause
+ malfunction on FreeBSD.</p>
+ <p>
+ Own Id: OTP-14297 Aux Id: OTP-15141 </p>
+ </item>
+ <item>
+ <p>Fixed a memory leak on errors when reading files.</p>
+ <p>
+ Own Id: OTP-15318</p>
+ </item>
+ <item>
+ <p>File access through UNC paths works again on Windows.
+ This regression was introduced in OTP 21.</p>
+ <p>
+ Own Id: OTP-15333 Aux Id: ERL-737 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 10.1</title>
<section><title>Fixed Bugs and Malfunctions</title>