From 68b804f34d4ec420d86953e3f519179a40fbee8f Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 29 Jan 2013 11:38:41 +0100 Subject: Prepare release --- lib/compiler/doc/src/notes.xml | 51 ++++++++++++++++++++++++++++++++++++++++++ lib/compiler/vsn.mk | 2 +- 2 files changed, 52 insertions(+), 1 deletion(-) (limited to 'lib/compiler') diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index 6d51074d4a..a9579445bc 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -31,6 +31,57 @@

This document describes the changes made to the Compiler application.

+
Compiler 4.9 + +
Improvements and New Features + + +

+ The compiler optimizations have been polished, so that + the code quality will be slightly better in some cases.

+

+ Own Id: OTP-10193

+
+ +

Support for Unicode has been implemented.

+

+ Own Id: OTP-10302

+
+ +

Where necessary a comment stating encoding has been + added to Erlang files. The comment is meant to be removed + in Erlang/OTP R17B when UTF-8 becomes the default + encoding.

+

+ Own Id: OTP-10630

+
+ +

+ Fix some wrong warnings triggered by the option + inline_list_funcs. Thanks to Anthony Ramine.

+

+ Own Id: OTP-10690

+
+ +

+ Forbid local fun variables in Core Erlang guards. Thanks + to Anthony Ramine.

+

+ Own Id: OTP-10706

+
+ +

+ Binary syntax matches could cause an internal consistency + error in in the compiler. (Thanks to Viktor Sovietov for + reporting this bug.)

+

+ Own Id: OTP-10724

+
+
+
+ +
+
Compiler 4.8.2
Fixed Bugs and Malfunctions diff --git a/lib/compiler/vsn.mk b/lib/compiler/vsn.mk index b77c82309f..8c60ce6489 100644 --- a/lib/compiler/vsn.mk +++ b/lib/compiler/vsn.mk @@ -1 +1 @@ -COMPILER_VSN = 4.8.2 +COMPILER_VSN = 4.9 -- cgit v1.2.3