aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2022-04-28 18:10:50 +0200
committerLoïc Hoguin <[email protected]>2022-04-28 18:10:50 +0200
commita445d909bc0b871cfaaac61ca3255a528ac2988c (patch)
tree8b630635051fbe8e3592962b421f38b360df04bb
parentea742176ad46c98fbbbaf350ddebfbae94acb838 (diff)
downloadci.erlang.mk-a445d909bc0b871cfaaac61ca3255a528ac2988c.tar.gz
ci.erlang.mk-a445d909bc0b871cfaaac61ca3255a528ac2988c.tar.bz2
ci.erlang.mk-a445d909bc0b871cfaaac61ca3255a528ac2988c.zip
OTP-23.3.4.13
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-23.3.4.13.README.txt49
2 files changed, 51 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index b974264..1f23b9d 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -17,7 +17,7 @@ OTP-19 := OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.13
OTP-20 := OTP-20.0.5 OTP-20.1.7 OTP-20.2.4 OTP-20.3.8.26
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.24
-OTP-23 := OTP-23.0.4 OTP-23.1.5 OTP-23.2.7.3 OTP-23.3.4.12
+OTP-23 := OTP-23.0.4 OTP-23.1.5 OTP-23.2.7.3 OTP-23.3.4.13
OTP-24 := OTP-24.0.6 OTP-24.1.7 OTP-24.2.2 OTP-24.3.3
OTP-25 := OTP-25.0-rc2
@@ -92,7 +92,7 @@ OTP-23-DROPPED := OTP-23.0-rc1 OTP-23.0-rc2 OTP-23.0-rc3 OTP-23.0 OTP-23.0.1 \
OTP-23.0.2 OTP-23.0.3 OTP-23.1 OTP-23.1.1 OTP-23.1.2 OTP-23.1.3 OTP-23.1.4 \
OTP-23.2 OTP-23.2.1 OTP-23.2.3 OTP-23.2.4 OTP-23.3.1 OTP-23.3.2 OTP-23.2.7.2 \
OTP-23.3.3 OTP-23.3.4 OTP-23.3.4.1 OTP-23.3.4.5 OTP-23.3.4.6 OTP-23.3.4.7 \
- OTP-23.3.4.8 OTP-23.3.4.9 OTP-23.3.4.10 OTP-23.3.4.11
+ OTP-23.3.4.8 OTP-23.3.4.9 OTP-23.3.4.10 OTP-23.3.4.11 OTP-23.3.4.12
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
diff --git a/release-notes/OTP-23.3.4.13.README.txt b/release-notes/OTP-23.3.4.13.README.txt
new file mode 100644
index 0000000..a31a6e5
--- /dev/null
+++ b/release-notes/OTP-23.3.4.13.README.txt
@@ -0,0 +1,49 @@
+Patch Package: OTP 23.3.4.13
+Git Tag: OTP-23.3.4.13
+Date: 2022-03-29
+Trouble Report Id: OTP-17998
+Seq num: GH-5554
+System: OTP
+Release: 23
+Application: erts-11.2.2.12
+Predecessor: OTP 23.3.4.12
+
+ Check out the git tag OTP-23.3.4.13, 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-11.2.2.12 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The erts-11.2.2.12 application *cannot* be applied
+ independently of other applications on an arbitrary OTP 23
+ installation.
+
+ On a full OTP 23 installation, also the following runtime
+ dependency has to be satisfied:
+ -- kernel-7.3.1.5 (first satisfied in OTP 23.3.4.12)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-17998 Application(s): erts
+ Related Id(s): GH-5554, PR-5825
+
+ Fix Erlang monotonic time on MacOS. Previously used OS
+ monotonic time primitive on MacOS is buggy and will not
+ be used anymore. It has been replaced with usage of
+ another OS monotonic time primitive that does not
+ appear to be buggy.
+
+
+ Full runtime dependencies of erts-11.2.2.12: kernel-7.3.1.5,
+ sasl-3.3, stdlib-3.13
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+