[erlang-questions] OTP R16B03 has been released
Kenneth Lundin
kenneth.lundin@REDACTED
Wed Dec 11 18:15:43 CET 2013
Erlang/OTP R16B03 has been released.
OTP R16B03 is a service release with mostly a number of small corrections
and user contributions. But there are some new functions worth mentioning
as well, here are some of them:
- A new memory allocation feature called "super carrier" has been
introduced. It can for example be used for pre-allocation of all memory
that the runtime system should be able to use. It is enabled by passing the
+MMscs (size in MB) command line argument. For more information see the
documentation of the +MMsco, +MMscrfsd, +MMscrpm, +MMscs, +MMusac, and,
+Mlpm command line arguments in the erts_alloc(3) documentation.
- The LDAP client (eldap application) now supports the start_tls
operation. This upgrades an existing tcp connection to encryption using
TLS, see eldap:start_tls/2 and /3.
- The FTP client (inets application) now supports FTP over TLS (ftps).
~50 open source contributions. Many thanks for that!
You can find the README file with more detailed info at
http://www.erlang.org/download/otp_src_R16B03.readme
You can download the full source distribution from
http://www.erlang.org/download/otp_src_R16B03.tar.gz
http://www.erlang.org/download/otp_src_R16B03.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_R16B03*
The Windows binary distribution can be downloaded from
http://www.erlang.org/download/otp_win32_R16B03.exe
http://www.erlang.org/download/otp_win64_R16B03.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_R16B03.tar.gz
http://www.erlang.org/download/otp_doc_man_R16B03.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/20131211/6d4a3a54/attachment.htm>
More information about the erlang-questions
mailing list