From 4a5a75811e2cd590b5c94f71864a5245fd511ccf Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 24 May 2011 13:16:24 +0200 Subject: Prepare release --- lib/kernel/doc/src/notes.xml | 65 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 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 f92837dfe5..e325443f6c 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -30,6 +30,71 @@

This document describes the changes made to the Kernel application.

+
Kernel 2.14.4 + +
Fixed Bugs and Malfunctions + + +

+ The send_timeout option in gen_tcp did not work properly + in active mode or with {active,once} options. This is now + corrected.

+

+ Own Id: OTP-9145

+
+ +

+ Fixed various typos across the documentation (Thanks to + Tuncer Ayaz)

+

+ Own Id: OTP-9154

+
+ +

+ Fix typo in doc of rpc:pmap/3 (Thanks to Ricardo + Catalinas Jiménez)

+

+ Own Id: OTP-9168

+
+ +

+ A bug in inet_res, the specialized DNS resolver, has been + corrected. A late answer with unfortunate timing could + cause a runtime exception. Some code cleanup and + improvements also tagged along. Thanks to Evegeniy + Khramtsov for a pinpointing bug report and bug fix + testing.

+

+ Own Id: OTP-9221 Aux Id: OTP-8712

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

Types and specifications have been added.

+

+ Own Id: OTP-9268

+
+ +

Erlang types and specifications are used for + documentation.

+

+ Own Id: OTP-9272

+
+ +

Two opaque types that could cause warnings when + running Dialyzer have been modified.

+

+ Own Id: OTP-9337

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