From 745b99ab510ed85ce7ff4b77c83f6c501b24c5cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn-Egil=20Dahlberg?= Date: Fri, 19 Feb 2010 11:39:38 +0000 Subject: Update release notes --- lib/compiler/doc/src/notes.xml | 69 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 66 insertions(+), 3 deletions(-) (limited to 'lib/compiler/doc/src/notes.xml') diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index 7d1913d740..7ea000a895 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -4,7 +4,7 @@
- 20042009 + 20042010 Ericsson AB. All Rights Reserved. @@ -13,12 +13,12 @@ compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. - + Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. - + Compiler Release Notes @@ -31,6 +31,69 @@

This document describes the changes made to the Compiler application.

+
Compiler 4.6.5 + +
Fixed Bugs and Malfunctions + + +

+ Using complex boolean expressions in ifs could cause the + compiler to either crash or teminate with an internal + error. (Thanks to Simon Cornish.)

+

+ Own Id: OTP-8338

+
+ +

Bit string comprehensions can now be used in + parameterized modules. (Thanks to Jebu Ittiachen.)

+

+ Own Id: OTP-8447

+
+
+
+ + +
Improvements and New Features + + +

+ The expected return value for an on_load function has + been changed. (See the section about code loading in the + Reference manual.)

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-8339

+
+ +

+ In rare circumstances when using garbaging collecting + guard BIFs, the validation pass (beam_validator) would + signal that the code was unsafe, when it in fact was + correct. (Thanks to Kiran Khaladkar.)

+

+ Own Id: OTP-8378

+
+ +

+ The -Werror option for erlc and the + compiler option warnings_as_errors will cause + warnings to be treated as errors. (Thanks to Christopher + Faulet.)

+

+ Own Id: OTP-8382

+
+ +

Macros overloading has been implemented. (Thanks to + Christopher Faulet.)

+

+ Own Id: OTP-8388

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