From 25237481ccccd3ddfa74582dc267632ad618ba30 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 9 Dec 2013 20:12:33 +0100 Subject: Prepare release --- lib/kernel/doc/src/notes.xml | 63 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 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 6cdc3a9d17..b2e89ea850 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -30,6 +30,69 @@

This document describes the changes made to the Kernel application.

+
Kernel 2.16.4 + +
Fixed Bugs and Malfunctions + + +

+ Fix the typespec for the inet:ifget/2 and inet:ifget/3 + return value. Thanks to Ali Sabil.

+

+ Own Id: OTP-11377

+
+ +

+ Fix various typos in erts, kernel and ssh. Thanks to + Martin Hässler.

+

+ Own Id: OTP-11414

+
+ +

+ Fix rpc multicall sample code. Thanks to Edwin Fine.

+

+ Own Id: OTP-11471

+
+ +

+ Under rare circumstances a process calling inet:close/1, + gen_tcp:close/1, + gen_udp:close/1, + or gen_sctp:close/1 + could hang in the call indefinitely.

+

+ Own Id: OTP-11491

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

+ Add more SCTP errors as described in RFC 4960. Thanks to + Artem Teslenko.

+

+ Own Id: OTP-11379

+
+ +

+ Add new BIF os:unsetenv/1 which deletes an environment + variable. Thanks to Martin Hässler.

+

+ Own Id: OTP-11446

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