diff options
author | Frank Hunleth <fhunleth@troodon-software.com> | 2016-03-22 13:37:32 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-22 20:19:19 +0100 |
commit | 565e3412b0916a21b7de063f48612489e1fe9c48 (patch) | |
tree | a76787a4564618743ac3f7e970f3a0431bada3d0 /package/erlang/erlang.hash | |
parent | 89581bf9ab90e783c850e6349c7e7d8fcf89202f (diff) | |
download | buildroot-565e3412b0916a21b7de063f48612489e1fe9c48.tar.gz buildroot-565e3412b0916a21b7de063f48612489e1fe9c48.zip |
erlang: bump to version 18.3
Erlang/OTP 18.3 is a service release on the 18 track with mostly bug
fixes, but is does contain a number of new features and improvements as
well.
Some highlights of the release are:
. New statistics info about runnable and active processes & ports.
Call erlang:statistics with: total_run_queue_lengths |
run_queue_lengths | total_active_tasks | active_tasks.
. Time warp improvements: dbg:p/2 and erlang:trace/3 with
monotonic_timestamp |strict_monotonic_timestamp.
. Introduced a validation callback for heart.
. The module overload in sasl has been deprecated.
. ~90 contributions since 18.2
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/erlang/erlang.hash')
-rw-r--r-- | package/erlang/erlang.hash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/erlang/erlang.hash b/package/erlang/erlang.hash index f6519afeb4..c39c26e30a 100644 --- a/package/erlang/erlang.hash +++ b/package/erlang/erlang.hash @@ -1,3 +1,3 @@ # md5 from http://www.erlang.org/download/MD5, sha256 locally computed -md5 ebb226d51f89ec54cc83ce5d417ce55e otp_src_18.2.1.tar.gz -sha256 82d76ebfeeda5db64ea5b0f1a04aa0e9ac63380b278722e0e6052249bd3fe39a otp_src_18.2.1.tar.gz +md5 7e4ff32f97c36fb3dab736f8d481830b otp_src_18.3.tar.gz +sha256 fdab8129a1cb935db09f1832e3a7d511a4aeb2b9bb3602ca6a7ccb9730d5c9c3 otp_src_18.3.tar.gz |