From ac83ac8a030c8a81722dd18c2a417e2af8b2029f Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 14 May 2019 15:27:45 +0200 Subject: Prepare release --- lib/ssl/doc/src/notes.xml | 17 +++++++++++++++++ lib/ssl/vsn.mk | 2 +- lib/tools/doc/src/notes.xml | 15 +++++++++++++++ lib/tools/vsn.mk | 2 +- 4 files changed, 34 insertions(+), 2 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3