From 20e26498ff75c4689a68e11e28016ae5fe44d791 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 9 Jul 2019 09:52:19 +0200 Subject: Prepare release --- lib/compiler/doc/src/notes.xml | 29 +++++++++++++++++++++++++++++ lib/compiler/vsn.mk | 2 +- lib/dialyzer/doc/src/notes.xml | 20 ++++++++++++++++++++ lib/dialyzer/vsn.mk | 2 +- lib/hipe/doc/src/notes.xml | 20 ++++++++++++++++++++ lib/hipe/vsn.mk | 2 +- lib/ssl/doc/src/notes.xml | 16 ++++++++++++++++ lib/ssl/vsn.mk | 2 +- make/otp_version_tickets | 15 +++++---------- 9 files changed, 94 insertions(+), 14 deletions(-) diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index f0d869381b..209e40c0f5 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,35 @@

This document describes the changes made to the Compiler application.

+
Compiler 7.4.3 + +
Fixed Bugs and Malfunctions + + +

Fixed an unsafe optimization when matching + tuple_size/1 outside of guards, which could crash + the emulator if the argument was not a tuple.

+

+ Own Id: OTP-15945

+
+ +

Fixed a rare bug that could cause the wrong kind of + exception to be thrown when a BIF failed in a function + that matched bitstrings.

+

+ Own Id: OTP-15946

+
+ +

Fixed a bug where receive statements inside try/catch + blocks could return incorrect results.

+

+ Own Id: OTP-15952

+
+
+
+ +
+
Compiler 7.4.2
Fixed Bugs and Malfunctions diff --git a/lib/compiler/vsn.mk b/lib/compiler/vsn.mk index 508bbc902c..c76777b191 100644 --- a/lib/compiler/vsn.mk +++ b/lib/compiler/vsn.mk @@ -1 +1 @@ -COMPILER_VSN = 7.4.2 +COMPILER_VSN = 7.4.3 diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index b72453aac7..dad9fd18c7 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -32,6 +32,26 @@

This document describes the changes made to the Dialyzer application.

+
Dialyzer 4.0.3 + +
Fixed Bugs and Malfunctions + + +

The HiPE compiler would badly miscompile certain + try/catch expressions, so it will now refuse to compile + modules containing try or catch.

As a consequence + of this, dialyzer will no longer compile key + modules to native code.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-15949

+
+
+
+ +
+
Dialyzer 4.0.2
Fixed Bugs and Malfunctions diff --git a/lib/dialyzer/vsn.mk b/lib/dialyzer/vsn.mk index 7a44daf683..a77c74c717 100644 --- a/lib/dialyzer/vsn.mk +++ b/lib/dialyzer/vsn.mk @@ -1 +1 @@ -DIALYZER_VSN = 4.0.2 +DIALYZER_VSN = 4.0.3 diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index a2e0766bb7..3fad2ac53a 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -31,6 +31,26 @@

This document describes the changes made to HiPE.

+
Hipe 3.19.1 + +
Fixed Bugs and Malfunctions + + +

The HiPE compiler would badly miscompile certain + try/catch expressions, so it will now refuse to compile + modules containing try or catch.

As a consequence + of this, dialyzer will no longer compile key + modules to native code.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-15949

+
+
+
+ +
+
Hipe 3.19
Fixed Bugs and Malfunctions diff --git a/lib/hipe/vsn.mk b/lib/hipe/vsn.mk index a91d92ca14..3a22e07f57 100644 --- a/lib/hipe/vsn.mk +++ b/lib/hipe/vsn.mk @@ -1 +1 @@ -HIPE_VSN = 3.19 +HIPE_VSN = 3.19.1 diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index bb41b7e9ea..155bee5ede 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,22 @@

This document describes the changes made to the SSL application.

+
SSL 9.3.5 + +
Improvements and New Features + + +

+ Enhance error handling for erroneous alerts from the + peer.

+

+ Own Id: OTP-15943

+
+
+
+ +
+
SSL 9.3.4
Fixed Bugs and Malfunctions diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index df38aea017..c9547cae36 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 9.3.4 +SSL_VSN = 9.3.5 diff --git a/make/otp_version_tickets b/make/otp_version_tickets index b741526c88..c3caa074a3 100644 --- a/make/otp_version_tickets +++ b/make/otp_version_tickets @@ -1,10 +1,5 @@ -OTP-15900 -OTP-15908 -OTP-15909 -OTP-15910 -OTP-15913 -OTP-15922 -OTP-15930 -OTP-15938 -OTP-15939 -OTP-15941 +OTP-15943 +OTP-15945 +OTP-15946 +OTP-15949 +OTP-15952 -- cgit v1.2.3