File tree 13 files changed +128
-13
lines changed
13 files changed +128
-13
lines changed Original file line number Diff line number Diff line change 31
31
</header>
32
32
<p>This document describes the changes made to the ERTS application.</p>
33
33
34
+ <section><title>Erts 12.3.2.13</title>
35
+
36
+ <section><title>Fixed Bugs and Malfunctions</title>
37
+ <list>
38
+ <item>
39
+ <p>The following functions are now much faster when given
40
+ a long list or binary:</p> <list>
41
+ <item>erlang:list_to_integer/1</item>
42
+ <item>erlang:binary_to_integer/1</item>
43
+ <item>erlang:binary_to_integer/2</item>
44
+ <item>erlang:list_to_integer/2</item>
45
+ <item>string:to_integer/1</item> </list>
46
+ <p>
47
+ Own Id: OTP-18659 Aux Id: PR-7426 </p>
48
+ </item>
49
+ </list>
50
+ </section>
51
+
52
+ </section>
53
+
34
54
<section><title>Erts 12.3.2.12</title>
35
55
36
56
<section><title>Fixed Bugs and Malfunctions</title>
Original file line number Diff line number Diff line change 18
18
# %CopyrightEnd%
19
19
#
20
20
21
- VSN = 12.3.2.12
21
+ VSN = 12.3.2.13
22
22
23
23
# Port number 4365 in 4.2
24
24
# Port number 4366 in 4.3
Original file line number Diff line number Diff line change 32
32
<p >This document describes the changes made to the Compiler
33
33
application.</p >
34
34
35
+ <section ><title >Compiler 8.1.1.5</title >
36
+
37
+ <section ><title >Fixed Bugs and Malfunctions</title >
38
+ <list >
39
+ <item >
40
+ <p >The compiler could be very slow when compiling guards
41
+ with multiple guard tests separated with '<c >or</c >' or
42
+ '<c >;</c >'.</p >
43
+ <p >
44
+ Own Id: OTP-18617 Aux Id: GH-7338 </p >
45
+ </item >
46
+ </list >
47
+ </section >
48
+
49
+ </section >
50
+
35
51
<section ><title >Compiler 8.1.1.4</title >
36
52
37
53
<section ><title >Fixed Bugs and Malfunctions</title >
Original file line number Diff line number Diff line change 1
- COMPILER_VSN = 8.1.1.4
1
+ COMPILER_VSN = 8.1.1.5
Original file line number Diff line number Diff line change 33
33
<p >This document describes the changes made to the Debugger
34
34
application.</p >
35
35
36
+ <section ><title >Debugger 5.2.1.1</title >
37
+
38
+ <section ><title >Fixed Bugs and Malfunctions</title >
39
+ <list >
40
+ <item >
41
+ <p >The call <c >int:no_break(Module)</c > did not remove
42
+ any breakpoints.</p >
43
+ <p >
44
+ Own Id: OTP-18644 Aux Id: GH-7336 </p >
45
+ </item >
46
+ </list >
47
+ </section >
48
+
49
+ </section >
50
+
36
51
<section ><title >Debugger 5.2.1</title >
37
52
38
53
<section ><title >Fixed Bugs and Malfunctions</title >
Original file line number Diff line number Diff line change 1
- DEBUGGER_VSN = 5.2.1
1
+ DEBUGGER_VSN = 5.2.1.1
Original file line number Diff line number Diff line change 30
30
<file >notes.xml</file >
31
31
</header >
32
32
33
+ <section ><title >Ssh 4.13.2.3</title >
34
+
35
+ <section ><title >Fixed Bugs and Malfunctions</title >
36
+ <list >
37
+ <item >
38
+ <p >
39
+ With this change, error logging related crashes in
40
+ ssh_connection_handler module are fixed.</p >
41
+ <p >
42
+ Own Id: OTP-18620 Aux Id: OTP-18386,PR-6611 </p >
43
+ </item >
44
+ </list >
45
+ </section >
46
+
47
+ </section >
48
+
33
49
<section ><title >Ssh 4.13.2.2</title >
34
50
35
51
<section ><title >Fixed Bugs and Malfunctions</title >
Original file line number Diff line number Diff line change 1
1
# -*-makefile-*- ; force emacs to enter makefile-mode
2
2
3
- SSH_VSN = 4.13.2.2
3
+ SSH_VSN = 4.13.2.3
4
4
APP_VSN = "ssh-$(SSH_VSN ) "
Original file line number Diff line number Diff line change 27
27
</header >
28
28
<p >This document describes the changes made to the SSL application.</p >
29
29
30
+ <section ><title >SSL 10.7.3.8</title >
31
+
32
+ <section ><title >Fixed Bugs and Malfunctions</title >
33
+ <list >
34
+ <item >
35
+ <p >
36
+ Added keylog information to all protocol versions in
37
+ <c >ssl:connection_information/2</c >.</p >
38
+ <p >
39
+ Own Id: OTP-18643 Aux Id: ERIERL-932 </p >
40
+ </item >
41
+ </list >
42
+ </section >
43
+
44
+
45
+ <section ><title >Improvements and New Features</title >
46
+ <list >
47
+ <item >
48
+ <p >
49
+ Add RFC-6083 considerations for DTLS to enable gen_sctp
50
+ based callback for the transport.</p >
51
+ <p >
52
+ Own Id: OTP-18618 Aux Id: ERIERL-932 </p >
53
+ </item >
54
+ </list >
55
+ </section >
56
+
57
+ </section >
58
+
30
59
<section ><title >SSL 10.7.3.7</title >
31
60
32
61
<section ><title >Fixed Bugs and Malfunctions</title >
Original file line number Diff line number Diff line change 1
- SSL_VSN = 10.7.3.7
1
+ SSL_VSN = 10.7.3.8
Original file line number Diff line number Diff line change 31
31
</header >
32
32
<p >This document describes the changes made to the STDLIB application.</p >
33
33
34
+ <section ><title >STDLIB 3.17.2.4</title >
35
+
36
+ <section ><title >Fixed Bugs and Malfunctions</title >
37
+ <list >
38
+ <item >
39
+ <p >The following functions are now much faster when given
40
+ a long list or binary:</p > <list >
41
+ <item >erlang:list_to_integer/1</item >
42
+ <item >erlang:binary_to_integer/1</item >
43
+ <item >erlang:binary_to_integer/2</item >
44
+ <item >erlang:list_to_integer/2</item >
45
+ <item >string:to_integer/1</item > </list >
46
+ <p >
47
+ Own Id: OTP-18659 Aux Id: PR-7426 </p >
48
+ </item >
49
+ </list >
50
+ </section >
51
+
52
+ </section >
53
+
34
54
<section ><title >STDLIB 3.17.2.3</title >
35
55
36
56
<section ><title >Improvements and New Features</title >
Original file line number Diff line number Diff line change 1
- STDLIB_VSN = 3.17.2.3
1
+ STDLIB_VSN = 3.17.2.4
Original file line number Diff line number Diff line change 1
- OTP-18556
2
- OTP-18560
3
- OTP-18569
4
- OTP-18570
5
- OTP-18593
6
- OTP-18595
7
- OTP-18597
1
+ OTP-18617
2
+ OTP-18618
3
+ OTP-18620
4
+ OTP-18643
5
+ OTP-18644
6
+ OTP-18659
You can’t perform that action at this time.
0 commit comments