diff options
author | Rickard Green <[email protected]> | 2018-08-10 13:00:17 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2018-08-10 13:00:17 +0200 |
commit | b55b9d7b824f5797b0a4f6c6316f716e92e3267f (patch) | |
tree | ae334a305ac5951b9bad4af38604ecf61b86dacf /lib/compiler | |
parent | 2e46944fce477abc44e5631766b580b6ed62a1a4 (diff) | |
parent | 8cb79ba4d3b665e06a39c3437d7227c831753945 (diff) | |
download | otp-b55b9d7b824f5797b0a4f6c6316f716e92e3267f.tar.gz otp-b55b9d7b824f5797b0a4f6c6316f716e92e3267f.tar.bz2 otp-b55b9d7b824f5797b0a4f6c6316f716e92e3267f.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Update release notes
Update version numbers
crypto: Fix crash in compute_key(ecdh, ...) on badarg
Relax add_table_copy restriction
Fixed #Ref ordering bug
Test #Ref ordering in lists and ets
Do NOT disc_load from ram_copies when master_node is set
ssl: Make sure that a correct cipher suite is selected
ssl: Correct handling of empty server SNI extension
Diffstat (limited to 'lib/compiler')
-rw-r--r-- | lib/compiler/doc/src/notes.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index 0ec7aa54c7..fbef955ac7 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -297,6 +297,23 @@ </section> +<section><title>Compiler 7.1.5.1</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.1.5</title> <section><title>Fixed Bugs and Malfunctions</title> |