diff options
author | Erlang/OTP <[email protected]> | 2011-10-04 12:06:58 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2011-10-04 12:06:58 +0200 |
commit | b6dc1a844eab061d0a7153d46e7e68296f15a504 (patch) | |
tree | abb46e1ccc6df3f56965fe78b2861b93a0271d3e /lib/compiler | |
parent | 3d6153cb2d3a08f9b82a3ea52e69c5442c226559 (diff) | |
download | otp-b6dc1a844eab061d0a7153d46e7e68296f15a504.tar.gz otp-b6dc1a844eab061d0a7153d46e7e68296f15a504.tar.bz2 otp-b6dc1a844eab061d0a7153d46e7e68296f15a504.zip |
Prepare releaseOTP_R14B04
Diffstat (limited to 'lib/compiler')
-rw-r--r-- | lib/compiler/doc/src/notes.xml | 28 | ||||
-rw-r--r-- | lib/compiler/vsn.mk | 2 |
2 files changed, 29 insertions, 1 deletions
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index dd29323787..740cbcf8eb 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -31,6 +31,34 @@ <p>This document describes the changes made to the Compiler application.</p> +<section><title>Compiler 4.7.5</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Compiler options given in the source code using a + <c>-compile()</c> attribute used to be included twice in + <c>Mod:module_info(compile)</c>. They are now only + included once at the beginning of the list of options.</p> + <p> + Own Id: OTP-9534</p> + </item> + <item> + <p> + beam_disasm: Handle stripped BEAM files</p> + <p> + beam_disasm:file/1 would crash if asked to disassemble a + stripped BEAM file without an "Attr" chunk. (Thanks to + Haitao Li)</p> + <p> + Own Id: OTP-9571</p> + </item> + </list> + </section> + +</section> + <section><title>Compiler 4.7.4</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/compiler/vsn.mk b/lib/compiler/vsn.mk index 5863842f5b..04290c0a7f 100644 --- a/lib/compiler/vsn.mk +++ b/lib/compiler/vsn.mk @@ -1 +1 @@ -COMPILER_VSN = 4.7.4 +COMPILER_VSN = 4.7.5 |