summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2019-07-10 18:05:13 +0200
committerErlang/OTP <otp@erlang.org>2019-07-10 18:05:13 +0200
commit79adc5c28cd0c78af389ff5e8181abf8fbf17844 (patch)
tree2bd9822cbc13e7bae381f8cc732f42a898fce4fd
parent0a1020a860576502ca2c442b2ffd6faba3207217 (diff)
downloaderlang-79adc5c28cd0c78af389ff5e8181abf8fbf17844.tar.gz
Prepare release
-rw-r--r--lib/compiler/doc/src/notes.xml15
-rw-r--r--lib/compiler/vsn.mk2
-rw-r--r--make/otp_version_tickets6
3 files changed, 17 insertions, 6 deletions
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml
index 209e40c0f5..f11444137d 100644
--- a/lib/compiler/doc/src/notes.xml
+++ b/lib/compiler/doc/src/notes.xml
@@ -32,6 +32,21 @@
<p>This document describes the changes made to the Compiler
application.</p>
+<section><title>Compiler 7.4.4</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>Fixed a compiler crash introduced in <c>22.0.6</c>
+ (OTP-15952).</p>
+ <p>
+ Own Id: OTP-15953 Aux Id: ERL-999 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Compiler 7.4.3</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/compiler/vsn.mk b/lib/compiler/vsn.mk
index c76777b191..7192ddca15 100644
--- a/lib/compiler/vsn.mk
+++ b/lib/compiler/vsn.mk
@@ -1 +1 @@
-COMPILER_VSN = 7.4.3
+COMPILER_VSN = 7.4.4
diff --git a/make/otp_version_tickets b/make/otp_version_tickets
index c3caa074a3..9d97677ff4 100644
--- a/make/otp_version_tickets
+++ b/make/otp_version_tickets
@@ -1,5 +1 @@
-OTP-15943
-OTP-15945
-OTP-15946
-OTP-15949
-OTP-15952
+OTP-15953