From 4d658008be5a08ddadbe75ebadb9ef124436b76e Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 14 Mar 2017 15:59:23 +0100 Subject: Prepare release --- lib/kernel/doc/src/notes.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'lib/kernel/doc/src') diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index 9277c2d353..f5a0e68805 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -31,6 +31,45 @@

This document describes the changes made to the Kernel application.

+
Kernel 5.2 + +
Fixed Bugs and Malfunctions + + +

+ Fix a race during cleanup of os:cmd that would cause + os:cmd to hang indefinitely.

+

+ Own Id: OTP-14232 Aux Id: seq13275

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

The functions in the 'file' module that take a + list of paths (e.g. file:path_consult/2) will now + continue to search in the path if the path contains + something that is not a directory.

+

+ Own Id: OTP-14191

+
+ +

Two OTP processes that are known to receive many + messages are 'rex' (used by 'rpc') and 'error_logger'. + Those processes will now store unprocessed messages + outside the process heap, which will potentially decrease + the cost of garbage collections.

+

+ Own Id: OTP-14192

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