From 1419cda9991775c51a931ef63a51da477391722c Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 21 Oct 2010 12:09:29 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'erts/doc') diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 532ebc29e2..1703ce0942 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -30,6 +30,35 @@

This document describes the changes made to the ERTS application.

+
Erts 5.8.1.2 + +
Fixed Bugs and Malfunctions + + +

Fix that the documentation top index generator can + handle an Ericsson internal application group.

+

+ Own Id: OTP-8875

+
+ +

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

+
+
+
+ +
+
Erts 5.8.1.1
Fixed Bugs and Malfunctions -- cgit v1.2.3