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 27, 2023
1 parent 6cd5241 commit d2b38cb
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 99 deletions.
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 8.4.1</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>The compiler could become extremely slow for modules
containing huge functions.</p>
<p>
Own Id: OTP-18770 Aux Id: GH-7667, PR-7672 </p>
</item>
</list>
</section>

</section>

<section><title>Compiler 8.4</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 = 8.4
COMPILER_VSN = 8.4.1
16 changes: 16 additions & 0 deletions lib/stdlib/doc/src/notes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@
</header>
<p>This document describes the changes made to the STDLIB application.</p>

<section><title>STDLIB 5.1.1</title>

<section><title>Improvements and New Features</title>
<list>
<item>
<p>
Garbage collect the shell process when reducing the
amount of saved history and results.</p>
<p>
Own Id: OTP-18773 Aux Id: PR-7691 </p>
</item>
</list>
</section>

</section>

<section><title>STDLIB 5.1</title>

<section><title>Fixed Bugs and Malfunctions</title>
Expand Down
8 changes: 6 additions & 2 deletions lib/stdlib/src/stdlib.appup.src
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
{<<"^5\\.0$">>,[restart_new_emulator]},
{<<"^5\\.0\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
{<<"^5\\.0\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^5\\.0\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]}],
{<<"^5\\.0\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^5\\.1$">>,[restart_new_emulator]},
{<<"^5\\.1\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}],
[{<<"^3\\.15$">>,[restart_new_emulator]},
{<<"^3\\.15\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
{<<"^3\\.15\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
Expand All @@ -79,4 +81,6 @@
{<<"^5\\.0$">>,[restart_new_emulator]},
{<<"^5\\.0\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]},
{<<"^5\\.0\\.1(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^5\\.0\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]}]}.
{<<"^5\\.0\\.2(?:\\.[0-9]+)*$">>,[restart_new_emulator]},
{<<"^5\\.1$">>,[restart_new_emulator]},
{<<"^5\\.1\\.0(?:\\.[0-9]+)+$">>,[restart_new_emulator]}]}.
2 changes: 1 addition & 1 deletion lib/stdlib/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
STDLIB_VSN = 5.1
STDLIB_VSN = 5.1.1
15 changes: 15 additions & 0 deletions lib/wx/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 wxErlang
application.</p>

<section><title>Wx 2.3.1</title>

<section><title>Fixed Bugs and Malfunctions</title>
<list>
<item>
<p>The <c>wx</c> application would fail to build on macOS
with Xcode 15.</p>
<p>
Own Id: OTP-18768 Aux Id: PR-7670 </p>
</item>
</list>
</section>

</section>

<section><title>Wx 2.3</title>

<section><title>Improvements and New Features</title>
Expand Down
2 changes: 1 addition & 1 deletion lib/wx/vsn.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
WX_VSN = 2.3
WX_VSN = 2.3.1
97 changes: 3 additions & 94 deletions make/otp_version_tickets
Original file line number Diff line number Diff line change
@@ -1,94 +1,3 @@
OTP-14480
OTP-16607
OTP-18130
OTP-18579
OTP-18582
OTP-18586
OTP-18592
OTP-18598
OTP-18599
OTP-18605
OTP-18611
OTP-18614
OTP-18615
OTP-18616
OTP-18623
OTP-18627
OTP-18628
OTP-18629
OTP-18631
OTP-18633
OTP-18638
OTP-18644
OTP-18645
OTP-18647
OTP-18654
OTP-18655
OTP-18660
OTP-18661
OTP-18662
OTP-18664
OTP-18666
OTP-18669
OTP-18670
OTP-18672
OTP-18674
OTP-18675
OTP-18676
OTP-18677
OTP-18678
OTP-18679
OTP-18681
OTP-18683
OTP-18685
OTP-18686
OTP-18687
OTP-18688
OTP-18689
OTP-18690
OTP-18691
OTP-18692
OTP-18693
OTP-18694
OTP-18696
OTP-18697
OTP-18698
OTP-18700
OTP-18701
OTP-18702
OTP-18704
OTP-18705
OTP-18706
OTP-18707
OTP-18708
OTP-18710
OTP-18711
OTP-18712
OTP-18718
OTP-18719
OTP-18721
OTP-18722
OTP-18723
OTP-18724
OTP-18725
OTP-18729
OTP-18731
OTP-18732
OTP-18733
OTP-18734
OTP-18736
OTP-18737
OTP-18738
OTP-18740
OTP-18745
OTP-18746
OTP-18747
OTP-18748
OTP-18752
OTP-18753
OTP-18754
OTP-18755
OTP-18757
OTP-18758
OTP-18759
OTP-18763
OTP-18768
OTP-18770
OTP-18773

0 comments on commit d2b38cb

Please sign in to comment.