erlang: bump to version 17.4
authorFrank Hunleth <fhunleth@troodon-software.com>
Fri, 12 Dec 2014 19:11:23 +0000 (14:11 -0500)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 13 Dec 2014 09:06:02 +0000 (10:06 +0100)
Erlang/OTP 17.4 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:

  - eldap: Nearly all TCP options are possible to give in the
    eldap:open/2 call.
  - ssh: Added API functions ptty_alloc/3 and ptty_alloc/4, to allocate a
    pseudo tty.
  - ssl: Handle servers that may send an empty SNI extension to the client.

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/erlang/erlang.mk

index ef0e0a298782e0be23d16d6fefd6a0a23d5eeb1c..045c07f4037a35e259404e89e013018e5c6a15bc 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ERLANG_VERSION = 17.3
+ERLANG_VERSION = 17.4
 ERLANG_SITE = http://www.erlang.org/download
 ERLANG_SOURCE = otp_src_$(ERLANG_VERSION).tar.gz
 ERLANG_DEPENDENCIES = host-erlang