Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlang/OTP committed Sep 26, 2019
1 parent 3fc269f commit 883dc5a
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 129 deletions.
30 changes: 30 additions & 0 deletions erts/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,36 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>

<section><title>Erts 10.5.1</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
A terminating process sending distributed <c>'EXIT'</c>
or <c>'DOWN'</c> 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).</p>
<p>
Own Id: OTP-16069</p>
</item>
<item>
<p>
When communicating with a simultaneously exiting port via
the <c>erlang:port_*()</c> BIFs one could sometimes get
stray <c>{Ref, What}</c> messages. Where <c>Ref</c> was a
reference and <c>What</c> usually were the atom
<c>badarg</c>.</p>
<p>
Own Id: OTP-16107 Aux Id: ERL-1049 </p>
</item>
</list>
</section>

</section>

<section><title>Erts 10.5</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
2 changes: 1 addition & 1 deletion erts/vsn.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# %CopyrightEnd%
#

VSN = 10.5
VSN = 10.5.1

# Port number 4365 in 4.2
# Port number 4366 in 4.3
Expand Down
15 changes: 15 additions & 0 deletions lib/compiler/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,21 @@
<p>This document describes the changes made to the Compiler
application.</p>

<section><title>Compiler 7.4.6</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>Fixed a bug in the bit-syntax optimization pass that
could crash the compiler.</p>
<p>
Own Id: OTP-16103 Aux Id: ERL-1050 </p>
</item>
</list>
</section>

</section>

<section><title>Compiler 7.4.5</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/compiler/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
COMPILER_VSN = 7.4.5
COMPILER_VSN = 7.4.6
24 changes: 23 additions & 1 deletion lib/snmp/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,29 @@
</header>


<section><title>SNMP 5.4</title>
<section><title>SNMP 5.4.1</title>

<section><title>Improvements and New Features</title>
<list>
<item>
<p>
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.</p>
<p>
Own Id: OTP-16092 Aux Id: ERIERL-410 </p>
</item>
</list>
</section>

</section>

<section><title>SNMP 5.4</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
Expand Down
2 changes: 1 addition & 1 deletion lib/snmp/vsn.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
129 changes: 4 additions & 125 deletions make/otp_version_tickets
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 883dc5a

Please sign in to comment.