diff options
author | Raimo Niskanen <[email protected]> | 2017-02-08 11:35:18 +0100 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2017-02-08 11:35:18 +0100 |
commit | c41a6e8a377534158b4fcaf07c5b260d80221dbd (patch) | |
tree | 0bb33b29b50df7778f281270832a323fab5c3a58 /erts/doc/src/notes.xml | |
parent | 83292f7263c29e6cb55ec7bad1c1fdc864cd6bcb (diff) | |
parent | aa315e1cf1b79ab782e5b4c944595495ebf4e2f4 (diff) | |
download | otp-c41a6e8a377534158b4fcaf07c5b260d80221dbd.tar.gz otp-c41a6e8a377534158b4fcaf07c5b260d80221dbd.tar.bz2 otp-c41a6e8a377534158b4fcaf07c5b260d80221dbd.zip |
Merge branch 'maint-19' into maint
Conflicts:
OTP_VERSION
Diffstat (limited to 'erts/doc/src/notes.xml')
-rw-r--r-- | erts/doc/src/notes.xml | 28 |
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> |