From 7f3486a5ddc02a366f2945dfd009c4a2697a2b98 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 9 Dec 2014 15:21:47 +0100 Subject: Prepare release --- lib/kernel/doc/src/notes.xml | 53 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) (limited to 'lib/kernel/doc/src') diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index 7eaf2d4a44..1ef106e17a 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -30,6 +30,59 @@

This document describes the changes made to the Kernel application.

+
Kernel 3.1 + +
Fixed Bugs and Malfunctions + + +

+ Make sure to install .hrl files when needed

+

+ Own Id: OTP-12197

+
+ +

+ Removed the undocumented application environment variable + 'raw_files' from the kernel application. This variable + was checked (by call to application:get_env/2) each time + a raw file was to be opened in the file module.

+

+ Own Id: OTP-12276

+
+ +

+ A bug has been fixed when using the netns option to + gen_udp, which accidentally only worked if it was the + last option.

+

+ Own Id: OTP-12314

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

+ Updated documentation for inet buffer size options.

+

+ Own Id: OTP-12296

+
+ +

+ Introduce new option 'raw' in file_info and link_info + functions. This option allows the caller not to go + through the file server for information about files + guaranteed to be local.

+

+ Own Id: OTP-12325

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