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/stdlib/doc/src/notes.xml | 103 +++++++++++++++++++++++++++++++++++++++++++ lib/stdlib/vsn.mk | 2 +- 2 files changed, 104 insertions(+), 1 deletion(-) (limited to 'lib/stdlib') diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index ebc750a399..8582bfc9f9 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -30,6 +30,109 @@

This document describes the changes made to the STDLIB application.

+
STDLIB 2.3 + +
Fixed Bugs and Malfunctions + + +

+ The documentation of string:tokens/2 now explicitly + specifies that adjacent separator characters do not give + any empty strings in the resulting list of tokens.

+

+ Own Id: OTP-12036

+
+ +

+ Fix broken deprecation warnings in ssh application

+

+ Own Id: OTP-12187

+
+ +

+ Maps: Properly align union typed assoc values in + documentation

+

+ Own Id: OTP-12190

+
+ +

+ Fix filelib:wildcard/2 when 'Cwd' ends with a dot

+

+ Own Id: OTP-12212

+
+ +

+ Allow Name/Arity syntax in maps values inside + attributes.

+

+ Own Id: OTP-12213

+
+ +

+ Fix edlin to correctly save text killed with ctrl-u. + Prior to this fix, entering text into the Erlang shell + and then killing it with ctrl-u followed by yanking it + back with ctrl-y would result in the yanked text being + the reverse of the original killed text.

+

+ Own Id: OTP-12224

+
+ +

+ If a callback function was terminated with exit/1, there + would be no stack trace in the ERROR REPORT produced by + gen_server. This has been corrected.

+

+ To keep the backwards compatibility, the actual exit + reason for the process is not changed.

+

+ Own Id: OTP-12263 Aux Id: seq12733

+
+ +

+ Warnings produced by ms_transform could point out + the wrong line number.

+

+ Own Id: OTP-12264

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

+ Supports tar file creation on other media than file + systems mounted on the local machine.

+

+ The erl_tar api is extended with + erl_tar:init/3 that enables usage of user provided + media storage routines. A ssh-specific set of such + routines is hidden in the new function + ssh_sftp:open_tar/3 to simplify creating a tar + archive on a remote ssh server.

+

+ A chunked file reading option is added to + erl_tar:add/3,4 to save memory on e.g small + embedded systems. The size of the slices read from a file + in that case can be specified.

+

+ Own Id: OTP-12180 Aux Id: seq12715

+
+ +

+ I/O requests are optimized for long message queues in the + calling process.

+

+ Own Id: OTP-12315

+
+
+
+ +
+
STDLIB 2.2
Fixed Bugs and Malfunctions diff --git a/lib/stdlib/vsn.mk b/lib/stdlib/vsn.mk index b522c3ea3c..5be130bac9 100644 --- a/lib/stdlib/vsn.mk +++ b/lib/stdlib/vsn.mk @@ -1 +1 @@ -STDLIB_VSN = 2.2 +STDLIB_VSN = 2.3 -- cgit v1.2.3