From 62870c998955e1498e71bfc90607885e96ecaa27 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 31 Mar 2015 12:24:04 +0200 Subject: Prepare release --- lib/kernel/doc/src/notes.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 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 1ef106e17a..6f7f18a8e7 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -30,6 +30,54 @@

This document describes the changes made to the Kernel application.

+
Kernel 3.2 + +
Fixed Bugs and Malfunctions + + +

+ A bug causing an infinite loop in hostname resolving has + been corrected. To trigger this bug you would have to + enter an bogus search method from a configuration file + e.g .inetrc.

+

+ Bug pinpointed by Emil Holmström

+

+ Own Id: OTP-12133

+
+ +

+ The standard_error process now handles the getopts I/O + protocol request correctly and stores its encoding in the + same way as standard_io.

+

+ Also, io:put_chars(standard_error, [oops]) could + previously crash the standard_error process. This is now + corrected.

+

+ Own Id: OTP-12424

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

+ Configuration parameters for the Kernel application that + allows setting socket options for the distribution + sockets have been added. See the application Kernel + documentation; parameters 'inet_dist_listen_options' and + 'inet_dist_connect_options'.

+

+ Own Id: OTP-12476 Aux Id: OTP-12476

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