aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-07-13 13:52:50 +0200
committerLoïc Hoguin <[email protected]>2018-07-13 13:52:50 +0200
commit46998428cf1f1352ddb3573e8f00a25d6d1badeb (patch)
tree3999e36c88a9cfa5c60605f109aa3eb06be08db4
parent66f2c59846a7898de5312897b0e26e74e0ad9a7f (diff)
downloadci.erlang.mk-46998428cf1f1352ddb3573e8f00a25d6d1badeb.tar.gz
ci.erlang.mk-46998428cf1f1352ddb3573e8f00a25d6d1badeb.tar.bz2
ci.erlang.mk-46998428cf1f1352ddb3573e8f00a25d6d1badeb.zip
OTP-21.0.3
-rw-r--r--early-plugins.mk4
-rw-r--r--release-notes/OTP-21.0.3.README.txt59
2 files changed, 61 insertions, 2 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index c0e2893..14c52fc 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -26,7 +26,7 @@
OTP-18 := OTP-18.0.3 OTP-18.1.5 OTP-18.2.4 OTP-18.3.4.9
OTP-19 := OTP-19.0.7 OTP-19.1.6 OTP-19.2.3 OTP-19.3.6.9
OTP-20 := OTP-20.0.5 OTP-20.1.7 OTP-20.2.4 OTP-20.3.8.2
-OTP-21 := OTP-21.0.2
+OTP-21 := OTP-21.0.3
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21)
OTP-19+ := $(OTP-19) $(OTP-20) $(OTP-21)
@@ -45,7 +45,7 @@ OTP-LATEST := $(lastword $(foreach rel,$(OTP-18+),$(if $(findstring -rc,$(rel)),
OTP-18-DROPPED := OTP-18.3.4 OTP-18.3.4.6 OTP-18.3.4.7 OTP-18.3.4.8
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-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-21-DROPPED := OTP-21.0-rc1 OTP-21.0-rc2 OTP-21.0 OTP-21.0.1
+OTP-21-DROPPED := OTP-21.0-rc1 OTP-21.0-rc2 OTP-21.0 OTP-21.0.1 OTP-21.0.2
OTP-DROPPED := $(OTP-18-DROPPED) $(OTP-19-DROPPED) $(OTP-20-DROPPED) $(OTP-21-DROPPED)
diff --git a/release-notes/OTP-21.0.3.README.txt b/release-notes/OTP-21.0.3.README.txt
new file mode 100644
index 0000000..7f013c2
--- /dev/null
+++ b/release-notes/OTP-21.0.3.README.txt
@@ -0,0 +1,59 @@
+Patch Package: OTP 21.0.3
+Git Tag: OTP-21.0.3
+Date: 2018-07-13
+Trouble Report Id: OTP-15154, OTP-15183, OTP-15176
+Seq num: ERIERL-198, ERIERL-202, ERL-640, ERL-670
+System: OTP
+Release: 21
+Application: erts-10.0.3
+Predecessor: OTP 21.0.2
+
+ Check out the git tag OTP-21.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-21.0.3 ------------------------------------------------------
+ ---------------------------------------------------------------------
+
+ --- Improvements and New Features ---
+
+ OTP-15176 Application(s): otp
+ Related Id(s): ERIERL-198, ERIERL-202, ERL-640,
+ OTP-14283, OTP-15177
+
+ Build support for the erlang/corba repository.
+
+ ---------------------------------------------------------------------
+ --- erts-10.0.3 -----------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The erts-10.0.3 application can be applied independently of other
+ applications on a full OTP 21 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15154 Application(s): erts
+
+ Fixed a scheduler bug that caused normal schedulers to
+ run dirty code.
+
+
+ OTP-15183 Application(s): erts
+ Related Id(s): ERL-670
+
+ Fixed a bug in erlang:trace_info/2 which caused the
+ emulator to crash when a bad argument was passed. The
+ bug was introduced in ERTS version 10.0.
+
+
+ Full runtime dependencies of erts-10.0.3: kernel-6.0, sasl-3.0.1,
+ stdlib-3.5
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+