File tree 7 files changed +117
-2
lines changed
7 files changed +117
-2
lines changed Original file line number Diff line number Diff line change 2233
2233
2234
2234
</section>
2235
2235
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
+
2236
2256
<section><title>Erts 12.3.2.12</title>
2237
2257
2238
2258
<section><title>Fixed Bugs and Malfunctions</title>
Original file line number Diff line number Diff line change 707
707
708
708
</section >
709
709
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
+
710
726
<section ><title >Compiler 8.1.1.4</title >
711
727
712
728
<section ><title >Fixed Bugs and Malfunctions</title >
Original file line number Diff line number Diff line change 85
85
86
86
</section >
87
87
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
+
88
103
<section ><title >Debugger 5.2.1</title >
89
104
90
105
<section ><title >Fixed Bugs and Malfunctions</title >
1101
1116
</section >
1102
1117
</section >
1103
1118
</chapter >
1104
-
1105
-
Original file line number Diff line number Diff line change 286
286
287
287
</section >
288
288
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
+
289
305
<section ><title >Ssh 4.13.2.2</title >
290
306
291
307
<section ><title >Fixed Bugs and Malfunctions</title >
Original file line number Diff line number Diff line change 767
767
768
768
</section >
769
769
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
+
770
799
<section ><title >SSL 10.7.3.7</title >
771
800
772
801
<section ><title >Fixed Bugs and Malfunctions</title >
Original file line number Diff line number Diff line change 1254
1254
1255
1255
</section >
1256
1256
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
+
1257
1277
<section ><title >STDLIB 3.17.2.3</title >
1258
1278
1259
1279
<section ><title >Improvements and New Features</title >
Original file line number Diff line number Diff 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
20
20
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 :
21
21
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 :
22
22
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 :
23
24
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 :
24
25
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 :
25
26
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 :
You can’t perform that action at this time.
0 commit comments