From 41bc2fccb1aa97e34e3cfc349c0b4b5d997b5256 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 2 Jul 2019 13:44:08 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 48 ++++++++++++++++++++++++++++++++++++++++++ erts/vsn.mk | 2 +- lib/dialyzer/doc/src/notes.xml | 16 ++++++++++++++ lib/dialyzer/vsn.mk | 2 +- lib/inets/doc/src/notes.xml | 18 +++++++++++++++- lib/inets/vsn.mk | 2 +- lib/ssl/doc/src/notes.xml | 31 +++++++++++++++++++++++++++ lib/ssl/vsn.mk | 2 +- make/otp_version_tickets | 16 ++++++++------ 9 files changed, 126 insertions(+), 11 deletions(-) diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 128def3934..13208fb7f6 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,54 @@

This document describes the changes made to the ERTS application.

+
Erts 10.4.4 + +
Fixed Bugs and Malfunctions + + +

+ An invalid value test caused the socket:setopt(Socket, + ip, add_membership, ip_mreq()) to fail with badarg. The + same for drop_membership.

+

+ Own Id: OTP-15908 Aux Id: ERL-980

+
+ +

+ Fixed bug causing VM crash when doing textual dump of a + process containing an unhandled monitor down signal. + Textual process dumps can be done with + erlang:system_info(procs), trace feature + process_dump, Erlang shell break menu and a + crashdump. Bug exist since OTP 21.0.

+

+ Own Id: OTP-15909 Aux Id: ERL-979

+
+ +

lists:subtract/2 would produce incorrect + results for some inputs on 64-bit platforms.

+

+ Own Id: OTP-15938 Aux Id: ERL-986

+
+ +

Fixed a bug in the loader that was similar to + OTP-15938, yielding incorrect code for some inputs + on 64-bit platforms.

+

+ Own Id: OTP-15939

+
+ +

+ Fixed bug causing scheduler threads in rare cases to + block spinnning indefinitely. Bug exists since OTP 21.0.

+

+ Own Id: OTP-15941 Aux Id: PR-2313

+
+
+
+ +
+
Erts 10.4.3
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index 40a9685e9d..f06fd08540 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 10.4.3 +VSN = 10.4.4 # Port number 4365 in 4.2 # Port number 4366 in 4.3 diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index 0930f79840..b72453aac7 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -32,6 +32,22 @@

This document describes the changes made to the Dialyzer application.

+
Dialyzer 4.0.2 + +
Fixed Bugs and Malfunctions + + +

Make sure Dialyzer does not crash if the formatting + of results fails. Instead of crashing, an unformatted + version of the results is returned.

+

+ Own Id: OTP-15922 Aux Id: PR-2240, ERL-949

+
+
+
+ +
+
Dialyzer 4.0.1
Fixed Bugs and Malfunctions diff --git a/lib/dialyzer/vsn.mk b/lib/dialyzer/vsn.mk index 466bbfd0f2..7a44daf683 100644 --- a/lib/dialyzer/vsn.mk +++ b/lib/dialyzer/vsn.mk @@ -1 +1 @@ -DIALYZER_VSN = 4.0.1 +DIALYZER_VSN = 4.0.2 diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 03bd1d8042..45533c4f4b 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,7 +33,23 @@ notes.xml -
Inets 7.0.8 +
Inets 7.0.9 + +
Fixed Bugs and Malfunctions + + +

+ Fix a regression in http client that causes a crash when + request URI has no scheme.

+

+ Own Id: OTP-15930 Aux Id: ERL-969

+
+
+
+ +
+ +
Inets 7.0.8
Fixed Bugs and Malfunctions diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index 5dbec9e7b3..d948204618 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 7.0.8 +INETS_VSN = 7.0.9 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index 29bf5fc4e7..bb41b7e9ea 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -27,6 +27,37 @@

This document describes the changes made to the SSL application.

+
SSL 9.3.4 + +
Fixed Bugs and Malfunctions + + +

+ Fix handling of certificate decoding problems in TLS 1.3 + similarly as in TLS 1.2.

+

+ Own Id: OTP-15900

+
+ +

+ Hibernation now works as expected in all cases, was + accidently broken by optimization efforts.

+

+ Own Id: OTP-15910

+
+ +

+ Fix interoperability problems with openssl when the TLS + 1.3 server is configured wirh the option + signature_algs_cert.

+

+ Own Id: OTP-15913

+
+
+
+ +
+
SSL 9.3.3
Fixed Bugs and Malfunctions diff --git a/lib/ssl/vsn.mk b/lib/ssl/vsn.mk index 01dee392f5..df38aea017 100644 --- a/lib/ssl/vsn.mk +++ b/lib/ssl/vsn.mk @@ -1 +1 @@ -SSL_VSN = 9.3.3 +SSL_VSN = 9.3.4 diff --git a/make/otp_version_tickets b/make/otp_version_tickets index fd9b36720a..b741526c88 100644 --- a/make/otp_version_tickets +++ b/make/otp_version_tickets @@ -1,6 +1,10 @@ -OTP-15805 -OTP-15819 -OTP-15867 -OTP-15879 -OTP-15887 -OTP-15888 +OTP-15900 +OTP-15908 +OTP-15909 +OTP-15910 +OTP-15913 +OTP-15922 +OTP-15930 +OTP-15938 +OTP-15939 +OTP-15941 -- cgit v1.2.3