From 1419cda9991775c51a931ef63a51da477391722c Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 21 Oct 2010 12:09:29 +0200 Subject: Prepare release --- lib/kernel/doc/src/notes.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'lib/kernel/doc/src/notes.xml') 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 @@

This document describes the changes made to the Kernel application.

+
Kernel 2.14.1.1 + +
Fixed Bugs and Malfunctions + + +

In embedded mode, on_load handlers that called + code:priv_dir/1 or other functions in code + would hang the system. Since the crypto + application now contains an on_loader handler that calls + code:priv_dir/1, including the crypto + application in the boot file would prevent the system + from starting.

+

Also extended the -init_debug option to print + information about on_load handlers being run to + facilitate debugging.

+

+ Own Id: OTP-8902 Aux Id: seq11703

+
+
+
+ +
+
Kernel 2.14.1
Fixed Bugs and Malfunctions -- cgit v1.2.3