aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-11-05 16:42:57 +0100
committerLoïc Hoguin <[email protected]>2020-11-05 16:42:57 +0100
commitde16599d5ad4053378f39cadcae655885e81a753 (patch)
treea09ef8457c6fe61ecf849f923945a024ae8344ad
parentf0a9a9a976e469ffaf74468fa200ff9df07394eb (diff)
downloadci.erlang.mk-de16599d5ad4053378f39cadcae655885e81a753.tar.gz
ci.erlang.mk-de16599d5ad4053378f39cadcae655885e81a753.tar.bz2
ci.erlang.mk-de16599d5ad4053378f39cadcae655885e81a753.zip
OTP-23.1.2
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-23.1.2.README.txt93
2 files changed, 95 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index fa4d6af..b341ab6 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.18
OTP-22 := OTP-22.0.7 OTP-22.1.8 OTP-22.2.8 OTP-22.3.4.12
-OTP-23 := OTP-23.0.4 OTP-23.1.1
+OTP-23 := OTP-23.0.4 OTP-23.1.2
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)
@@ -88,7 +88,7 @@ OTP-22-DROPPED := OTP-22.0-rc1 OTP-22.0-rc2 OTP-22.0-rc3 OTP-22.0 \
OTP-22.3.4.4 OTP-22.3.4.5 OTP-22.3.4.8 OTP-22.3.4.9 OTP-22.3.4.10 \
OTP-22.3.4.11
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.0.2 OTP-23.0.3 OTP-23.1 OTP-23.1.1
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.1.2.README.txt b/release-notes/OTP-23.1.2.README.txt
new file mode 100644
index 0000000..73ae05e
--- /dev/null
+++ b/release-notes/OTP-23.1.2.README.txt
@@ -0,0 +1,93 @@
+Patch Package: OTP 23.1.2
+Git Tag: OTP-23.1.2
+Date: 2020-11-05
+Trouble Report Id: OTP-16939, OTP-16951, OTP-16955, OTP-16991
+Seq num: ERL-1343, ERL-1384
+System: OTP
+Release: 23
+Application: compiler-7.6.5, erts-11.1.2
+Predecessor: OTP 23.1.1
+
+ Check out the git tag OTP-23.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.
+
+ ---------------------------------------------------------------------
+ --- compiler-7.6.5 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The compiler-7.6.5 application can be applied independently of other
+ applications on a full OTP 23 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-16951 Application(s): compiler
+ Related Id(s): ERL-1384
+
+ Fixed a bug in the boolean optimization pass that
+ caused the compiler to confuse different clauses.
+
+
+ Full runtime dependencies of compiler-7.6.5: crypto-3.6, erts-11.0,
+ hipe-3.12, kernel-7.0, stdlib-3.13
+
+
+ ---------------------------------------------------------------------
+ --- erts-11.1.2 -----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The erts-11.1.2 application can be applied independently of other
+ applications on a full OTP 23 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-16939 Application(s): erts
+
+ Fixed bugs causing issues when enabling the ERTS
+ internal allocators on a system built with the
+ undocumented and unsupported SMALL_MEMORY feature.
+
+
+ OTP-16955 Application(s): erts
+ Related Id(s): ERL-1343, OTP-15618
+
+ The inet driver used to use 16 as maximum elements in
+ an I/O vector passed to writev() (and WSASend() on
+ Windows). When the data to send contained lots of
+ elements, this caused a performance degradation since
+ repeated calls to writev() had to be made to a much
+ larger extent. The inet driver now looks up actual
+ maximum amount of elements that can be used on the
+ system, instead of just assuming 16. On most systems
+ this will result in a maximum amount of I/O vector
+ elements of 1024.
+
+ As of OTP 23.0 the term encoding of signals to send
+ over the distribution are encoded into I/O vectors of
+ buffers instead of into a single buffer. Reference
+ counted binaries are referred to directly from the I/O
+ vector instead of being copied into the single buffer.
+ That is, Erlang signals containing huge amounts of
+ reference counted binaries was effected by this
+ performance degradation.
+
+
+ OTP-16991 Application(s): erts
+ Related Id(s): OTP-15251
+
+ In the distributed case, a faulty reply option in a
+ call to the spawn_request() BIF erroneously caused a
+ badarg exception instead of a badopt error message
+ reply.
+
+
+ Full runtime dependencies of erts-11.1.2: kernel-7.0, sasl-3.3,
+ stdlib-3.13
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+