shijiang1130 发表于 2016-12-21 10:54

Erlang/OTP 19.2 has been released

Some highlights for 19.2
[*]STDLIB: The new behaviour gen_statem has been improved with 3 new features: the possibility to use old style non-proxy timeouts for gen_statem:call/2,3, state entry code, and state timeouts. These are backwards compatible. Minor code and documentation improvements has been performed including a borderline semantics correction of timeout zero handling.
[*]SSL: Experimental version of DTLS. It is runnable but not complete and cannot be considered reliable for production usage. To use DTLS add the option {protocol, dtls} to ssl:connect and ssl:listen.
[*]SSH: Extended the option silently_accept_hosts for ssh:connect to make it possible for the client to check the SSH host key fingerprint string. Se the reference manual for SSH.
[*]~40 contributions since the previous service release OTP 19.1
You can find the README and the full listing of changes for this service release athttp://www.erlang.org/download/otp_src_19.2.readme

The source distribution and binary distributions for Windows can be
downloaded fromhttp://www.erlang.org/download/otp_src_19.2.tar.gz
http://www.erlang.org/download/otp_win32_19.2.exe
http://www.erlang.org/download/otp_win64_19.2.exe

patagonia2 发表于 2016-12-26 16:45

我是新手,刚刚学习 ...
求教这个STDLIB什么意思
谢谢 ...

patagonia2 发表于 2016-12-26 16:45

我是新手,刚刚学习 ...
求教这个STDLIB什么意思
谢谢 ...
页: [1]
查看完整版本: Erlang/OTP 19.2 has been released