[erlang-questions] OTP R16A has been released

Kenneth Lundin kenneth.lundin@REDACTED
Wed Jan 30 16:26:15 CET 2013


Erlang/OTP R16A has been released. This is a beta release before the R16B
product release on February 27:th.

OTP R16 i a new major release with a number of new features,
characteristics and also some minor incompatibilities.
We encourage you to build and test your applications using this release and
report unexpected problems to us.
See the readme file and the documentation for more details.

Some of the highlights are:

   - Optimized handling of processes in the VM
      - New internal process table allowing for parallel reads and writes
      - optimized run queue management
      - optimized process state changes
   - "Non-blocking" code loading
   - New internal port table, and rewrite of scheduling of port tasks.
   - Dynamic allocation of port structures, allowing the default for
   maximum ports to be raised to 65536 (from 1024)
   - Support for UTF-8 encoded Unicode characters in source files.
   - Inets application: The http client now support HTTPS through a proxy
   - Asn1 application: Major cleanup of back ends and optimizations of
   mainly decode for PER and UPER.
   - The experimental features parameterized modules and packages are
   removed. An alternative compatible solution
   for parameterized modules is provided here
   https://github.com/erlang/pmod_transform.
   - All built in functions BIF's (even if they are implemented in C as
   part of the VM) are now visible in the
   source code of the module they belong to, including their type specs.
   - The Wx application now compiles and is usable with the
   unstable development branch of wxWidgets-2.9.
   This means that wx can now be built on 64 bit MacOsX as well.



You can find the README file with more detailed info at
http://www.erlang.org/download/otp_src_R16A_RELEASE_CANDIDATE.readme

You can download the full source distribution from
 http://www.erlang.org/download/otp_src_R16A_RELEASE_CANDIDATE.tar.gz
http://www.erlang.org/download/otp_src_R16A_RELEASE_CANDIDATE.readme (this
file)

Note: To unpack the TAR archive you need a GNU TAR compatible program.

For installation instructions please read the README that is part of
the distribution.

You can also find this release at the official Erlang/OTP Git-repository at
Github here:
https://github.com/erlang/otp tagged *OTP_R16A_RELEASE_CANDIDATE*


The Windows binary distribution can be downloaded from

http://www.erlang.org/download/otp_win32_R16A_RELEASE_CANDIDATE.exe
 http://www.erlang.org/download/otp_win64_R16A_RELEASE_CANDIDATE.exe


On-line documentation can be found at http://www.erlang.org/doc/.
You can also download the complete HTML documentation or the Unix manual
files

http://www.erlang.org/download/otp_doc_html_R16A_RELEASE_CANDIDATE.tar.gz
 http://www.erlang.org/download/otp_doc_man_R16A_RELEASE_CANDIDATE.tar.gz

We also want to thank those that sent us patches, suggestions and bug
reports,

The Erlang/OTP Team at Ericsson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130130/a45ecc0c/attachment.htm>


More information about the erlang-questions mailing list