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/stdlib/doc/src/notes.xml | 80 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) (limited to 'lib/stdlib') diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index 2c1daf10ba..2f404523dd 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -30,6 +30,86 @@

This document describes the changes made to the STDLIB application.

+
STDLIB 1.19.3 + +
Fixed Bugs and Malfunctions + + +

The functions dets:foldl/3, + dets:foldr/3, and dets:traverse/2 did not + release the table after having traversed the table to the + end. The bug was introduced in R16B. (Thanks to Manuel + Duran Aguete.)

+

+ Own Id: OTP-11245

+
+ +

If the fun M:F/A construct was used + erroneously the linter could crash. (Thanks to Mikhail + Sobolev.)

+

+ Own Id: OTP-11254

+
+ +

The specifications of io_lib:fread/2,3 have + been corrected. (Thanks to Chris King and Kostis Sagonas + for pinpointing the bug.)

+

+ Own Id: OTP-11261

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

+ Fixed type typo in gen_server.

+

+ Own Id: OTP-11200

+
+ +

+ Update type specs in filelib and io_prompt. Thanks to + Jose Valim.

+

+ Own Id: OTP-11208

+
+ +

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

+

+ Own Id: OTP-11219

+
+ +

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

+

+ Own Id: OTP-11251

+
+ +

+ Export the edge/0 type from the digraph module. Thanks to + Alex Ronne Petersen.

+

+ Own Id: OTP-11266

+
+ +

+ Fix variable usage tracking in erl_lint and fixed unsafe + variable tracking in try expressions. Thanks to Anthony + Ramine.

+

+ Own Id: OTP-11268

+
+
+
+ +
+
STDLIB 1.19.2
Fixed Bugs and Malfunctions -- cgit v1.2.3