From 883dc5a5f4b7b09c0efb5d25282b385213113224 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 26 Sep 2019 15:19:10 +0200 Subject: [PATCH] Prepare release --- erts/doc/src/notes.xml | 30 ++++++++ erts/vsn.mk | 2 +- lib/compiler/doc/src/notes.xml | 15 ++++ lib/compiler/vsn.mk | 2 +- lib/snmp/doc/src/notes.xml | 24 +++++- lib/snmp/vsn.mk | 2 +- make/otp_version_tickets | 129 +-------------------------------- 7 files changed, 75 insertions(+), 129 deletions(-) diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 6bc242c24671..a50c6cd733c5 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,36 @@

This document describes the changes made to the ERTS application.

+
Erts 10.5.1 + +
Fixed Bugs and Malfunctions + + +

+ A terminating process sending distributed 'EXIT' + or 'DOWN' signals while terminating could end up + in a state where no progress at all was made. This was + triggered by a distribution channel that the terminating + process was sending on got busy. This bug has existed + since ERTS version 10.4 (OTP 22.0).

+

+ Own Id: OTP-16069

+
+ +

+ When communicating with a simultaneously exiting port via + the erlang:port_*() BIFs one could sometimes get + stray {Ref, What} messages. Where Ref was a + reference and What usually were the atom + badarg.

+

+ Own Id: OTP-16107 Aux Id: ERL-1049

+
+
+
+ +
+
Erts 10.5
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index d1db2cecebef..d50230c24170 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 10.5 +VSN = 10.5.1 # Port number 4365 in 4.2 # Port number 4366 in 4.3 diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index 4db09e8059bb..2777509149b9 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,21 @@

This document describes the changes made to the Compiler application.

+
Compiler 7.4.6 + +
Fixed Bugs and Malfunctions + + +

Fixed a bug in the bit-syntax optimization pass that + could crash the compiler.

+

+ Own Id: OTP-16103 Aux Id: ERL-1050

+
+
+
+ +
+
Compiler 7.4.5
Fixed Bugs and Malfunctions diff --git a/lib/compiler/vsn.mk b/lib/compiler/vsn.mk index 5434fdf90abe..0353b1216d6c 100644 --- a/lib/compiler/vsn.mk +++ b/lib/compiler/vsn.mk @@ -1 +1 @@ -COMPILER_VSN = 7.4.5 +COMPILER_VSN = 7.4.6 diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index dd499d106938..f19b23e475ff 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -34,7 +34,29 @@ -
SNMP 5.4 +
SNMP 5.4.1 + +
Improvements and New Features + + +

+ Made it possible to add 'extra socket options' to the + (gen_udp) socket open call (for both manager and agent). + A new option has been added, extra_sock_opts, which makes + it possible for the user to add a list of extra socket + options that will be appended to the other socket options + for the open call. See the snmp application config man + page (erl -man 6 snmp) or the "Configuring the + application" chapter of the Users Guide for more info.

+

+ Own Id: OTP-16092 Aux Id: ERIERL-410

+
+
+
+ +
+ +
SNMP 5.4
Fixed Bugs and Malfunctions diff --git a/lib/snmp/vsn.mk b/lib/snmp/vsn.mk index 2450b771f72c..f5655f2ac05b 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = snmp -SNMP_VSN = 5.4 +SNMP_VSN = 5.4.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)" diff --git a/make/otp_version_tickets b/make/otp_version_tickets index a8bd952e0e10..53a74940af03 100644 --- a/make/otp_version_tickets +++ b/make/otp_version_tickets @@ -1,125 +1,4 @@ -OTP-10400 -OTP-13872 -OTP-15328 -OTP-15330 -OTP-15331 -OTP-15332 -OTP-15344 -OTP-15370 -OTP-15395 -OTP-15422 -OTP-15431 -OTP-15510 -OTP-15566 -OTP-15731 -OTP-15738 -OTP-15747 -OTP-15764 -OTP-15765 -OTP-15778 -OTP-15789 -OTP-15807 -OTP-15813 -OTP-15814 -OTP-15817 -OTP-15818 -OTP-15820 -OTP-15822 -OTP-15823 -OTP-15826 -OTP-15827 -OTP-15830 -OTP-15831 -OTP-15833 -OTP-15836 -OTP-15843 -OTP-15849 -OTP-15850 -OTP-15851 -OTP-15852 -OTP-15853 -OTP-15854 -OTP-15858 -OTP-15859 -OTP-15863 -OTP-15869 -OTP-15870 -OTP-15874 -OTP-15876 -OTP-15880 -OTP-15881 -OTP-15882 -OTP-15883 -OTP-15884 -OTP-15889 -OTP-15893 -OTP-15897 -OTP-15901 -OTP-15904 -OTP-15905 -OTP-15906 -OTP-15911 -OTP-15916 -OTP-15917 -OTP-15918 -OTP-15923 -OTP-15924 -OTP-15926 -OTP-15927 -OTP-15928 -OTP-15929 -OTP-15931 -OTP-15932 -OTP-15933 -OTP-15934 -OTP-15935 -OTP-15942 -OTP-15954 -OTP-15955 -OTP-15958 -OTP-15959 -OTP-15962 -OTP-15963 -OTP-15966 -OTP-15968 -OTP-15969 -OTP-15970 -OTP-15971 -OTP-15974 -OTP-15975 -OTP-15977 -OTP-15978 -OTP-15979 -OTP-15980 -OTP-15982 -OTP-15983 -OTP-15984 -OTP-15985 -OTP-15987 -OTP-15992 -OTP-15996 -OTP-15997 -OTP-16000 -OTP-16001 -OTP-16002 -OTP-16006 -OTP-16012 -OTP-16022 -OTP-16023 -OTP-16027 -OTP-16028 -OTP-16032 -OTP-16035 -OTP-16036 -OTP-16037 -OTP-16038 -OTP-16040 -OTP-16041 -OTP-16042 -OTP-16044 -OTP-16049 -OTP-16050 -OTP-16051 -OTP-16056 -OTP-16058 -OTP-16060 +OTP-16069 +OTP-16092 +OTP-16103 +OTP-16107