From df130102cdeca8d35fec95a0c926fd1cfec54eab Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 26 Feb 2019 11:28:27 +0100 Subject: Prepare release --- lib/kernel/doc/src/notes.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'lib/kernel/doc') diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index 021ecfa40d..524891afb8 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -31,6 +31,43 @@

This document describes the changes made to the Kernel application.

+
Kernel 6.3 + +
Improvements and New Features + + +

+ A simple socket API has been provided through the socket + module. Known issues are; No support for the Windows OS + (currently), a small term leakage.

+

+ Own Id: OTP-14831

+
+ +

+ Improved the documentation for the linger option.

+

+ Own Id: OTP-15491 Aux Id: + https://github.com/erlang/otp/pull/2019

+
+ +

+ The dist messages EXIT, EXIT2 and MONITOR_DOWN have been + updated with new versions that send the reason term as + part of the payload of the message instead of as part of + the control message.

+

+ The old versions are still present and can be used when + communicating with nodes that don't support the new + versions.

+

+ Own Id: OTP-15611

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