diff options
author | fhajny <fhajny@pkgsrc.org> | 2017-01-03 08:37:00 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2017-01-03 08:37:00 +0000 |
commit | fc5161c9815ea51e8d8e1b7fcd2c97a7fab67f9c (patch) | |
tree | 2f614367712743cf5adfdefb999b81c284d2e84c /lang/erlang-doc | |
parent | cffcd5870dfe0c5b6b30267addbaa25e9a264b7e (diff) | |
download | pkgsrc-fc5161c9815ea51e8d8e1b7fcd2c97a7fab67f9c.tar.gz |
Update lang/erlang{,-doc,-man} to 19.2.
Erlang/OTP 19.2 is the second service release for the 19 major release.
The service release contains mostly bug fixes and characteristics
improvements.
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 at
http://www.erlang.org/download/otp_src_19.2.readme
Diffstat (limited to 'lang/erlang-doc')
-rw-r--r-- | lang/erlang-doc/PLIST | 3 | ||||
-rw-r--r-- | lang/erlang-doc/distinfo | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/lang/erlang-doc/PLIST b/lang/erlang-doc/PLIST index 18cb5cf8d80..c497826b448 100644 --- a/lang/erlang-doc/PLIST +++ b/lang/erlang-doc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.23 2016/10/02 10:12:36 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.24 2017/01/03 08:37:00 fhajny Exp $ lib/erlang/doc/applications.html lib/erlang/doc/design_principles/applications.html lib/erlang/doc/design_principles/appup_cookbook.html @@ -1427,6 +1427,7 @@ lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxDialog.html lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxDirDialog.html lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxDirPickerCtrl.html lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxDisplayChangedEvent.html +lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxDropFilesEvent.html lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxEraseEvent.html lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxEvent.html lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxEvtHandler.html diff --git a/lang/erlang-doc/distinfo b/lang/erlang-doc/distinfo index 737f181df18..fb1331d9f8e 100644 --- a/lang/erlang-doc/distinfo +++ b/lang/erlang-doc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2016/10/02 10:12:36 fhajny Exp $ +$NetBSD: distinfo,v 1.22 2017/01/03 08:37:00 fhajny Exp $ -SHA1 (erlang/otp_doc_html_19.1.tar.gz) = 8c678a27363b91b407eb38ad72733af0473a5635 -RMD160 (erlang/otp_doc_html_19.1.tar.gz) = 7c3f91b2925e442426c9ea70ec940786f6c51b1d -SHA512 (erlang/otp_doc_html_19.1.tar.gz) = 2c6448af0be4bf35427950aca82eac3aac7554575ba07a8ba8942c27e1eb668461fde00604c3be28fbaca8a1e28ee4861608e33a9c79bc951bb695f99b1c1ac8 -Size (erlang/otp_doc_html_19.1.tar.gz) = 34624316 bytes +SHA1 (erlang/otp_doc_html_19.2.tar.gz) = f743bd2f7f4a049693712accceecb133508f21f0 +RMD160 (erlang/otp_doc_html_19.2.tar.gz) = c43bd16cf0b3f7235dabd4ffcca231d48523ef61 +SHA512 (erlang/otp_doc_html_19.2.tar.gz) = ac9393f3e077be33a4a6e2b50c7848d28298b0f61fbd3b3cc0c650902ebed48d90defcbd6bd3031ac252efa845a6ed94ed781743c04a94c709ae65e5d5957dbb +Size (erlang/otp_doc_html_19.2.tar.gz) = 34761971 bytes |