aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-01-09 13:55:21 +0100
committerLoïc Hoguin <[email protected]>2023-01-09 13:55:21 +0100
commit06e3097b66178665ef8d8fac0aac2013fd773100 (patch)
treeec4e2305a8302ea6fd5703500fd8bbedf64b2beb
parent5b847562df3f897ae30b38269d49be3415011915 (diff)
downloadci.erlang.mk-06e3097b66178665ef8d8fac0aac2013fd773100.tar.gz
ci.erlang.mk-06e3097b66178665ef8d8fac0aac2013fd773100.tar.bz2
ci.erlang.mk-06e3097b66178665ef8d8fac0aac2013fd773100.zip
OTP-25.0.4
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-25.0.4.README.txt84
2 files changed, 86 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 83e8d3b..c8fef72 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.3
+OTP-25 := OTP-25.0.4
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.1 OTP-25.0.2 OTP-25.0.3
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.0.4.README.txt b/release-notes/OTP-25.0.4.README.txt
new file mode 100644
index 0000000..9ec237c
--- /dev/null
+++ b/release-notes/OTP-25.0.4.README.txt
@@ -0,0 +1,84 @@
+Patch Package: OTP 25.0.4
+Git Tag: OTP-25.0.4
+Date: 2022-08-18
+Trouble Report Id: OTP-18190, OTP-18197, OTP-18198
+Seq num: GH-6129, GH-6165, GH-6185
+System: OTP
+Release: 25
+Application: erts-13.0.4, kernel-8.4.2
+Predecessor: OTP 25.0.3
+
+ Check out the git tag OTP-25.0.4, 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.0.4 -----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The erts-13.0.4 application *cannot* be applied independently
+ of other applications on an arbitrary OTP 25 installation.
+
+ On a full OTP 25 installation, also the following runtime
+ dependency has to be satisfied:
+ -- kernel-8.4.1 (first satisfied in OTP 25.0.1)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-18190 Application(s): erts
+ Related Id(s): GH-6185, PR-6209
+
+ The monitor/3 BIF did not apply options to the created
+ monitor if the target process or port did not exist.
+ That is, the corresponding down message would get a
+ `DOWN` tag even if a custom tag had been set, and the
+ returned reference was not an alias even if the alias
+ option had been passed.
+
+
+ OTP-18197 Application(s): erts
+ Related Id(s): GH-6165, PR-6213
+
+ The erlang:monotonic_time/1, erlang:system_time/1,
+ erlang:time_offset/1, and os:system_time/1 BIFs
+ erroneously failed when passed the argument native.
+
+
+ Full runtime dependencies of erts-13.0.4: kernel-8.4.1, sasl-3.3,
+ stdlib-4.0
+
+
+ ---------------------------------------------------------------------
+ --- kernel-8.4.2 ----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The kernel-8.4.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
+ dependency has to be satisfied:
+ -- erts-13.0.1 (first satisfied in OTP 25.0.1)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-18198 Application(s): kernel
+ Related Id(s): GH-6129, PR-6216
+
+ A call to net_kernel:setopts(new, Opts) at the same
+ time as a connection was being set up could cause a
+ deadlock between the net_kernel process and the process
+ setting up the connection.
+
+
+ Full runtime dependencies of kernel-8.4.2: crypto-5.0, erts-13.0.1,
+ sasl-3.0, stdlib-4.0
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+