From b6dc1a844eab061d0a7153d46e7e68296f15a504 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 4 Oct 2011 12:06:58 +0200 Subject: Prepare release --- lib/kernel/doc/src/notes.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) (limited to 'lib/kernel') diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index fc8360b3d1..ec57b03bd9 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -30,6 +30,62 @@

This document describes the changes made to the Kernel application.

+
Kernel 2.14.5 + +
Fixed Bugs and Malfunctions + + +

+ Fix type of Packet arg of gen_tcp:send/2 and + gen_udp:send/4

+

+ The type is marked as a binary() or a string() but in + practice it can be an iodata(). The test suite was + updated to confirm the gen_tcp/2 and gen_udp:send/4 + functions accept iodata() (iolists) packets. (Thanks to + Filipe David Manana)

+

+ Own Id: OTP-9514

+
+ +

XML files have been corrected.

+

+ Own Id: OTP-9550 Aux Id: OTP-9541

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

The types and specifications of the inet modules have + been improved.

+

+ Own Id: OTP-9260

+
+ +

Types and specifications have been added.

+

+ Own Id: OTP-9356

+
+ +

Contracts in STDLIB and Kernel have been improved and + type errors have been corrected.

+

+ Own Id: OTP-9485

+
+ +

Update documentation and specifications of some of + the zlib functions.

+

+ Own Id: OTP-9506

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