Skip to content

Commit

Permalink
Merge branch 'maint-23' into maint
Browse files Browse the repository at this point in the history
* maint-23:
  Updated OTP version
  Prepare release
  Update copyright year
  • Loading branch information
IngelaAndin committed Jun 21, 2022
2 parents 4716758 + 8e92016 commit e6f6704
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 0 deletions.
36 changes: 36 additions & 0 deletions erts/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2267,6 +2267,42 @@

</section>

<section><title>Erts 11.2.2.14</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
Accept funs (NEW_FUN_EXT) with incorrectly encoded size
field. This is a workaround for a bug (OTP-18104)
existing in OTP 23 and 24 that could cause incorrect size
fields in certain cases. The emulator does not use the
decoded size field, but <c>erl_interface</c> still does
and is not helped by this workaround.</p>
<p>
Own Id: OTP-18093 Aux Id: OTP-18104, PR-5987 </p>
</item>
<item>
<p>
The zlib built in to the runtime system has been updated
to version 1.2.12. (Note that on most platforms, the
platform's own zlib is used.)</p>
<p>
Own Id: OTP-18123 Aux Id: GH-5994 </p>
</item>
<item>
<p>
Fixed emulator crash that could happen during crashdump
generation of ETS tables with options <c>ordered_set</c>
and <c>{write_concurrency,true}</c>.</p>
<p>
Own Id: OTP-18144 Aux Id: GH-5981 </p>
</item>
</list>
</section>

</section>

<section><title>Erts 11.2.2.13</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
27 changes: 27 additions & 0 deletions lib/crypto/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,33 @@

</section>

<section><title>Crypto 4.9.0.3</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>Fix timing bug in ensure_engine_loaded</p> <p>When two
ensure_engine_loaded() calls were done in parallel there
was a possibility that a crypto lib function was called
by both instead of just one of them which resulted in an
error. This is solved by moving the implementation from
erlang down into a NIF function that uses a mutex to
protect the sensitive part.</p>
<p>
Own Id: OTP-17858 Aux Id: ERIERL-728 </p>
</item>
<item>
<p> Remove all references correctly in the garbage
collection if an engine handle was not explicit unloaded.
</p>
<p>
Own Id: OTP-18152</p>
</item>
</list>
</section>

</section>

<section><title>Crypto 4.9.0.2</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
16 changes: 16 additions & 0 deletions lib/ssh/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,22 @@

</section>

<section><title>Ssh 4.11.1.6</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
Binaries can be limited in logs with the parameter
<c>max_log_item_len</c>. The default value is 500 bytes.</p>
<p>
Own Id: OTP-18094</p>
</item>
</list>
</section>

</section>

<section><title>Ssh 4.11.1.5</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
17 changes: 17 additions & 0 deletions lib/ssl/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,23 @@

</section>

<section><title>SSL 10.3.1.3</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>
Improved handling of unexpected messages during the
handshake, taking the right action for unexpected
messages.</p>
<p>
Own Id: OTP-18145</p>
</item>
</list>
</section>

</section>

<section><title>SSL 10.3.1.2</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
1 change: 1 addition & 0 deletions otp_versions.table
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ OTP-24.0.3 : compiler-8.0.2 dialyzer-4.4.1 erts-12.0.3 inets-7.4.1 ssh-4.12.3 #
OTP-24.0.2 : compiler-8.0.1 crypto-5.0.2 erl_docgen-1.1.1 erts-12.0.2 kernel-8.0.1 ssh-4.12.2 ssl-10.4.1 stdlib-3.15.1 # asn1-5.0.16 common_test-1.20.4 debugger-5.1 dialyzer-4.4 diameter-2.2.4 edoc-1.0 eldap-1.2.9 erl_interface-5.0.1 et-1.6.5 eunit-2.6.1 ftp-1.1 inets-7.4 jinterface-1.12 megaco-4.0.1 mnesia-4.19.1 observer-2.9.6 odbc-2.13.5 os_mon-2.7 parsetools-2.3 public_key-1.11 reltool-0.9 runtime_tools-1.16.2 sasl-4.1 snmp-5.9.1 syntax_tools-2.6 tftp-1.0.3 tools-3.5 wx-2.0.1 xmerl-1.3.28 :
OTP-24.0.1 : common_test-1.20.4 crypto-5.0.1 erl_interface-5.0.1 erts-12.0.1 megaco-4.0.1 odbc-2.13.5 snmp-5.9.1 ssh-4.12.1 wx-2.0.1 # asn1-5.0.16 compiler-8.0 debugger-5.1 dialyzer-4.4 diameter-2.2.4 edoc-1.0 eldap-1.2.9 erl_docgen-1.1 et-1.6.5 eunit-2.6.1 ftp-1.1 inets-7.4 jinterface-1.12 kernel-8.0 mnesia-4.19.1 observer-2.9.6 os_mon-2.7 parsetools-2.3 public_key-1.11 reltool-0.9 runtime_tools-1.16.2 sasl-4.1 ssl-10.4 stdlib-3.15 syntax_tools-2.6 tftp-1.0.3 tools-3.5 xmerl-1.3.28 :
OTP-24.0 : asn1-5.0.16 common_test-1.20.3 compiler-8.0 crypto-5.0 debugger-5.1 dialyzer-4.4 edoc-1.0 erl_docgen-1.1 erl_interface-5.0 erts-12.0 et-1.6.5 eunit-2.6.1 ftp-1.1 inets-7.4 jinterface-1.12 kernel-8.0 megaco-4.0 mnesia-4.19.1 observer-2.9.6 odbc-2.13.4 os_mon-2.7 parsetools-2.3 public_key-1.11 reltool-0.9 runtime_tools-1.16.2 sasl-4.1 snmp-5.9 ssh-4.12 ssl-10.4 stdlib-3.15 syntax_tools-2.6 tftp-1.0.3 tools-3.5 wx-2.0 xmerl-1.3.28 # diameter-2.2.4 eldap-1.2.9 :
OTP-23.3.4.15 : crypto-4.9.0.3 erts-11.2.2.14 ssh-4.11.1.6 ssl-10.3.1.3 # asn1-5.0.15.1 common_test-1.20.2.3 compiler-7.6.9.2 debugger-5.0 dialyzer-4.3.1.1 diameter-2.2.4 edoc-0.12 eldap-1.2.9 erl_docgen-1.0.2 erl_interface-4.0.3.1 et-1.6.4 eunit-2.6 ftp-1.0.5 hipe-4.0.1 inets-7.3.2.2 jinterface-1.11.1.1 kernel-7.3.1.5 megaco-3.19.5.1 mnesia-4.19 observer-2.9.5 odbc-2.13.3.1 os_mon-2.6.1 parsetools-2.2 public_key-1.10.0.1 reltool-0.8 runtime_tools-1.16.1 sasl-4.0.2 snmp-5.8.0.1 stdlib-3.14.2.2 syntax_tools-2.5 tftp-1.0.2 tools-3.4.4 wx-1.9.3.1 xmerl-1.3.27 :
OTP-23.3.4.14 : compiler-7.6.9.2 erts-11.2.2.13 # asn1-5.0.15.1 common_test-1.20.2.3 crypto-4.9.0.2 debugger-5.0 dialyzer-4.3.1.1 diameter-2.2.4 edoc-0.12 eldap-1.2.9 erl_docgen-1.0.2 erl_interface-4.0.3.1 et-1.6.4 eunit-2.6 ftp-1.0.5 hipe-4.0.1 inets-7.3.2.2 jinterface-1.11.1.1 kernel-7.3.1.5 megaco-3.19.5.1 mnesia-4.19 observer-2.9.5 odbc-2.13.3.1 os_mon-2.6.1 parsetools-2.2 public_key-1.10.0.1 reltool-0.8 runtime_tools-1.16.1 sasl-4.0.2 snmp-5.8.0.1 ssh-4.11.1.5 ssl-10.3.1.2 stdlib-3.14.2.2 syntax_tools-2.5 tftp-1.0.2 tools-3.4.4 wx-1.9.3.1 xmerl-1.3.27 :
OTP-23.3.4.13 : erts-11.2.2.12 # asn1-5.0.15.1 common_test-1.20.2.3 compiler-7.6.9.1 crypto-4.9.0.2 debugger-5.0 dialyzer-4.3.1.1 diameter-2.2.4 edoc-0.12 eldap-1.2.9 erl_docgen-1.0.2 erl_interface-4.0.3.1 et-1.6.4 eunit-2.6 ftp-1.0.5 hipe-4.0.1 inets-7.3.2.2 jinterface-1.11.1.1 kernel-7.3.1.5 megaco-3.19.5.1 mnesia-4.19 observer-2.9.5 odbc-2.13.3.1 os_mon-2.6.1 parsetools-2.2 public_key-1.10.0.1 reltool-0.8 runtime_tools-1.16.1 sasl-4.0.2 snmp-5.8.0.1 ssh-4.11.1.5 ssl-10.3.1.2 stdlib-3.14.2.2 syntax_tools-2.5 tftp-1.0.2 tools-3.4.4 wx-1.9.3.1 xmerl-1.3.27 :
OTP-23.3.4.12 : common_test-1.20.2.3 erts-11.2.2.11 jinterface-1.11.1.1 kernel-7.3.1.5 # asn1-5.0.15.1 compiler-7.6.9.1 crypto-4.9.0.2 debugger-5.0 dialyzer-4.3.1.1 diameter-2.2.4 edoc-0.12 eldap-1.2.9 erl_docgen-1.0.2 erl_interface-4.0.3.1 et-1.6.4 eunit-2.6 ftp-1.0.5 hipe-4.0.1 inets-7.3.2.2 megaco-3.19.5.1 mnesia-4.19 observer-2.9.5 odbc-2.13.3.1 os_mon-2.6.1 parsetools-2.2 public_key-1.10.0.1 reltool-0.8 runtime_tools-1.16.1 sasl-4.0.2 snmp-5.8.0.1 ssh-4.11.1.5 ssl-10.3.1.2 stdlib-3.14.2.2 syntax_tools-2.5 tftp-1.0.2 tools-3.4.4 wx-1.9.3.1 xmerl-1.3.27 :
Expand Down

0 comments on commit e6f6704

Please sign in to comment.