diff options
author | Erlang/OTP <[email protected]> | 2016-08-16 10:25:32 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-08-16 10:25:32 +0200 |
commit | f8ee2883dbc0243128c812ef259c1c36c0fba34f (patch) | |
tree | 1ba482b1eaa44e6fb977077e2641cbf072750f2a /lib/kernel | |
parent | 4e5a23e78f693e1c2c9ddfffd24675c22db73a3f (diff) | |
download | otp-f8ee2883dbc0243128c812ef259c1c36c0fba34f.tar.gz otp-f8ee2883dbc0243128c812ef259c1c36c0fba34f.tar.bz2 otp-f8ee2883dbc0243128c812ef259c1c36c0fba34f.zip |
Prepare release
Diffstat (limited to 'lib/kernel')
-rw-r--r-- | lib/kernel/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/kernel/vsn.mk | 2 |
2 files changed, 18 insertions, 1 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> diff --git a/lib/kernel/vsn.mk b/lib/kernel/vsn.mk index e88e4f9170..cdd200a234 100644 --- a/lib/kernel/vsn.mk +++ b/lib/kernel/vsn.mk @@ -1 +1 @@ -KERNEL_VSN = 5.0.1 +KERNEL_VSN = 5.0.2 |