[erlang-announce] Erlang/OTP R11B-4 has been released
Bjorn Gustavsson
bjorn@REDACTED
Wed Mar 28 15:51:15 CEST 2007
Bug fix release : otp_src_R11B-4
Build date : 2007-03-28
This is bug fix release 4 for the R11B release.
You can download the full source distribution from
http://www.erlang.org/download/otp_src_R11B-4.tar.gz
http://www.erlang.org/download/otp_src_R11B-4.readme
Note: To unpack the TAR archive you need a GNU TAR compatible
program. For instance, on MacOS X before 10.3 you must use the 'gnutar' command;
you can't use the 'tar' command or StuffIt to unpack the sources.
For installation instructions please read the README that is part of
the distribution.
The Windows binary distribution can be downloaded from
http://www.erlang.org/download/otp_win32_R11B-4.exe
On-line documentation can be found at http://www.erlang.org/doc.html.
You can also download the complete HTML documentation or the Unix manual files
http://www.erlang.org/download/otp_doc_html_R11B-4.tar.gz
http://www.erlang.org/download/otp_doc_man_R11B-4.tar.gz
We also want to thank those that sent us patches, suggestions and bug
reports,
The OTP Team
--- HIGHLIGHTS ------------------------------------------------------------
OTP-6505 There is a new escript program that can be used for writing
scripts in Erlang. Erlang scripts don't need to be compiled
and any arguments can be passed to them without risk that
they are interpreted by the Erlang system.
OTP-6546 Dialyzer (in the modes where either source or BEAM code which
contains debug_info is analyzed) spits out line information
for all discrepancies. This has been a major change, worth of
increasing the version number.
We warn users that *considerably* more discrepancies are
identified by this version of Dialyzer compared with previous
ones and applications. If, for some reason, warnings
generated by previous versions of Dialyzer are preferable,
the command line option --old_style can be employed.
--
Björn Gustavsson, Erlang/OTP, Ericsson AB
More information about the erlang-announce
mailing list