diff options
author | Erlang/OTP <[email protected]> | 2018-06-25 13:19:45 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-06-25 13:19:45 +0200 |
commit | aeb4b903064ac690372fe4d2e668397d349c00d9 (patch) | |
tree | 55b8b5bdd238f360a45c54a42537a4e0377ce2b3 /lib | |
parent | 1718d838bd6bab0652cd8cb548bee48ff261cba5 (diff) | |
download | otp-aeb4b903064ac690372fe4d2e668397d349c00d9.tar.gz otp-aeb4b903064ac690372fe4d2e668397d349c00d9.tar.bz2 otp-aeb4b903064ac690372fe4d2e668397d349c00d9.zip |
Prepare release
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 997a506181..fcfa7d38a7 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.2.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>The could could crash when compiling a complicated + function that used the binary syntax.</p> + <p> + Own Id: OTP-15150 Aux Id: ERL-650 </p> + </item> + </list> + </section> + +</section> + <section><title>Compiler 7.2</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/compiler/vsn.mk b/lib/compiler/vsn.mk index a26cb09dff..261c908513 100644 --- a/lib/compiler/vsn.mk +++ b/lib/compiler/vsn.mk @@ -1 +1 @@ -COMPILER_VSN = 7.2 +COMPILER_VSN = 7.2.1 |