From 62870c998955e1498e71bfc90607885e96ecaa27 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 31 Mar 2015 12:24:04 +0200 Subject: Prepare release --- lib/stdlib/doc/src/notes.xml | 35 +++++++++++++++++++++++++++++++++++ lib/stdlib/vsn.mk | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) (limited to 'lib/stdlib') diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index 8582bfc9f9..301a5ee2e8 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -30,6 +30,41 @@

This document describes the changes made to the STDLIB application.

+
STDLIB 2.4 + +
Fixed Bugs and Malfunctions + + +

+ Behaviour of character types \d, \w and \s has always + been to not match characters with value above 255, not + 128, i.e. they are limited to ISO-Latin-1 and not ASCII

+

+ Own Id: OTP-12521

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

+ c:m/1 now displays the module's MD5 sum.

+

+ Own Id: OTP-12500

+
+ +

+ Make ets:i/1 handle binary input from IO server.

+

+ Own Id: OTP-12550

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