aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2022-01-26 12:30:47 +0100
committerLoïc Hoguin <[email protected]>2022-01-26 12:30:47 +0100
commit3ba42069b591cd6078e9ec0ec0dd11a09b5d2ee5 (patch)
tree32a582e884cbe13e8bc220107d2004bc835c94b3
parent677a1b0ea761ef448479d36690d8d6c5b13e25b4 (diff)
downloadci.erlang.mk-3ba42069b591cd6078e9ec0ec0dd11a09b5d2ee5.tar.gz
ci.erlang.mk-3ba42069b591cd6078e9ec0ec0dd11a09b5d2ee5.tar.bz2
ci.erlang.mk-3ba42069b591cd6078e9ec0ec0dd11a09b5d2ee5.zip
OTP-23.3.4.8
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-23.3.4.8.README.txt140
2 files changed, 142 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index c90f449..2d5e5a8 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.7
+OTP-23 := OTP-23.0.4 OTP-23.1.5 OTP-23.2.7.3 OTP-23.3.4.8
OTP-24 := OTP-24.0.6
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21) $(OTP-22) $(OTP-23) $(OTP-24)
@@ -86,7 +86,7 @@ OTP-22-DROPPED := OTP-22.0-rc1 OTP-22.0-rc2 OTP-22.0-rc3 OTP-22.0 \
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.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-24-DROPPED := OTP-24.0-rc2 OTP-24.0-rc3 OTP-24.0 OTP-24.0.1 OTP-24.0.5
OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) \
diff --git a/release-notes/OTP-23.3.4.8.README.txt b/release-notes/OTP-23.3.4.8.README.txt
new file mode 100644
index 0000000..be29853
--- /dev/null
+++ b/release-notes/OTP-23.3.4.8.README.txt
@@ -0,0 +1,140 @@
+Patch Package: OTP 23.3.4.8
+Git Tag: OTP-23.3.4.8
+Date: 2021-10-19
+Trouble Report Id: OTP-17628, OTP-17642, OTP-17651, OTP-17658,
+ OTP-17665, OTP-17677, OTP-17700, OTP-17707
+Seq num: ERIERL-706, GH-5235, GH-5271
+System: OTP
+Release: 23
+Application: erts-11.2.2.7, ssh-4.11.1.4
+Predecessor: OTP 23.3.4.7
+
+ Check out the git tag OTP-23.3.4.8, 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.7 ---------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The erts-11.2.2.7 application can be applied independently of other
+ applications on a full OTP 23 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-17628 Application(s): erts
+
+ A call to process_info(Pid, status) could erroneously
+ report the status running when it should have reported
+ waiting. This occurred when the calling process was
+ executing on a higher priority than the process being
+ inspected. This bug has been present since OTP 21.0
+ (erts version 10.0).
+
+
+ OTP-17642 Application(s): erts
+ Related Id(s): PR-5248
+
+ A race between an exiting port and handling of
+ simultaneously received signals to that port could
+ cause a runtime system crash. The effected signals are
+ link, monitor and demonitor. On OTP 22 a similiar race
+ could also cause a memory leak when receiving an unlink
+ signal.
+
+
+ OTP-17651 Application(s): erts
+ Related Id(s): GH-5235, PR-5244
+
+ The message queue of a process entered an inconsistent
+ state after a receive expression with an invalid
+ timeout value was executed. If the exception raised due
+ to the invalid timeout value was caught, the following
+ receive expression executed by the process could fail
+ to match messages already present in the message queue.
+
+ On OTP 24 this could also cause the whole runtime
+ system to crash.
+
+
+ OTP-17665 Application(s): erts
+ Related Id(s): PR-5248
+
+ Sending a Port ! {PortOwner, close} signal from a
+ process other than the port owner could erroneously
+ trigger a badsig exit signal being sent to the port
+ owner process even though the correct PortOwner had
+ been passed in the signal.
+
+
+ OTP-17677 Application(s): erts
+
+ This fixes a bug in erts_factory_undo that caused the
+ heap to not be reset correctly. The erts_factory_undo
+ function is, for example, called when a
+ binary_to_term/1 call fails to reset the heap to its
+ state before the binary_to_term/1 call. This can cause
+ the heap to contain invalid terms which potentially can
+ cause issues (e.g., crashes) when the whole heap is
+ scanned.
+
+
+ OTP-17700 Application(s): erts
+ Related Id(s): GH-5271, PR-5273
+
+ Fix bug in persistent_term when a key-value pair
+ contains a magic reference that is referred more than
+ once. Magic references are NIF resources or returned
+ from BIFs like ets:new, atomics:new. The bug could
+ cause the memory of the referred resource to be
+ prematurely deallocated.
+
+ The bug also apply to magic references in message
+ passing on a runtime built with configure option
+ --enable-sharing-preserving.
+
+ Bug exist for 64-bit since OTP-24.0 and for 32-bit
+ since OTP-20.0.
+
+
+ --- Improvements and New Features ---
+
+ OTP-17658 Application(s): erts
+
+ The python scripts that existed in
+ erts/lib_src/yielding_c_fun/lib/tiny_regex_c/scripts
+ had a license that was incompatible with Erlang/OTP's
+ license. This ticket removes these scripts that were
+ not used by us.
+
+
+ Full runtime dependencies of erts-11.2.2.7: kernel-7.0, sasl-3.3,
+ stdlib-3.13
+
+
+ ---------------------------------------------------------------------
+ --- ssh-4.11.1.4 ----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The ssh-4.11.1.4 application can be applied independently of other
+ applications on a full OTP 23 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-17707 Application(s): ssh
+ Related Id(s): ERIERL-706
+
+ The value of the connect_timeout option is now used as
+ default value for the negotiation timeout.
+
+
+ Full runtime dependencies of ssh-4.11.1.4: crypto-4.6.4, erts-9.0,
+ kernel-5.3, public_key-1.6.1, stdlib-3.4.1
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+