diff options
author | John Högberg <[email protected]> | 2019-07-11 11:24:19 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2019-07-11 11:24:19 +0200 |
commit | 220eeb3670e536b55c8e6812de86481cedd83bfe (patch) | |
tree | 1501c318f6b2e4b48c6d1154d2b6a0a64e77b7c1 /lib | |
parent | d2c096de3c677c20d4a149bec6a9346aea9ccf4d (diff) | |
parent | 3967d28c05dae77db30b15e56eb4ececf4f1afef (diff) | |
download | otp-220eeb3670e536b55c8e6812de86481cedd83bfe.tar.gz otp-220eeb3670e536b55c8e6812de86481cedd83bfe.tar.bz2 otp-220eeb3670e536b55c8e6812de86481cedd83bfe.zip |
Merge branch 'maint-22' into maint
* maint-22:
Updated OTP version
Prepare release
# Conflicts:
# make/otp_version_tickets
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 |