summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2018-10-26 14:30:49 +0200
committerErlang/OTP <otp@erlang.org>2018-10-26 14:30:49 +0200
commit25e058c10e5ec5384a8b4401fe45f081b2d71aab (patch)
treea6e79de3e362d49e1015ebbb1846c484052bd745
parentcef027c396a50f5caf8bd31ba4144ece014546b2 (diff)
downloaderlang-25e058c10e5ec5384a8b4401fe45f081b2d71aab.tar.gz
Prepare release
-rw-r--r--erts/doc/src/notes.xml16
-rw-r--r--erts/vsn.mk2
-rw-r--r--make/otp_version_tickets1
3 files changed, 18 insertions, 1 deletions
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 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>
+<section><title>Erts 7.3.1.5</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fixed small memory leak that could occur when sending to
+ a terminating port.</p>
+ <p>
+ Own Id: OTP-14609 Aux Id: ERIERL-238 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 7.3.1.4</title>
<section><title>Fixed Bugs and Malfunctions</title>
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