From 9780184b2cf76eced1ef987408073e96cc29f3bb Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 11 Mar 2019 11:52:56 +0100 Subject: Prepare release --- lib/stdlib/doc/src/notes.xml | 51 +++++++++++++++++++++++++++++++++++++++++ lib/stdlib/src/stdlib.appup.src | 6 +++-- lib/stdlib/vsn.mk | 2 +- 3 files changed, 56 insertions(+), 3 deletions(-) (limited to 'lib/stdlib') diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index 993945b9c7..278560af1d 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -31,6 +31,57 @@

This document describes the changes made to the STDLIB application.

+
STDLIB 3.8 + +
Fixed Bugs and Malfunctions + + +

Fix a bug in the Erlang Pretty Printer: long atom + names in combination with <<>> could + cause a crash.

+

+ Own Id: OTP-15592 Aux Id: ERL-818

+
+ +

Fix bugs that could cause wrong results or bad + performance when formatting lists of characters using the + control sequences p or P and limiting the + output with the option chars_limit.

+

+ Own Id: OTP-15639

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

+ Improved ETS documentation about safe table traversal and + the partially bound key optimization for + ordered_set.

+

+ Own Id: OTP-15545 Aux Id: PR-2103, PR-2139

+
+ +

Optimize calendar:gregorian_days_to_date/1. +

+

+ Own Id: OTP-15572 Aux Id: PR-2121

+
+ +

Optimize functions + calendar:rfc3339_to_system_time() and + calendar:system_time_to_rfc3339().

+

+ Own Id: OTP-15630

+
+
+
+ +
+
STDLIB 3.7.1
Fixed Bugs and Malfunctions diff --git a/lib/stdlib/src/stdlib.appup.src b/lib/stdlib/src/stdlib.appup.src index 9e5d6a3bd8..37ea97c353 100644 --- a/lib/stdlib/src/stdlib.appup.src +++ b/lib/stdlib/src/stdlib.appup.src @@ -40,7 +40,8 @@ {<<"^3\\.6$">>,[restart_new_emulator]}, {<<"^3\\.6\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, {<<"^3\\.7$">>,[restart_new_emulator]}, - {<<"^3\\.7\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}], + {<<"^3\\.7\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, + {<<"^3\\.7\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}], [{<<"^3\\.4$">>,[restart_new_emulator]}, {<<"^3\\.4\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, {<<"^3\\.4\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}, @@ -54,4 +55,5 @@ {<<"^3\\.6$">>,[restart_new_emulator]}, {<<"^3\\.6\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, {<<"^3\\.7$">>,[restart_new_emulator]}, - {<<"^3\\.7\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}]}. + {<<"^3\\.7\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}, + {<<"^3\\.7\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]}]}. diff --git a/lib/stdlib/vsn.mk b/lib/stdlib/vsn.mk index d46173497b..cbefd6590a 100644 --- a/lib/stdlib/vsn.mk +++ b/lib/stdlib/vsn.mk @@ -1 +1 @@ -STDLIB_VSN = 3.7.1 +STDLIB_VSN = 3.8 -- cgit v1.2.3