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 +++++++++++++++++++++++++++++ erts/vsn.mk | 2 +- lib/kernel/doc/src/notes.xml | 23 +++++++++++++++++++++++ lib/kernel/vsn.mk | 2 +- 4 files changed, 54 insertions(+), 2 deletions(-) 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 diff --git a/erts/vsn.mk b/erts/vsn.mk index af9744f012..9f1f1e1998 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -17,7 +17,7 @@ # %CopyrightEnd% # -VSN = 5.8.1.1 +VSN = 5.8.1.2 SYSTEM_VSN = R14B # Port number 4365 in 4.2 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 diff --git a/lib/kernel/vsn.mk b/lib/kernel/vsn.mk index 651d082379..802e326f7c 100644 --- a/lib/kernel/vsn.mk +++ b/lib/kernel/vsn.mk @@ -1 +1 @@ -KERNEL_VSN = 2.14.1 +KERNEL_VSN = 2.14.1.1 -- cgit v1.2.3