aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-14 10:00:54 +0100
committerLoïc Hoguin <[email protected]>2018-11-14 10:00:54 +0100
commitd798a7e16c47c1485a22070150fa35f53ba943c2 (patch)
treee13b991426b26d34a1d08cca92fbb080eff485e1
parent83fb57f936b3430755af84b3acd3a9b24e7894b4 (diff)
downloadci.erlang.mk-d798a7e16c47c1485a22070150fa35f53ba943c2.tar.gz
ci.erlang.mk-d798a7e16c47c1485a22070150fa35f53ba943c2.tar.bz2
ci.erlang.mk-d798a7e16c47c1485a22070150fa35f53ba943c2.zip
OTP-18.3.4.11
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-18.3.4.11.README.txt66
2 files changed, 68 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 362007b..5b05e7e 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -23,7 +23,7 @@
# A fourth component is also added once the next
# major release is out.
-OTP-18 := OTP-18.0.3 OTP-18.1.5 OTP-18.2.4 OTP-18.3.4.10
+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-20 := OTP-20.0.5 OTP-20.1.7 OTP-20.2.4 OTP-20.3.8.13
OTP-21 := OTP-21.0.9 OTP-21.1.1
@@ -43,7 +43,7 @@ OTP-LATEST := $(lastword $(foreach rel,$(OTP-18+),$(if $(findstring -rc,$(rel)),
# installations that we do not care about anymore.
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.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
diff --git a/release-notes/OTP-18.3.4.11.README.txt b/release-notes/OTP-18.3.4.11.README.txt
new file mode 100644
index 0000000..9682dc4
--- /dev/null
+++ b/release-notes/OTP-18.3.4.11.README.txt
@@ -0,0 +1,66 @@
+Patch Package: OTP 18.3.4.11
+Git Tag: OTP-18.3.4.11
+Date: 2018-11-14
+Trouble Report Id: OTP-15371
+Seq num:
+System: OTP
+Release: 18
+Application: erts-7.3.1.6, stdlib-2.8.0.1
+Predecessor: OTP 18.3.4.10
+
+ Check out the git tag OTP-18.3.4.11, 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-7.3.1.6 ----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The erts-7.3.1.6 application can be applied independently of other
+ applications on a full OTP 18 installation.
+
+ --- Improvements and New Features ---
+
+ OTP-15371 Application(s): erts, stdlib
+
+ List subtraction (The -- operator) will now yield
+ properly on large inputs.
+
+
+ Full runtime dependencies of erts-7.3.1.6: kernel-4.0, sasl-2.4,
+ stdlib-2.5
+
+
+ ---------------------------------------------------------------------
+ --- stdlib-2.8.0.1 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ Note! The stdlib-2.8.0.1 application can *not* be applied
+ independently of other applications on an arbitrary OTP 18
+ installation.
+
+ On a full OTP 18 installation, also the following runtime
+ dependencies have to be satisfied:
+ -- erts-7.3 (first satisfied in OTP 18.3)
+ -- kernel-4.1 (first satisfied in OTP 18.1)
+ -- sasl-2.6 (first satisfied in OTP 18.1)
+
+
+ --- Improvements and New Features ---
+
+ OTP-15371 Application(s): erts, stdlib
+
+ List subtraction (The -- operator) will now yield
+ properly on large inputs.
+
+
+ Full runtime dependencies of stdlib-2.8.0.1: compiler-5.0,
+ crypto-3.3, erts-7.3, kernel-4.1, sasl-2.6
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+