aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--early-plugins.mk5
-rw-r--r--release-notes/OTP-23.0.3.README.txt107
2 files changed, 110 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 93d166d..f2bedf3 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -28,7 +28,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.16
OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.8 OTP-22.3.4.3
-OTP-23 := OTP-23.0.2
+OTP-23 := OTP-23.0.3
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23)
OTP-19+ := $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23)
@@ -84,7 +84,8 @@ OTP-22-DROPPED := OTP-22.0-rc1 OTP-22.0-rc2 OTP-22.0-rc3 OTP-22.0 \
OTP-22.1.6 OTP-22.1.7 OTP-22.2 OTP-22.2.1 OTP-22.2.2 OTP-22.2.3 \
OTP-22.2.4 OTP-22.2.6 OTP-22.2.7 OTP-22.3 OTP-22.3.1 OTP-22.3.2 \
OTP-22.3.3 OTP-22.3.4 OTP-22.3.4.1 OTP-22.3.4.2
-OTP-23-DROPPED := OTP-23.0-rc1 OTP-23.0-rc2 OTP-23.0-rc3 OTP-23.0 OTP-23.0.1
+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-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) \
$(OTP-21-DROPPED) $(OTP-22-DROPPED) $(OTP-23-DROPPED)
diff --git a/release-notes/OTP-23.0.3.README.txt b/release-notes/OTP-23.0.3.README.txt
new file mode 100644
index 0000000..9ac4573
--- /dev/null
+++ b/release-notes/OTP-23.0.3.README.txt
@@ -0,0 +1,107 @@
+Patch Package: OTP 23.0.3
+Git Tag: OTP-23.0.3
+Date: 2020-07-20
+Trouble Report Id: OTP-16704, OTP-16708, OTP-16711, OTP-16717,
+ OTP-16745, OTP-16766, OTP-16772
+Seq num: ERL-1273, ERL-1276, ERL-1289, ERL-1304
+System: OTP
+Release: 23
+Application: compiler-7.6.2, erts-11.0.3
+Predecessor: OTP 23.0.2
+
+ Check out the git tag OTP-23.0.3, 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.
+
+ ---------------------------------------------------------------------
+ --- OTP-23.0.3 ------------------------------------------------------
+ ---------------------------------------------------------------------
+
+ --- Improvements and New Features ---
+
+ OTP-16711 Application(s): otp
+
+ Update WSL build scripts to work on newer versions.
+
+
+ ---------------------------------------------------------------------
+ --- compiler-7.6.2 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The compiler-7.6.2 application can be applied independently of other
+ applications on a full OTP 23 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-16708 Application(s): compiler
+ Related Id(s): ERL-1276
+
+ When calls to is_map_key were repeated, the compiler
+ could terminate with an internal consistency failure.
+
+
+ OTP-16745 Application(s): compiler
+ Related Id(s): ERL-1289
+
+ Fixed a bug in the type inference pass that could cause
+ the compiler to hang.
+
+
+ Full runtime dependencies of compiler-7.6.2: crypto-3.6, erts-11.0,
+ hipe-3.12, kernel-7.0, stdlib-3.13
+
+
+ ---------------------------------------------------------------------
+ --- erts-11.0.3 -----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The erts-11.0.3 application can be applied independently of other
+ applications on a full OTP 23 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-16704 Application(s): erts
+ Related Id(s): ERL-1273, PR-16704
+
+ Fixed bug in erlang:load_nif/2 that could cause it to
+ throw badarg exception if a concurrent code change
+ operation was in progress. Bug existed since OTP 23.0.
+
+
+ OTP-16717 Application(s): erts
+
+ Minor fix of debug compiled VM.
+
+
+ OTP-16766 Application(s): erts
+ Related Id(s): ERL-1304
+
+ An unintentional reuse of an already used emulator
+ internal event object could cause a wakeup signal to a
+ thread to be lost. In worst case this could cause the
+ runtime system to hang. This hang was however quite
+ rare.
+
+
+ OTP-16772 Application(s): erts
+ Related Id(s): ERL-1304
+
+ NIF threads and driver threads on non-Linux systems
+ leaked internal resources when terminating. On Windows
+ these resources were one event per thread. On most
+ other systems one mutex and one condition variable per
+ thread. On these other systems that also lacked
+ pthread_cond_timedwait() also a pipe with its file
+ descriptors was leaked.
+
+
+ Full runtime dependencies of erts-11.0.3: kernel-7.0, sasl-3.3,
+ stdlib-3.13
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+