From 25e058c10e5ec5384a8b4401fe45f081b2d71aab Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 26 Oct 2018 14:30:49 +0200 Subject: Prepare release --- erts/doc/src/notes.xml | 16 ++++++++++++++++ erts/vsn.mk | 2 +- make/otp_version_tickets | 1 + 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 make/otp_version_tickets diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index ac063edd20..36cf42c77f 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,22 @@

This document describes the changes made to the ERTS application.

+
Erts 7.3.1.5 + +
Fixed Bugs and Malfunctions + + +

+ Fixed small memory leak that could occur when sending to + a terminating port.

+

+ Own Id: OTP-14609 Aux Id: ERIERL-238

+
+
+
+ +
+
Erts 7.3.1.4
Fixed Bugs and Malfunctions diff --git a/erts/vsn.mk b/erts/vsn.mk index 84880b11f5..f3faf651c5 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 7.3.1.4 +VSN = 7.3.1.5 # Port number 4365 in 4.2 # Port number 4366 in 4.3 diff --git a/make/otp_version_tickets b/make/otp_version_tickets new file mode 100644 index 0000000000..7c2f2c1092 --- /dev/null +++ b/make/otp_version_tickets @@ -0,0 +1 @@ +OTP-14609 -- cgit v1.2.1