diff options
author | Rickard Green <[email protected]> | 2018-08-11 16:05:13 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2018-08-11 16:05:13 +0200 |
commit | 503f6c802b2561881e0d4a62b32d7ee71575f319 (patch) | |
tree | 59d14d3d0ce39237093c3509b52ac506b355974c /lib/compiler | |
parent | ce0c75c557bdc239622a6de5ec2edb593baf4773 (diff) | |
parent | e37eec271ad08a6689e358071eeb800674cde938 (diff) | |
download | otp-503f6c802b2561881e0d4a62b32d7ee71575f319.tar.gz otp-503f6c802b2561881e0d4a62b32d7ee71575f319.tar.bz2 otp-503f6c802b2561881e0d4a62b32d7ee71575f319.zip |
Merge branch 'maint-21' into maint
* maint-21:
Updated OTP version
Update release notes
Update version numbers
Diffstat (limited to 'lib/compiler')
-rw-r--r-- | lib/compiler/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/compiler/vsn.mk | 2 |
2 files changed, 18 insertions, 1 deletions
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index fbef955ac7..671126b73b 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,23 @@ <p>This document describes the changes made to the Compiler application.</p> +<section><title>Compiler 7.2.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Fixed an issue where files compiled with the + <c>+deterministic</c> option differed if they were + compiled in a different directory but were otherwise + identical.</p> + <p> + Own Id: OTP-15204 Aux Id: ERL-679 </p> + </item> + </list> + </section> + +</section> + <section><title>Compiler 7.2.2</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/compiler/vsn.mk b/lib/compiler/vsn.mk index f99b6721e2..355113a94d 100644 --- a/lib/compiler/vsn.mk +++ b/lib/compiler/vsn.mk @@ -1 +1 @@ -COMPILER_VSN = 7.2.2 +COMPILER_VSN = 7.2.3 |