summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2020-12-04 17:36:02 +0100
committerErlang/OTP <otp@erlang.org>2020-12-04 17:36:02 +0100
commit8cfbd7ec0f941023789aa82f99bb36b71088b287 (patch)
tree19f16e9b697f0e20f970fe1d1843a884912ec2b7
parent9d0c7651a59fff8427488a77a4b26d2c876ccc9d (diff)
downloaderlang-8cfbd7ec0f941023789aa82f99bb36b71088b287.tar.gz
Prepare release
-rw-r--r--erts/doc/src/notes.xml17
-rw-r--r--erts/vsn.mk2
-rw-r--r--lib/compiler/doc/src/notes.xml15
-rw-r--r--lib/compiler/vsn.mk2
-rw-r--r--lib/megaco/doc/src/notes.xml18
-rw-r--r--lib/megaco/vsn.mk2
-rw-r--r--lib/snmp/doc/src/notes.xml31
-rw-r--r--lib/snmp/vsn.mk2
-rw-r--r--make/otp_version_tickets8
9 files changed, 88 insertions, 9 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index 92de85cf51..6a9983748c 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -31,6 +31,23 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>
+<section><title>Erts 10.7.2.6</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fixed rare distribution bug in race between received
+ signal (link/monitor/spawn_request/spawn_reply) and
+ disconnection. Symptom: VM crash. Since: OTP 21.0.</p>
+ <p>
+ Own Id: OTP-16869 Aux Id: ERL-1337 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 10.7.2.5</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/erts/vsn.mk b/erts/vsn.mk
index b920b47f8c..83284d4bac 100644
--- a/erts/vsn.mk
+++ b/erts/vsn.mk
@@ -18,7 +18,7 @@
# %CopyrightEnd%
#
-VSN = 10.7.2.5
+VSN = 10.7.2.6
# 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 874d6e0027..492d565a00 100644
--- a/lib/compiler/doc/src/notes.xml
+++ b/lib/compiler/doc/src/notes.xml
@@ -32,6 +32,21 @@
<p>This document describes the changes made to the Compiler
application.</p>
+<section><title>Compiler 7.5.4.2</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>Fixed a bug in the validator that could cause it to
+ reject valid code</p>
+ <p>
+ Own Id: OTP-17039 Aux Id: ERL-1426 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Compiler 7.5.4.1</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/compiler/vsn.mk b/lib/compiler/vsn.mk
index 51e0ce6839..c44e565769 100644
--- a/lib/compiler/vsn.mk
+++ b/lib/compiler/vsn.mk
@@ -1 +1 @@
-COMPILER_VSN = 7.5.4.1
+COMPILER_VSN = 7.5.4.2
diff --git a/lib/megaco/doc/src/notes.xml b/lib/megaco/doc/src/notes.xml
index e5399d1db1..0af4e59b98 100644
--- a/lib/megaco/doc/src/notes.xml
+++ b/lib/megaco/doc/src/notes.xml
@@ -37,7 +37,23 @@
section is the version number of Megaco.</p>
- <section><title>Megaco 3.18.8.2</title>
+ <section><title>Megaco 3.18.8.3</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Empty statistics descriptor (now) allowed in both encode
+ and decode for version 3.</p>
+ <p>
+ Own Id: OTP-17012 Aux Id: ERL-1405 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Megaco 3.18.8.2</title>
<section><title>Fixed Bugs and Malfunctions</title>
<list>
diff --git a/lib/megaco/vsn.mk b/lib/megaco/vsn.mk
index 0a112e81ae..7b532d1efb 100644
--- a/lib/megaco/vsn.mk
+++ b/lib/megaco/vsn.mk
@@ -19,6 +19,6 @@
# %CopyrightEnd%
APPLICATION = megaco
-MEGACO_VSN = 3.18.8.2
+MEGACO_VSN = 3.18.8.3
PRE_VSN =
APP_VSN = "$(APPLICATION)-$(MEGACO_VSN)$(PRE_VSN)"
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml
index e584a062e8..bb52440666 100644
--- a/lib/snmp/doc/src/notes.xml
+++ b/lib/snmp/doc/src/notes.xml
@@ -34,7 +34,36 @@
</header>
- <section><title>SNMP 5.5.0.3</title>
+ <section><title>SNMP 5.5.0.4</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ The mib server cache handling has been improved. First,
+ the default gclimit has been changed from 100 to infinity
+ (in order to ensure the size is as small as possible).
+ Also the method of removing old elements has been
+ optimized.</p>
+ <p>
+ Own Id: OTP-16989 Aux Id: ERIERL-544 </p>
+ </item>
+ <item>
+ <p>
+ It is now possible to configure the agent in such a way
+ that the order of outgoing notifications are processed in
+ order in the agent. What happens after the notification
+ message has left the agent (been sent) is of course still
+ out of our control.</p>
+ <p>
+ Own Id: OTP-17022 Aux Id: ERIERL-492 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>SNMP 5.5.0.3</title>
<section><title>Fixed Bugs and Malfunctions</title>
<list>
diff --git a/lib/snmp/vsn.mk b/lib/snmp/vsn.mk
index 5023137826..f47fc601fd 100644
--- a/lib/snmp/vsn.mk
+++ b/lib/snmp/vsn.mk
@@ -19,6 +19,6 @@
# %CopyrightEnd%
APPLICATION = snmp
-SNMP_VSN = 5.5.0.3
+SNMP_VSN = 5.5.0.4
PRE_VSN =
APP_VSN = "$(APPLICATION)-$(SNMP_VSN)$(PRE_VSN)"
diff --git a/make/otp_version_tickets b/make/otp_version_tickets
index 0a52102ee4..29da6911b5 100644
--- a/make/otp_version_tickets
+++ b/make/otp_version_tickets
@@ -1,4 +1,6 @@
OTP-16607
-OTP-16837
-OTP-16921
-OTP-16939
+OTP-16869
+OTP-16989
+OTP-17012
+OTP-17022
+OTP-17039