Skip to content

Commit fb8bf23

Browse files
committed
Merge branch 'maint' into master
* maint: Updated OTP version Prepare release Update copyright year
2 parents 845eae1 + 38b82ed commit fb8bf23

File tree

7 files changed

+117
-2
lines changed

7 files changed

+117
-2
lines changed

erts/doc/src/notes.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2233,6 +2233,26 @@
22332233

22342234
</section>
22352235

2236+
<section><title>Erts 12.3.2.13</title>
2237+
2238+
<section><title>Fixed Bugs and Malfunctions</title>
2239+
<list>
2240+
<item>
2241+
<p>The following functions are now much faster when given
2242+
a long list or binary:</p> <list>
2243+
<item>erlang:list_to_integer/1</item>
2244+
<item>erlang:binary_to_integer/1</item>
2245+
<item>erlang:binary_to_integer/2</item>
2246+
<item>erlang:list_to_integer/2</item>
2247+
<item>string:to_integer/1</item> </list>
2248+
<p>
2249+
Own Id: OTP-18659 Aux Id: PR-7426 </p>
2250+
</item>
2251+
</list>
2252+
</section>
2253+
2254+
</section>
2255+
22362256
<section><title>Erts 12.3.2.12</title>
22372257

22382258
<section><title>Fixed Bugs and Malfunctions</title>

lib/compiler/doc/src/notes.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,22 @@
707707

708708
</section>
709709

710+
<section><title>Compiler 8.1.1.5</title>
711+
712+
<section><title>Fixed Bugs and Malfunctions</title>
713+
<list>
714+
<item>
715+
<p>The compiler could be very slow when compiling guards
716+
with multiple guard tests separated with '<c>or</c>' or
717+
'<c>;</c>'.</p>
718+
<p>
719+
Own Id: OTP-18617 Aux Id: GH-7338 </p>
720+
</item>
721+
</list>
722+
</section>
723+
724+
</section>
725+
710726
<section><title>Compiler 8.1.1.4</title>
711727

712728
<section><title>Fixed Bugs and Malfunctions</title>

lib/debugger/doc/src/notes.xml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,21 @@
8585

8686
</section>
8787

88+
<section><title>Debugger 5.2.1.1</title>
89+
90+
<section><title>Fixed Bugs and Malfunctions</title>
91+
<list>
92+
<item>
93+
<p>The call <c>int:no_break(Module)</c> did not remove
94+
any breakpoints.</p>
95+
<p>
96+
Own Id: OTP-18644 Aux Id: GH-7336 </p>
97+
</item>
98+
</list>
99+
</section>
100+
101+
</section>
102+
88103
<section><title>Debugger 5.2.1</title>
89104

90105
<section><title>Fixed Bugs and Malfunctions</title>
@@ -1101,5 +1116,3 @@
11011116
</section>
11021117
</section>
11031118
</chapter>
1104-
1105-

lib/ssh/doc/src/notes.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,22 @@
286286

287287
</section>
288288

289+
<section><title>Ssh 4.13.2.3</title>
290+
291+
<section><title>Fixed Bugs and Malfunctions</title>
292+
<list>
293+
<item>
294+
<p>
295+
With this change, error logging related crashes in
296+
ssh_connection_handler module are fixed.</p>
297+
<p>
298+
Own Id: OTP-18620 Aux Id: OTP-18386,PR-6611 </p>
299+
</item>
300+
</list>
301+
</section>
302+
303+
</section>
304+
289305
<section><title>Ssh 4.13.2.2</title>
290306

291307
<section><title>Fixed Bugs and Malfunctions</title>

lib/ssl/doc/src/notes.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,35 @@
767767

768768
</section>
769769

770+
<section><title>SSL 10.7.3.8</title>
771+
772+
<section><title>Fixed Bugs and Malfunctions</title>
773+
<list>
774+
<item>
775+
<p>
776+
Added keylog information to all protocol versions in
777+
<c>ssl:connection_information/2</c>.</p>
778+
<p>
779+
Own Id: OTP-18643 Aux Id: ERIERL-932 </p>
780+
</item>
781+
</list>
782+
</section>
783+
784+
785+
<section><title>Improvements and New Features</title>
786+
<list>
787+
<item>
788+
<p>
789+
Add RFC-6083 considerations for DTLS to enable gen_sctp
790+
based callback for the transport.</p>
791+
<p>
792+
Own Id: OTP-18618 Aux Id: ERIERL-932 </p>
793+
</item>
794+
</list>
795+
</section>
796+
797+
</section>
798+
770799
<section><title>SSL 10.7.3.7</title>
771800

