aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/notes.xml
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2017-02-07 09:46:31 +0100
committerErlang/OTP <[email protected]>2017-02-07 09:46:31 +0100
commit6474bd146ba11a84ed3805f4b158bf752fd5ce8b (patch)
treed4de8c2ba3c6acb32724d9da0497ce2528642e29 /erts/doc/src/notes.xml
parentdb3278db4030fdf161efe4c5d6cd0d4bdbafd520 (diff)
downloadotp-6474bd146ba11a84ed3805f4b158bf752fd5ce8b.tar.gz
otp-6474bd146ba11a84ed3805f4b158bf752fd5ce8b.tar.bz2
otp-6474bd146ba11a84ed3805f4b158bf752fd5ce8b.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 d4bc819120..1d3b198f1b 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -32,6 +32,34 @@
<p>This document describes the changes made to the ERTS application.</p>
+<section><title>Erts 8.2.2</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fix bug in <c>binary_to_term</c> for binaries created by
+ <c>term_to_binary </c> with option <c>compressed</c>. The
+ bug can cause <c>badarg</c> exception for a valid binary
+ when Erlang VM is linked against a <c>zlib</c> library of
+ version 1.2.9 or newer. Bug exists since OTP 17.0.</p>
+ <p>
+ Own Id: OTP-14159 Aux Id: ERL-340 </p>
+ </item>
+ <item>
+ <p>
+ The driver efile_drv when opening a file now use fstat()
+ on the open file instead of stat() before opening, if
+ fstat() exists. This avoids a race when the file happens
+ to change between stat() and open().</p>
+ <p>
+ Own Id: OTP-14184 Aux Id: seq-13266 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 8.2.1</title>
<section><title>Fixed Bugs and Malfunctions</title>