From 05f11890bdfec4bfc3a78e191a87e70a937ffc54 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 25 Feb 2013 19:23:54 +0100 Subject: Prepare release --- lib/kernel/doc/src/notes.xml | 74 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 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 14bcfc3c4d..c18ae897b4 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -30,6 +30,80 @@

This document describes the changes made to the Kernel application.

+
Kernel 2.16.1 + +
Fixed Bugs and Malfunctions + + +

A bug that could cause a crash with wrong reason has + been corrected in the application_controller + module.

+

+ Own Id: OTP-10754

+
+ +

+ Fix code:is_module_native/1 that sometimes in R16A + returned false for hipe compiled modules containing BIFs + such as lists.

+

+ Own Id: OTP-10870

+
+ +

+ Respect {exit_on_close,false} option on tcp socket + in non-passive mode when receiving fails (due to an + ill-formed packet for example) by only doing a half close + and still allow sending on the socket. (Thanks to Anthony + Molinaro and Steve Vinoski for reporting the problem)

+

+ Own Id: OTP-10879

+
+
+
+ + +
Improvements and New Features + + +

+ Slightly nicer error message when node start fails due to + duplicate name. Thanks to Magnus Henoch.

+

+ Own Id: OTP-10797

+
+ +

Miscellaneous updates due to Unicode support.

+

+ Own Id: OTP-10820

+
+ +

+ Add a new function code:get_mode() can be used to detect + how the code servers behaves. Thanks to Vlad Dumitrescu

+

+ Own Id: OTP-10823

+
+ +

+ Fix type of error Reason on gen_tcp:send/2. Thanks to + Sean Cribbs.

+

+ Own Id: OTP-10839

+
+ +

file:list_dir_all/1 and + file:read_link_all/1 that can handle raw file + names have been added. See the User Guide for STDLIB for + information about raw file names.

+

+ Own Id: OTP-10852

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