From 20641fe0f2ea745873fc7557448d3a7deb1bd639 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 16 Sep 2013 20:11:53 +0200 Subject: Prepare release --- lib/kernel/doc/src/notes.xml | 60 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) (limited to 'lib/kernel/doc/src') diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index 6b703b7c2b..6cdc3a9d17 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -30,6 +30,66 @@

This document describes the changes made to the Kernel application.

+
Kernel 2.16.3 + +
Fixed Bugs and Malfunctions + + +

+ Fix indentation of User switch command help in Erlang + shell. Thanks to Sylvain Benner.

+

+ Own Id: OTP-11209

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

+ The previous undocumented function ntoa/1 has been added + to inet docs and exported in the inet module.

+

+ Own Id: OTP-10676 Aux Id: OTP-10314

+
+ +

+ Fix typo in abcast() function comment. Thanks to Johannes + Weissl.

+

+ Own Id: OTP-11219

+
+ +

+ Add application:ensure_all_started/1-2. Thanks to Fred + Hebert.

+

+ Own Id: OTP-11250

+
+ +

+ Make edlin understand a few important control keys. + Thanks to Stefan Zegenhagen.

+

+ Own Id: OTP-11251

+
+ +

+ Cleanup of hipe_unified_loader, eliminating uses of + is_subtype/2 in specs, change module-local void functions + to return 'ok' instead of [] and made sure there are no + dialyzer warnings with --Wunmatched_returns. Thanks to + Kostis Sagonas.

+

+ Own Id: OTP-11301

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