772801
<section><title>Fixed Bugs and Malfunctions</title>

lib/stdlib/doc/src/notes.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,6 +1254,26 @@
12541254

12551255
</section>
12561256

1257+
<section><title>STDLIB 3.17.2.4</title>
1258+
1259+
<section><title>Fixed Bugs and Malfunctions</title>
1260+
<list>
1261+
<item>
1262+
<p>The following functions are now much faster when given
1263+
a long list or binary:</p> <list>
1264+
<item>erlang:list_to_integer/1</item>
1265+
<item>erlang:binary_to_integer/1</item>
1266+
<item>erlang:binary_to_integer/2</item>
1267+
<item>erlang:list_to_integer/2</item>
1268+
<item>string:to_integer/1</item> </list>
1269+
<p>
1270+
Own Id: OTP-18659 Aux Id: PR-7426 </p>
1271+
</item>
1272+
</list>
1273+
</section>
1274+
1275+
</section>
1276+
12571277
<section><title>STDLIB 3.17.2.3</title>
12581278

12591279
<section><title>Improvements and New Features</title>

otp_versions.table

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ OTP-25.0.3 : erts-13.0.3 ssl-10.8.3 # asn1-5.0.19 common_test-1.23 compiler-8.2
2020
OTP-25.0.2 : erts-13.0.2 ssl-10.8.2 # asn1-5.0.19 common_test-1.23 compiler-8.2 crypto-5.1.1 debugger-5.3 dialyzer-5.0.1 diameter-2.2.6 edoc-1.2 eldap-1.2.10 erl_docgen-1.3 erl_interface-5.3 et-1.6.5 eunit-2.7.1 ftp-1.1.1 inets-8.0 jinterface-1.13 kernel-8.4.1 megaco-4.4 mnesia-4.21.1 observer-2.12 odbc-2.14 os_mon-2.7.1 parsetools-2.4 public_key-1.13 reltool-0.9 runtime_tools-1.19 sasl-4.2 snmp-5.13 ssh-4.14.1 stdlib-4.0.1 syntax_tools-3.0 tftp-1.0.3 tools-3.5.3 wx-2.2 xmerl-1.3.29 :
2121
OTP-25.0.1 : crypto-5.1.1 dialyzer-5.0.1 erts-13.0.1 kernel-8.4.1 mnesia-4.21.1 ssh-4.14.1 ssl-10.8.1 stdlib-4.0.1 # asn1-5.0.19 common_test-1.23 compiler-8.2 debugger-5.3 diameter-2.2.6 edoc-1.2 eldap-1.2.10 erl_docgen-1.3 erl_interface-5.3 et-1.6.5 eunit-2.7.1 ftp-1.1.1 inets-8.0 jinterface-1.13 megaco-4.4 observer-2.12 odbc-2.14 os_mon-2.7.1 parsetools-2.4 public_key-1.13 reltool-0.9 runtime_tools-1.19 sasl-4.2 snmp-5.13 syntax_tools-3.0 tftp-1.0.3 tools-3.5.3 wx-2.2 xmerl-1.3.29 :
2222
OTP-25.0 : asn1-5.0.19 common_test-1.23 compiler-8.2 crypto-5.1 debugger-5.3 dialyzer-5.0 diameter-2.2.6 edoc-1.2 erl_docgen-1.3 erl_interface-5.3 erts-13.0 eunit-2.7.1 inets-8.0 jinterface-1.13 kernel-8.4 megaco-4.4 mnesia-4.21 observer-2.12 odbc-2.14 parsetools-2.4 public_key-1.13 runtime_tools-1.19 sasl-4.2 snmp-5.13 ssh-4.14 ssl-10.8 stdlib-4.0 syntax_tools-3.0 tools-3.5.3 wx-2.2 xmerl-1.3.29 # eldap-1.2.10 et-1.6.5 ftp-1.1.1 os_mon-2.7.1 reltool-0.9 tftp-1.0.3 :
23+
OTP-24.3.4.13 : compiler-8.1.1.5 debugger-5.2.1.1 erts-12.3.2.13 ssh-4.13.2.3 ssl-10.7.3.8 stdlib-3.17.2.4 # asn1-5.0.18.1 common_test-1.22.1.1 crypto-5.0.6.3 dialyzer-4.4.4.1 diameter-2.2.5 edoc-1.1 eldap-1.2.10 erl_docgen-1.2.1 erl_interface-5.2.2 et-1.6.5 eunit-2.7 ftp-1.1.1 inets-7.5.3.4 jinterface-1.12.2 kernel-8.3.2.3 megaco-4.3 mnesia-4.20.4.2 observer-2.11.1 odbc-2.13.5 os_mon-2.7.1 parsetools-2.3.2 public_key-1.12.0.1 reltool-0.9 runtime_tools-1.18 sasl-4.1.2 snmp-5.12.0.3 syntax_tools-2.6 tftp-1.0.3 tools-3.5.2 wx-2.1.4 xmerl-1.3.28.1 :
2324
OTP-24.3.4.12 : compiler-8.1.1.4 erts-12.3.2.12 stdlib-3.17.2.3 xmerl-1.3.28.1 # asn1-5.0.18.1 common_test-1.22.1.1 crypto-5.0.6.3 debugger-5.2.1 dialyzer-4.4.4.1 diameter-2.2.5 edoc-1.1 eldap-1.2.10 erl_docgen-1.2.1 erl_interface-5.2.2 et-1.6.5 eunit-2.7 ftp-1.1.1 inets-7.5.3.4 jinterface-1.12.2 kernel-8.3.2.3 megaco-4.3 mnesia-4.20.4.2 observer-2.11.1 odbc-2.13.5 os_mon-2.7.1 parsetools-2.3.2 public_key-1.12.0.1 reltool-0.9 runtime_tools-1.18 sasl-4.1.2 snmp-5.12.0.3 ssh-4.13.2.2 ssl-10.7.3.7 syntax_tools-2.6 tftp-1.0.3 tools-3.5.2 wx-2.1.4 :
2425
OTP-24.3.4.11 : erts-12.3.2.11 inets-7.5.3.4 ssl-10.7.3.7 # asn1-5.0.18.1 common_test-1.22.1.1 compiler-8.1.1.3 crypto-5.0.6.3 debugger-5.2.1 dialyzer-4.4.4.1 diameter-2.2.5 edoc-1.1 eldap-1.2.10 erl_docgen-1.2.1 erl_interface-5.2.2 et-1.6.5 eunit-2.7 ftp-1.1.1 jinterface-1.12.2 kernel-8.3.2.3 megaco-4.3 mnesia-4.20.4.2 observer-2.11.1 odbc-2.13.5 os_mon-2.7.1 parsetools-2.3.2 public_key-1.12.0.1 reltool-0.9 runtime_tools-1.18 sasl-4.1.2 snmp-5.12.0.3 ssh-4.13.2.2 stdlib-3.17.2.2 syntax_tools-2.6 tftp-1.0.3 tools-3.5.2 wx-2.1.4 xmerl-1.3.28 :
2526
OTP-24.3.4.10 : erts-12.3.2.10 inets-7.5.3.3 snmp-5.12.0.3 # asn1-5.0.18.1 common_test-1.22.1.1 compiler-8.1.1.3 crypto-5.0.6.3 debugger-5.2.1 dialyzer-4.4.4.1 diameter-2.2.5 edoc-1.1 eldap-1.2.10 erl_docgen-1.2.1 erl_interface-5.2.2 et-1.6.5 eunit-2.7 ftp-1.1.1 jinterface-1.12.2 kernel-8.3.2.3 megaco-4.3 mnesia-4.20.4.2 observer-2.11.1 odbc-2.13.5 os_mon-2.7.1 parsetools-2.3.2 public_key-1.12.0.1 reltool-0.9 runtime_tools-1.18 sasl-4.1.2 ssh-4.13.2.2 ssl-10.7.3.6 stdlib-3.17.2.2 syntax_tools-2.6 tftp-1.0.3 tools-3.5.2 wx-2.1.4 xmerl-1.3.28 :

0 commit comments

Comments
 (0)