diff options
author | Erlang/OTP <[email protected]> | 2010-10-21 12:09:29 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-10-21 12:09:29 +0200 |
commit | 1419cda9991775c51a931ef63a51da477391722c (patch) | |
tree | 267f80eee832f57bd6686188cf41c4865dddcd04 /lib/kernel/doc | |
parent | 7343ad05132654c2b5b8366d05991128a28a9a01 (diff) | |
download | otp-1419cda9991775c51a931ef63a51da477391722c.tar.gz otp-1419cda9991775c51a931ef63a51da477391722c.tar.bz2 otp-1419cda9991775c51a931ef63a51da477391722c.zip |
Prepare release
Diffstat (limited to 'lib/kernel/doc')
-rw-r--r-- | lib/kernel/doc/src/notes.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index 9859183390..edd6ea52b0 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -30,6 +30,29 @@ </header> <p>This document describes the changes made to the Kernel application.</p> +<section><title>Kernel 2.14.1.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>In embedded mode, on_load handlers that called + <c>code:priv_dir/1</c> or other functions in <c>code</c> + would hang the system. Since the <c>crypto</c> + application now contains an on_loader handler that calls + <c>code:priv_dir/1</c>, including the <c>crypto</c> + application in the boot file would prevent the system + from starting.</p> + <p>Also extended the <c>-init_debug</c> option to print + information about on_load handlers being run to + facilitate debugging.</p> + <p> + Own Id: OTP-8902 Aux Id: seq11703 </p> + </item> + </list> + </section> + +</section> + <section><title>Kernel 2.14.1</title> <section><title>Fixed Bugs and Malfunctions</title> |