aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-11-30 09:32:27 +0100
committerLoïc Hoguin <[email protected]>2023-11-30 09:32:27 +0100
commit78b47fc1bd4d08d00b4d904594de7102aa86d44f (patch)
tree177d0bc092bd50c1029d4d38091cabfb54e834bc
parentc1feff46c3fbb87a2f6db15cd220fff3f13cfc45 (diff)
downloadci.erlang.mk-78b47fc1bd4d08d00b4d904594de7102aa86d44f.tar.gz
ci.erlang.mk-78b47fc1bd4d08d00b4d904594de7102aa86d44f.tar.bz2
ci.erlang.mk-78b47fc1bd4d08d00b4d904594de7102aa86d44f.zip
OTP-26.1.1
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-26.1.1.README.txt80
2 files changed, 82 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index e675745..fdd8971 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -20,7 +20,7 @@ OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.8 OTP-22.3.4.26
OTP-23 := OTP-23.0.4 OTP-23.1.5 OTP-23.2.7.3 OTP-23.3.4.19
OTP-24 := OTP-24.0.6 OTP-24.1.7 OTP-24.2.2 OTP-24.3.4.14
OTP-25 := OTP-25.0.4 OTP-25.1.2.1 OTP-25.2.3 OTP-25.3.2.6
-OTP-26 := OTP-26.0.2 OTP-26.1
+OTP-26 := OTP-26.0.2 OTP-26.1.1
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23) $(OTP-24) $(OTP-25) $(OTP-26)
OTP-19+ := $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23) $(OTP-24) $(OTP-25) $(OTP-26)
@@ -110,7 +110,7 @@ OTP-25-DROPPED := OTP-25.0-rc1 OTP-25.0-rc2 OTP-25.0-rc3 OTP-25.0 \
OTP-25.0.1 OTP-25.0.2 OTP-25.0.3 OTP-25.1 OTP-25.1.1 OTP-25.1.2 OTP-25.2 \
OTP-25.2.1 OTP-25.2.2 OTP-25.3 OTP-25.3.1 OTP-25.3.2 OTP-25.3.2.1 OTP-25.3.2.2 OTP-25.3.2.3 OTP-25.3.2.4 OTP-25.3.2.5
OTP-26-DROPPED := OTP-26.0-rc3 \
- OTP-26.0 OTP-26.0.1
+ OTP-26.0 OTP-26.0.1 OTP-26.1
OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) \
$(OTP-21-DROPPED) $(OTP-22-DROPPED) $(OTP-23-DROPPED) $(OTP-24-DROPPED)
diff --git a/release-notes/OTP-26.1.1.README.txt b/release-notes/OTP-26.1.1.README.txt
new file mode 100644
index 0000000..3918bfa
--- /dev/null
+++ b/release-notes/OTP-26.1.1.README.txt
@@ -0,0 +1,80 @@
+Patch Package: OTP 26.1.1
+Git Tag: OTP-26.1.1
+Date: 2023-09-28
+Trouble Report Id: OTP-18768, OTP-18770, OTP-18773
+Seq num: GH-7667
+System: OTP
+Release: 26
+Application: compiler-8.4.1, stdlib-5.1.1, wx-2.3.1
+Predecessor: OTP 26.1
+
+ Check out the git tag OTP-26.1.1, and build a full OTP system
+ including documentation. Apply one or more applications from this
+ build as patches to your installation using the 'otp_patch_apply'
+ tool. For information on install requirements, see descriptions for
+ each application version below.
+
+ ---------------------------------------------------------------------
+ --- compiler-8.4.1 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The compiler-8.4.1 application can be applied independently of other
+ applications on a full OTP 26 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-18770 Application(s): compiler
+ Related Id(s): GH-7667, PR-7672
+
+ The compiler could become extremely slow for modules
+ containing huge functions.
+
+
+ Full runtime dependencies of compiler-8.4.1: crypto-5.1, erts-13.0,
+ kernel-8.4, stdlib-5.0
+
+
+ ---------------------------------------------------------------------
+ --- stdlib-5.1.1 ----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The stdlib-5.1.1 application can be applied independently of other
+ applications on a full OTP 26 installation.
+
+ --- Improvements and New Features ---
+
+ OTP-18773 Application(s): stdlib
+ Related Id(s): PR-7691
+
+ Garbage collect the shell process when reducing the
+ amount of saved history and results.
+
+
+ Full runtime dependencies of stdlib-5.1.1: compiler-5.0, crypto-4.5,
+ erts-13.1, kernel-9.0, sasl-3.0
+
+
+ ---------------------------------------------------------------------
+ --- wx-2.3.1 --------------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The wx-2.3.1 application can be applied independently of other
+ applications on a full OTP 26 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-18768 Application(s): wx
+ Related Id(s): PR-7670
+
+ The wx application would fail to build on macOS with
+ Xcode 15.
+
+
+ Full runtime dependencies of wx-2.3.1: erts-12.0, kernel-8.0,
+ stdlib-5.0
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+