aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-01-11 10:25:05 +0100
committerLoïc Hoguin <[email protected]>2019-01-11 10:25:05 +0100
commitf637c811dd23e021e6292925ccba26b7a01ba0fe (patch)
treea1f76dabbc18a78f99b8379304722d3455ce01ea
parent7d1fa6e33bbd3b1a3d4f2683f5bfa93933c8c7e7 (diff)
downloadci.erlang.mk-f637c811dd23e021e6292925ccba26b7a01ba0fe.tar.gz
ci.erlang.mk-f637c811dd23e021e6292925ccba26b7a01ba0fe.tar.bz2
ci.erlang.mk-f637c811dd23e021e6292925ccba26b7a01ba0fe.zip
OTP-19.3.6.13
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-19.3.6.13.README.txt63
2 files changed, 65 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 33d3c6a..3e532ea 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -24,7 +24,7 @@
# major release is out.
OTP-18 := OTP-18.0.3 OTP-18.1.5 OTP-18.2.4 OTP-18.3.4.11
-OTP-19 := OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.12
+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.17
OTP-21 := OTP-21.0.9 OTP-21.1.4 OTP-21.2.2
@@ -46,7 +46,7 @@ OTP-18-DROPPED := OTP-18.3.4 OTP-18.3.4.6 OTP-18.3.4.7 OTP-18.3.4.8 \
OTP-18.3.4.9 OTP-18.3.4.10
OTP-19-DROPPED := OTP-19.3.6 OTP-19.3.6.3 OTP-19.3.6.4 OTP-19.3.6.5 \
OTP-19.3.6.6 OTP-19.3.6.7 OTP-19.3.6.8 OTP-19.3.6.9 OTP-19.3.6.10 \
- OTP-19.3.6.11
+ OTP-19.3.6.11 OTP-19.3.6.12
OTP-20-DROPPED := OTP-20.1.5 OTP-20.1.6 OTP-20.2 OTP-20.2.1 OTP-20.2.2 \
OTP-20.2.3 OTP-20.3 OTP-20.3.2 OTP-20.3.3 OTP-20.3.4 OTP-20.3.5 \
OTP-20.3.6 OTP-20.3.7 OTP-20.3.8 OTP-20.3.8.1 OTP-20.3.8.2 \
diff --git a/release-notes/OTP-19.3.6.13.README.txt b/release-notes/OTP-19.3.6.13.README.txt
new file mode 100644
index 0000000..dc92d92
--- /dev/null
+++ b/release-notes/OTP-19.3.6.13.README.txt
@@ -0,0 +1,63 @@
+Patch Package: OTP 19.3.6.13
+Git Tag: OTP-19.3.6.13
+Date: 2019-01-11
+Trouble Report Id: OTP-15430, OTP-15487
+Seq num: ERIERL-237, ERL-804
+System: OTP
+Release: 19
+Application: erts-8.3.5.7
+Predecessor: OTP 19.3.6.12
+
+ Check out the git tag OTP-19.3.6.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-8.3.5.7 ----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The erts-8.3.5.7 application can *not* be applied independently
+ of other applications on an arbitrary OTP 19 installation.
+
+ On a full OTP 19 installation, also the following runtime
+ dependency has to be satisfied:
+ -- sasl-3.0.1 (first satisfied in OTP 19.1)
+
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15487 Application(s): erts
+ Related Id(s): ERL-804
+
+ Fixed bug in operator band of two negative operands
+ causing erroneous result if the absolute value of one
+ of the operands have the lowest N*W bits as zero and
+ the other absolute value is not larger than N*W bits. N
+ is an integer of 1 or larger and W is 32 or 64
+ depending on word size.
+
+
+ --- Improvements and New Features ---
+
+ OTP-15430 Application(s): erts
+ Related Id(s): ERIERL-237
+
+ Added an optional ./configure flag to compile the
+ emulator with spectre mitigation:
+ --with-spectre-mitigation
+
+ Note that this requires a recent version of GCC with
+ support for spectre mitigation and the
+ --mindirect-branch=thunk flag, such as 8.1.
+
+
+ Full runtime dependencies of erts-8.3.5.7: kernel-5.0, sasl-3.0.1,
+ stdlib-3.0
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+