diff options
author | Erlang/OTP <[email protected]> | 2015-08-18 16:39:13 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-08-18 16:39:13 +0200 |
commit | 0dcd7fc911e4c0b6eca255e9bcfb0e58654326bf (patch) | |
tree | a0b03108dd23eed26a0a69dc644d4d7a75d7541d /erts/doc | |
parent | 484cfe71b5457e251ca8f08c5a5648663961db6a (diff) | |
download | otp-0dcd7fc911e4c0b6eca255e9bcfb0e58654326bf.tar.gz otp-0dcd7fc911e4c0b6eca255e9bcfb0e58654326bf.tar.bz2 otp-0dcd7fc911e4c0b6eca255e9bcfb0e58654326bf.zip |
Prepare release
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/notes.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index ab6291614c..bed1ac463d 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,29 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 7.0.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed a binary memory leak when printing to shell using + the tty driver (i.e. not -oldshell).</p> + <p> + Own Id: OTP-12941</p> + </item> + <item> + <p> + Fix a bug where the standard error port sometimes crashes + with eagain as the reason.</p> + <p> + Own Id: OTP-12942</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 7.0.2</title> <section><title>Fixed Bugs and Malfunctions</title> |