diff options
author | Erlang/OTP <[email protected]> | 2016-08-08 16:36:36 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-08-08 16:36:36 +0200 |
commit | 796bf022df397d09494d6198102d203d01efc8f6 (patch) | |
tree | 6d7282f8eb88667b64e385da42b4ae5f75a182bc /lib/kernel/doc | |
parent | 3f3d748b3d660430621f4efe9fe5648bb7cf880d (diff) | |
download | otp-796bf022df397d09494d6198102d203d01efc8f6.tar.gz otp-796bf022df397d09494d6198102d203d01efc8f6.tar.bz2 otp-796bf022df397d09494d6198102d203d01efc8f6.zip |
Prepare release
Diffstat (limited to 'lib/kernel/doc')
-rw-r--r-- | lib/kernel/doc/src/notes.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index f37433110c..0e3914b083 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -31,6 +31,24 @@ </header> <p>This document describes the changes made to the Kernel application.</p> +<section><title>Kernel 5.0.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix a os:cmd bug where creating a background job using + & would cause os:cmd to hang until the background job + terminated or closed its stdout and stderr file + descriptors. This bug has existed from kernel 5.0.</p> + <p> + Own Id: OTP-13741</p> + </item> + </list> + </section> + +</section> + <section><title>Kernel 5.0</title> <section><title>Fixed Bugs and Malfunctions</title> |