From 77da984614ae462912a1896ba1bb73c798ffd4f8 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 19 Jun 2014 13:47:21 +0200 Subject: Prepare release --- lib/kernel/doc/src/notes.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'lib/kernel/doc') diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index c6538b7d05..3a8de841d0 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -30,6 +30,58 @@

This document describes the changes made to the Kernel application.

+
Kernel 3.0.1 + +
Fixed Bugs and Malfunctions + + +

+ If the Config given to + application_controller:change_application_data included + other config files, it was only expanded for already + existing (loaded) applications. If an upgrade added a new + application which had config data in an included config + file, the new application did not get correct config + data.

+

+ This is now changed so config data will be expanded for + all applications.

+

+ Own Id: OTP-11864

+
+ +

It was allowed to re-load pre-loaded modules such as + erlang, but that could cause strange and unwanted + things to happen, such as call apply/3 to loop. + Pre-loaded modules are now sticky by default. (Thanks to + Loïc Hoguin for reporting this bug.)

+

code:add_path("/ending/in/slash/") removes the + trailing slash, adding /ending/in/slash to the + code path. However, + code:del_path("/ending/in/slash/") would fail to + remove the path since it did not remove the trailing + slash. This has been fixed.

+

+ Own Id: OTP-11913

+
+ +

+ Fix erts_debug:size/1 to handle Map sizes

+

+ Own Id: OTP-11923

+
+ +

The documentation for file:file_info/1 has been + removed. The function itself was removed a long time + ago.

+

+ Own Id: OTP-11982

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