From ac83ac8a030c8a81722dd18c2a417e2af8b2029f Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 14 May 2019 15:27:45 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 17 +++++++++++++++++ erts/vsn.mk | 2 +- lib/ssl/doc/src/notes.xml | 17 +++++++++++++++++ lib/ssl/vsn.mk | 2 +- lib/tools/doc/src/notes.xml | 15 +++++++++++++++ lib/tools/vsn.mk | 2 +- make/otp_version_tickets | 11 +++-------- 7 files changed, 55 insertions(+), 11 deletions(-) diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index e8a7d88f9e..7afff4aa77 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,23 @@

This document describes the changes made to the ERTS application.

+
Erts 10.3.5.1 + +
Fixed Bugs and Malfunctions + + +

Fixed a buffer overflow when + binary_to_existing_atom/2 and + list_to_existing_atom/2 was used with the + latin1 encoding.

+

+ Own Id: OTP-15819 Aux Id: ERL-944

+
+
+
+ +
+
Erts 10.3.5
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index c57f8746f6..a97fe7d9f8 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 10.3.5 +VSN = 10.3.5.1 # Port number 4365 in 4.2 # Port number 4366 in 4.3 diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 01323aaa1d..d46b4abf5c 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,23 @@

This document describes the changes made to the SSL application.

+
SSL 9.2.3.1 + +
Fixed Bugs and Malfunctions + + +

+ Correct solution for retaining tcp flow control OTP-15802 + (ERL-934) as to not break ssl:recv as reported in + (ERL-938)

+

+ Own Id: OTP-15823 Aux Id: ERL-934, ERL-938

+
+
+
+ +
+
SSL 9.2.3
Fixed Bugs and Malfunctions diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index b5545b71f7..e9aff31b38 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 9.2.3 +SSL_VSN = 9.2.3.1 diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 28f8346a19..faae48f72d 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -31,6 +31,21 @@

This document describes the changes made to the Tools application.

+
Tools 3.1.0.1 + +
Fixed Bugs and Malfunctions + + +

cover would fail to start if two processes + tried to start it at the exact same time.

+

+ Own Id: OTP-15813 Aux Id: ERL-943

+
+
+
+ +
+
Tools 3.1
Fixed Bugs and Malfunctions diff --git a/lib/tools/vsn.mk b/lib/tools/vsn.mk index 5700885549..77e2b8e00f 100644 --- a/lib/tools/vsn.mk +++ b/lib/tools/vsn.mk @@ -1 +1 @@ -TOOLS_VSN = 3.1 +TOOLS_VSN = 3.1.0.1 diff --git a/make/otp_version_tickets b/make/otp_version_tickets index bf32816fb2..8fa2b7da18 100644 --- a/make/otp_version_tickets +++ b/make/otp_version_tickets @@ -1,8 +1,3 @@ -OTP-14746 -OTP-15295 -OTP-15717 -OTP-15758 -OTP-15781 -OTP-15785 -OTP-15793 -OTP-15802 +OTP-15813 +OTP-15819 +OTP-15823 -- cgit v1.2.3