aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-01-08 14:58:15 +0100
committerLoïc Hoguin <[email protected]>2019-01-08 14:58:15 +0100
commit7d1fa6e33bbd3b1a3d4f2683f5bfa93933c8c7e7 (patch)
tree194d060274835a2a45c02c7898508198ca03e56b
parent297e90cd872220228398d48943b4b73c4bb1d89f (diff)
downloadci.erlang.mk-7d1fa6e33bbd3b1a3d4f2683f5bfa93933c8c7e7.tar.gz
ci.erlang.mk-7d1fa6e33bbd3b1a3d4f2683f5bfa93933c8c7e7.tar.bz2
ci.erlang.mk-7d1fa6e33bbd3b1a3d4f2683f5bfa93933c8c7e7.zip
OTP-20.3.8.17
-rw-r--r--early-plugins.mk6
-rw-r--r--release-notes/OTP-20.3.8.17.README.txt40
2 files changed, 43 insertions, 3 deletions
diff --git a/early-plugins.mk b/early-plugins.mk
index 6dd226c..33d3c6a 100644
--- a/early-plugins.mk
+++ b/early-plugins.mk
@@ -1,4 +1,4 @@
-# Copyright (c) 2017-2018, Loïc Hoguin <[email protected]>
+# Copyright (c) 2017-2019, Loïc Hoguin <[email protected]>
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -25,7 +25,7 @@
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.16
+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
OTP-18+ := $(OTP-18) $(OTP-19) $(OTP-20) $(OTP-21)
@@ -52,7 +52,7 @@ OTP-20-DROPPED := OTP-20.1.5 OTP-20.1.6 OTP-20.2 OTP-20.2.1 OTP-20.2.2 \
OTP-20.3.6 OTP-20.3.7 OTP-20.3.8 OTP-20.3.8.1 OTP-20.3.8.2 \
OTP-20.3.8.3 OTP-20.3.8.5 OTP-20.3.8.6 OTP-20.3.8.7 OTP-20.3.8.8 \
OTP-20.3.8.9 OTP-20.3.8.10 OTP-20.3.8.11 OTP-20.3.8.12 OTP-20.3.8.13 \
- OTP-20.3.8.14 OTP-20.3.8.15
+ OTP-20.3.8.14 OTP-20.3.8.15 OTP-20.3.8.16
OTP-21-DROPPED := OTP-21.0-rc1 OTP-21.0-rc2 OTP-21.0 OTP-21.0.1 OTP-21.0.2 \
OTP-21.0.3 OTP-21.0.4 OTP-21.0.5 OTP-21.0.6 OTP-21.0.7 OTP-21.0.8 \
OTP-21.1 OTP-21.1.1 OTP-21.1.2 OTP-21.1.3 OTP-21.2 OTP-21.2.1
diff --git a/release-notes/OTP-20.3.8.17.README.txt b/release-notes/OTP-20.3.8.17.README.txt
new file mode 100644
index 0000000..b6661cd
--- /dev/null
+++ b/release-notes/OTP-20.3.8.17.README.txt
@@ -0,0 +1,40 @@
+Patch Package: OTP 20.3.8.17
+Git Tag: OTP-20.3.8.17
+Date: 2019-01-08
+Trouble Report Id: OTP-15492
+Seq num: ERIERL-283
+System: OTP
+Release: 20
+Application: xmerl-1.3.16.1
+Predecessor: OTP 20.3.8.16
+
+ Check out the git tag OTP-20.3.8.17, 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.
+
+ ---------------------------------------------------------------------
+ --- xmerl-1.3.16.1 --------------------------------------------------
+ ---------------------------------------------------------------------
+
+ The xmerl-1.3.16.1 application can be applied independently of other
+ applications on a full OTP 20 installation.
+
+ --- Fixed Bugs and Malfunctions ---
+
+ OTP-15492 Application(s): xmerl
+ Related Id(s): ERIERL-283
+
+ The charset detection parsing crash in some cases when
+ the XML directive is not syntactic correct.
+
+
+ Full runtime dependencies of xmerl-1.3.16.1: erts-6.0, kernel-3.0,
+ stdlib-2.5
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+