diff options
author | Lukas Larsson <lukas@erlang.org> | 2016-08-17 12:03:44 +0200 |
---|---|---|
committer | Lukas Larsson <lukas@erlang.org> | 2016-08-17 12:03:44 +0200 |
commit | 69c270561a81d1fbdc2b15b5160c4d590ce2ff3d (patch) | |
tree | 755b6f1b6ff63463f975fcb14fded6234314f43a /lib/kernel/doc/src/notes.xml | |
parent | 650d0d075dfddf1bc3ebfa2cb9357d8311fd9645 (diff) | |
parent | 7b1cda1f97cd3ec91e7111b22aeffa3b5a6812f1 (diff) | |
download | otp-69c270561a81d1fbdc2b15b5160c4d590ce2ff3d.tar.gz otp-69c270561a81d1fbdc2b15b5160c4d590ce2ff3d.tar.bz2 otp-69c270561a81d1fbdc2b15b5160c4d590ce2ff3d.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
erts: Make sure to flush potential exit message
Diffstat (limited to 'lib/kernel/doc/src/notes.xml')
-rw-r--r-- | lib/kernel/doc/src/notes.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index 0e3914b083..3d35f6f57f 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -31,6 +31,23 @@ </header> <p>This document describes the changes made to the Kernel application.</p> +<section><title>Kernel 5.0.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + When calling os:cmd from a process that has set trap_exit + to true an 'EXIT' message would be left in the message + queue. This bug was introduced in kernel vsn 5.0.1.</p> + <p> + Own Id: OTP-13813</p> + </item> + </list> + </section> + +</section> + <section><title>Kernel 5.0.1</title> <section><title>Fixed Bugs and Malfunctions</title> |