diff options
author | John Högberg <[email protected]> | 2019-07-11 11:24:20 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2019-07-11 11:24:20 +0200 |
commit | 434883dac1173297a9fd82166068d52f843b3339 (patch) | |
tree | a7359fc9cdd2cf63ecaa40745215bb8f25bb7506 /lib | |
parent | bb3ab56962bae22e40b51dfce18ef37b465087a7 (diff) | |
parent | 220eeb3670e536b55c8e6812de86481cedd83bfe (diff) | |
download | otp-434883dac1173297a9fd82166068d52f843b3339.tar.gz otp-434883dac1173297a9fd82166068d52f843b3339.tar.bz2 otp-434883dac1173297a9fd82166068d52f843b3339.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
# make/otp_version_tickets_in_merge
Diffstat (limited to 'lib')
-rw-r--r-- | lib/compiler/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | lib/compiler/vsn.mk | 2 |
2 files changed, 16 insertions, 1 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 |