From 0d213a841529ff47bff71dc0d81e7a38a1ea35f0 Mon Sep 17 00:00:00 2001
From: Erlang/OTP
Date: Thu, 14 Feb 2019 12:34:47 +0100
Subject: Prepare release
---
erts/doc/src/notes.xml | 20 ++++++++++++++++++++
erts/vsn.mk | 2 +-
lib/diameter/doc/src/notes.xml | 18 ++++++++++++++++++
lib/diameter/vsn.mk | 2 +-
make/otp_version_tickets | 3 ++-
5 files changed, 42 insertions(+), 3 deletions(-)
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index 58be4af2f7..56681c0250 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -31,6 +31,26 @@
This document describes the changes made to the ERTS application.
+Erts 9.3.3.9
+
+ Improvements and New Features
+
+ -
+
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.
+
+ Own Id: OTP-15430 Aux Id: ERIERL-237
+
+
+
+
+
+
Erts 9.3.3.8
Fixed Bugs and Malfunctions
diff --git a/erts/vsn.mk b/erts/vsn.mk
index 6d1aa5a8bc..317ce9b800 100644
--- a/erts/vsn.mk
+++ b/erts/vsn.mk
@@ -18,7 +18,7 @@
# %CopyrightEnd%
#
-VSN = 9.3.3.8
+VSN = 9.3.3.9
# Port number 4365 in 4.2
# Port number 4366 in 4.3
diff --git a/lib/diameter/doc/src/notes.xml b/lib/diameter/doc/src/notes.xml
index fa1be39b5b..18c3d76be4 100644
--- a/lib/diameter/doc/src/notes.xml
+++ b/lib/diameter/doc/src/notes.xml
@@ -43,6 +43,24 @@ first.
+diameter 2.1.4.1
+
+ Fixed Bugs and Malfunctions
+
+ -
+
+ Fix failure of incoming answer message with faulty
+ Experimental-Result-Code. Failure to decode the AVP
+ resulted in an uncaught exception, with no no
+ handle_answer/error callback as a consequence.
+
+ Own Id: OTP-15569 Aux Id: ERIERL-302
+
+
+
+
+
+
diameter 2.1.4
Fixed Bugs and Malfunctions
diff --git a/lib/diameter/vsn.mk b/lib/diameter/vsn.mk
index b0fb4ada28..542bf9bba3 100644
--- a/lib/diameter/vsn.mk
+++ b/lib/diameter/vsn.mk
@@ -17,5 +17,5 @@
# %CopyrightEnd%
APPLICATION = diameter
-DIAMETER_VSN = 2.1.4
+DIAMETER_VSN = 2.1.4.1
APP_VSN = $(APPLICATION)-$(DIAMETER_VSN)$(PRE_VSN)
diff --git a/make/otp_version_tickets b/make/otp_version_tickets
index dc4d68c2aa..5664ca3244 100644
--- a/make/otp_version_tickets
+++ b/make/otp_version_tickets
@@ -1 +1,2 @@
-OTP-15509
+OTP-15430
+OTP-15569
--
cgit v1.2.3