aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-25.1.2.README.txt72
2 files changed, 74 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index fad1718..1119c96 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -19,7 +19,7 @@ OTP-21 := OTP-21.0.9 OTP-21.1.4 OTP-21.2.7 OTP-21.3.8.24
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.18
OTP-24 := OTP-24.0.6 OTP-24.1.7 OTP-24.2.2 OTP-24.3.4.7
-OTP-25 := OTP-25.0.4 OTP-25.1.1
+OTP-25 := OTP-25.0.4 OTP-25.1.2
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23) $(OTP-24) $(OTP-25)
OTP-19+ := $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23) $(OTP-24) $(OTP-25)
@@ -97,7 +97,7 @@ OTP-24-DROPPED := OTP-24.0-rc2 OTP-24.0-rc3 OTP-24.0 OTP-24.0.1 OTP-24.0.5 \
OTP-24.1 OTP-24.1.1 OTP-24.1.2 OTP-24.1.3 OTP-24.1.4 OTP-24.1.5 OTP-24.1.6 \
OTP-24.2 OTP-24.2.1 OTP-24.3 OTP-24.3.1 OTP-24.3.2 OTP-24.3.3 OTP-24.3.4 OTP-24.3.4.1 OTP-24.3.4.2 OTP-24.3.4.3 OTP-24.3.4.4 OTP-24.3.4.5 OTP-24.3.4.6
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.0.1 OTP-25.0.2 OTP-25.0.3 OTP-25.1 OTP-25.1.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-25.1.2.README.txt b/release-notes/OTP-25.1.2.README.txt
new file mode 100644
index 0000000..516ea57
--- /dev/null
+++ b/release-notes/OTP-25.1.2.README.txt
@@ -0,0 +1,72 @@
+Patch Package: OTP 25.1.2
+Git Tag: OTP-25.1.2
+Date: 2022-10-24
+Trouble Report Id: OTP-18288, OTP-18290
+Seq num: ERIERL-866, ERIERL-868
+System: OTP
+Release: 25
+Application: erts-13.1.2, mnesia-4.21.2
+Predecessor: OTP 25.1.1
+
+ Check out the git tag OTP-25.1.2, 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.
+
+ ---------------------------------------------------------------------
+ --- erts-13.1.2 -----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The erts-13.1.2 application *cannot* be applied independently
+ of other applications on an arbitrary OTP 25 installation.
+
+ On a full OTP 25 installation, also the following runtime
+ dependencies have to be satisfied:
+ -- kernel-8.5 (first satisfied in OTP 25.1)
+ -- stdlib-4.1 (first satisfied in OTP 25.1)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-18290 Application(s): erts
+ Related Id(s): ERIERL-866, PR-6378
+
+ Add abandon carrier free utilization limit (+Muacful)
+ option to erts_alloc. This option allows the user to
+ mark unused segments in a memory carrier as re-useable
+ by the OS if needed.
+
+ This functionality was a non-configurable default
+ before Erlang/OTP 25, but removed due to performance
+ issues.
+
+
+ Full runtime dependencies of erts-13.1.2: kernel-8.5, sasl-3.3,
+ stdlib-4.1
+
+
+ ---------------------------------------------------------------------
+ --- mnesia-4.21.2 ---------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The mnesia-4.21.2 application can be applied independently of other
+ applications on a full OTP 25 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-18288 Application(s): mnesia
+ Related Id(s): ERIERL-868
+
+ Don't fill the logs if mnesia can't connect to all
+ nodes, due to partitioned network.
+
+
+ Full runtime dependencies of mnesia-4.21.2: erts-9.0, kernel-5.3,
+ stdlib-3.4
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+