From b6dc1a844eab061d0a7153d46e7e68296f15a504 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 4 Oct 2011 12:06:58 +0200 Subject: Prepare release --- lib/compiler/doc/src/notes.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'lib/compiler/doc/src') 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 @@

This document describes the changes made to the Compiler application.

+
Compiler 4.7.5 + +
Fixed Bugs and Malfunctions + + +

+ Compiler options given in the source code using a + -compile() attribute used to be included twice in + Mod:module_info(compile). They are now only + included once at the beginning of the list of options.

+

+ Own Id: OTP-9534

+
+ +

+ beam_disasm: Handle stripped BEAM files

+

+ beam_disasm:file/1 would crash if asked to disassemble a + stripped BEAM file without an "Attr" chunk. (Thanks to + Haitao Li)

+

+ Own Id: OTP-9571

+
+
+
+ +
+
Compiler 4.7.4
Fixed Bugs and Malfunctions -- cgit v1.2.3