From 8cece79b77952c991e62ae595bcf71cde016a052 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 17 Jun 2013 16:23:55 +0200 Subject: Prepare release --- lib/kernel/doc/src/notes.xml | 85 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) (limited to 'lib/kernel/doc') diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index c18ae897b4..0175c38397 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -30,6 +30,91 @@

This document describes the changes made to the Kernel application.

+
Kernel 2.16.2 + +
Fixed Bugs and Malfunctions + + +

+ A bug in prim_inet has been corrected. If the port owner + was killed at a bad time while closing the socket port + the port could become orphaned hence causing port and + socket leaking. Reported by Fred Herbert, Dmitry Belyaev + and others.

+

+ Own Id: OTP-10497 Aux Id: OTP-10562

+
+ +

+ A few bugs regarding case sensitivity for hostname + resolution while using e.g the internal lookup types + 'file' and 'dns' has been corrected. When looking up + hostnames ASCII letters a-z are to be regarded as the + same as A-Z according to RFC 4343 "Domain Name System + (DNS) Case Insensitivity Clarification", and this was not + always the case.

+

+ Own Id: OTP-10689 Aux Id: seq12227

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

+ Add application:ensure_started/1,2. It is + equivavlent to application:start/1,2 except it + returns ok for already started applications.

+

+ Own Id: OTP-10910

+
+ +

+ Optimize communication with file io server. Thanks to + Anthony Ramine.

+

+ Own Id: OTP-11040

+
+ +

Erlang source files with non-ASCII characters are now + encoded in UTF-8 (instead of latin1).

+

+ Own Id: OTP-11041 Aux Id: OTP-10907

+
+ +

+ Optimization of simultaneous inet_db operations on + the same socket by using a lock free implementation.

+

+ Impact on the characteristics of the system: Improved + performance.

+

+ Own Id: OTP-11074

+
+ +

+ The high_msgq_watermark and + low_msgq_watermark inet socket options + introduced in OTP-R16A could only be set on TCP sockets. + These options are now generic and can be set on all types + of sockets.

+

+ Own Id: OTP-11075 Aux Id: OTP-10336

+
+ +

+ Fix deep list argument error under Windows in os:cmd/1. + Thanks to Aleksandr Vinokurov .

+

+ Own Id: OTP-11104

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