aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2016-08-16 10:25:32 +0200
committerErlang/OTP <[email protected]>2016-08-16 10:25:32 +0200
commitf8ee2883dbc0243128c812ef259c1c36c0fba34f (patch)
tree1ba482b1eaa44e6fb977077e2641cbf072750f2a
parent4e5a23e78f693e1c2c9ddfffd24675c22db73a3f (diff)
downloadotp-f8ee2883dbc0243128c812ef259c1c36c0fba34f.tar.gz
otp-f8ee2883dbc0243128c812ef259c1c36c0fba34f.tar.bz2
otp-f8ee2883dbc0243128c812ef259c1c36c0fba34f.zip
Prepare release
-rw-r--r--lib/kernel/doc/src/notes.xml17
-rw-r--r--lib/kernel/vsn.mk2
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