All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] erlang: bump to version 17.1
@ 2014-08-13 15:51 Frank Hunleth
  2014-08-15  9:24 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Hunleth @ 2014-08-13 15:51 UTC (permalink / raw)
  To: buildroot

Erlang/OTP 17.1 is a service release on the 17 track with mostly bug
fixes, but it does contain a number of new features and characteristics
improvements as well.

Some highlights of the release are:
  - crypto: Add aes_cfb8 cypher to crypto:block_encrypt and block_decrypt.
  - diameter: Add result code counters for CEA, DWA, and DPA.
  - erts: The following built in functions in the erlang and binary modules
    now bump an appropriate amount of reductions and yield when out of
    reductions:
    binary_to_list/1, binary_to_list/3, bitstring_to_list/1,
    list_to_binary/1,
    iolist_to_binary/1, list_to_bitstring/1, binary:list_to_bin/1
  - hipe: Handle Maps instructions get_map_elements, put_map_assoc,
    put_map_exact in the HiPE native code compiler.
  - mnesia: The time for inserting locks for a transaction with large
    number of locks is reduced significantly.
  - ssh: Option max_sessions added to ssh:daemon/{2,3}.
  - stdlib: Add maps:get/3 to maps module. The function will return the
    supplied default value if the key does not exist in the map.

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
---
 package/erlang/erlang.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/erlang/erlang.mk b/package/erlang/erlang.mk
index 1278682..5474952 100644
--- a/package/erlang/erlang.mk
+++ b/package/erlang/erlang.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ERLANG_VERSION = 17.0
+ERLANG_VERSION = 17.1
 ERLANG_SITE = http://www.erlang.org/download
 ERLANG_SOURCE = otp_src_$(ERLANG_VERSION).tar.gz
 ERLANG_DEPENDENCIES = host-erlang
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] erlang: bump to version 17.1
  2014-08-13 15:51 [Buildroot] [PATCH] erlang: bump to version 17.1 Frank Hunleth
@ 2014-08-15  9:24 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2014-08-15  9:24 UTC (permalink / raw)
  To: buildroot

>>>>> "Frank" == Frank Hunleth <fhunleth@troodon-software.com> writes:

 > Erlang/OTP 17.1 is a service release on the 17 track with mostly bug
 > fixes, but it does contain a number of new features and characteristics
 > improvements as well.

 > Some highlights of the release are:
 >   - crypto: Add aes_cfb8 cypher to crypto:block_encrypt and block_decrypt.
 >   - diameter: Add result code counters for CEA, DWA, and DPA.
 >   - erts: The following built in functions in the erlang and binary modules
 >     now bump an appropriate amount of reductions and yield when out of
 >     reductions:
 >     binary_to_list/1, binary_to_list/3, bitstring_to_list/1,
 >     list_to_binary/1,
 >     iolist_to_binary/1, list_to_bitstring/1, binary:list_to_bin/1
 >   - hipe: Handle Maps instructions get_map_elements, put_map_assoc,
 >     put_map_exact in the HiPE native code compiler.
 >   - mnesia: The time for inserting locks for a transaction with large
 >     number of locks is reduced significantly.
 >   - ssh: Option max_sessions added to ssh:daemon/{2,3}.
 >   - stdlib: Add maps:get/3 to maps module. The function will return the
 >     supplied default value if the key does not exist in the map.

 > Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>

Committed to next, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-15  9:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-13 15:51 [Buildroot] [PATCH] erlang: bump to version 17.1 Frank Hunleth
2014-08-15  9:24 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.