From 952db27ba0a5b87a2a47f3a7034a9bf92e3651e5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 3 Sep 2012 11:52:49 +0200 Subject: Prepare release --- lib/kernel/doc/src/notes.xml | 91 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) (limited to 'lib/kernel') diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index ec2f17849f..8e911a406b 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -30,6 +30,97 @@

This document describes the changes made to the Kernel application.

+
Kernel 2.15.2 + +
Fixed Bugs and Malfunctions + + +

+ Fixed issue where using controlling_process/2 with self() + as the second argument caused the port to leak if self() + crashes. (Thanks to Ricardo Catalinas Jiménez)

+

+ Own Id: OTP-10094

+
+ +

+ When sending large files using the file:sendfile fallback + file:sendfile would crash. This is now fixed.

+

+ Own Id: OTP-10098

+
+ +

+ Fix rpc:call/5 for local calls with a finite Timeout + (Thanks to Tomer Chachamu)

+

+ Own Id: OTP-10149

+
+ +

+ fix escript/primary archive reloading

+

+ If the mtime of an escript/primary archive file changes + after being added to the code path, correctly reload the + archive and update the cache. (Thanks to Tuncer Ayaz)

+

+ Own Id: OTP-10151

+
+ +

+ Support added for home directories named with non-ASCII + characters (codepoints above 127) on a system running in + Unicode file mode (e.g. on MacOSX or Linux with startup + arguments +fnu or +fna with the right LOCALE). Also + environment variables with Unicode content are supported + in applicable environments.

+

+ Own Id: OTP-10160

+
+ +

+ Allow mixed IPv4 and IPv6 addresses to sctp_bindx

+

+ Also allow mixed address families to bind, since the + first address on a multihomed sctp socket must be bound + with bind, while the rest are to be bound using + sctp_bindx. At least Linux supports adding address of + mixing families. Make inet_set_faddress function + available also when HAVE_SCTP is not defined, since we + use it to find an address for bind to be able to mix ipv4 + and ipv6 addresses. Thanks to Tomas Abrahamsson

+

+ Own Id: OTP-10217

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

Document inet options: high_watermark, priority, + linger and a some other options that previously was + undocumented.

+

+ Own Id: OTP-10053

+
+ +

Remove bit8 option support from inet

+

+ Own Id: OTP-10056

+
+ +

The type of the disk log header has been corrected. + (Thanks to Niclas Eklund.)

+

+ Own Id: OTP-10131

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