aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2017-02-08 11:36:41 +0100
committerRaimo Niskanen <[email protected]>2017-02-08 11:36:41 +0100
commit835f29dd5bf75a25138ac723ea8644c0b4fce80c (patch)
treea9c3c953b50b2cddd8acf2049f997d5784b1a09a /erts/doc
parenta7582454a5414232823587ee1ba58da55a87953d (diff)
parentc41a6e8a377534158b4fcaf07c5b260d80221dbd (diff)
downloadotp-835f29dd5bf75a25138ac723ea8644c0b4fce80c.tar.gz
otp-835f29dd5bf75a25138ac723ea8644c0b4fce80c.tar.bz2
otp-835f29dd5bf75a25138ac723ea8644c0b4fce80c.zip
Merge branch 'maint'
Conflicts: OTP_VERSION
Diffstat (limited to 'erts/doc')
-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 14fcdb7e0e..ae1d2b1d93 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>
<list>