From 37e14c395a0d3621d65552b3954856d1cbeaed9a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 20 Sep 2016 09:36:54 +0200 Subject: Prepare release --- lib/kernel/doc/src/notes.xml | 68 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) (limited to 'lib/kernel/doc/src') diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index 9e9be3f661..5bcc0b7c09 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -31,6 +31,74 @@

This document describes the changes made to the Kernel application.

+
Kernel 5.1 + +
Fixed Bugs and Malfunctions + + +

+ Fix a memory leak when calling + seq_trace:get_system_tracer().

+

+ Own Id: OTP-13742

+
+ +

+ Fix for the problem that when adding the ebin directory + of an application to the code path, the + code:priv_dir/1 function returns an incorrect path + to the priv directory of the same application.

+

+ Own Id: OTP-13758 Aux Id: ERL-195

+
+ +

+ Fix code_server crash when adding code paths of two + levels.

+

+ Own Id: OTP-13765 Aux Id: ERL-194

+
+ +

+ Respect -proto_dist switch while connection to EPMD

+

+ Own Id: OTP-13770 Aux Id: PR-1129

+
+ +

+ Fixed a bug where init:stop could deadlock if a process + with infinite shutdown timeout (e.g. a supervisor) + attempted to load code while terminating.

+

+ Own Id: OTP-13802

+
+ +

+ Close stdin of commands run in os:cmd. This is a + backwards compatiblity fix that restores the behaviour of + pre 19.0 os:cmd.

+

+ Own Id: OTP-13867 Aux Id: seq13178

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

+ Add net_kernel:setopts/2 and + net_kernel:getopts/2 to control options for + distribution sockets in runtime.

+

+ Own Id: OTP-13564

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