From patchwork Thu Apr 10 14:35:25 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Hunleth X-Patchwork-Id: 338139 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id E34E9140093 for ; Fri, 11 Apr 2014 00:35:56 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2FB738A9DD; Thu, 10 Apr 2014 14:35:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n3X3ZzU5sYpx; Thu, 10 Apr 2014 14:35:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 3C0928ABD9; Thu, 10 Apr 2014 14:35:54 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id E46811BF983 for ; Thu, 10 Apr 2014 14:35:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DD6438A96B for ; Thu, 10 Apr 2014 14:35:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NPKRQrBd9h7h for ; Thu, 10 Apr 2014 14:35:52 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-qa0-f52.google.com (mail-qa0-f52.google.com [209.85.216.52]) by whitealder.osuosl.org (Postfix) with ESMTPS id E53048A7B9 for ; Thu, 10 Apr 2014 14:35:51 +0000 (UTC) Received: by mail-qa0-f52.google.com with SMTP id s7so1925057qap.25 for ; Thu, 10 Apr 2014 07:35:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=o/w97i0ezGeawcbk1dcS725Ui9DKP8RpfA9V6FUOxWs=; b=Xp09KCmDtK+NUEwyv/Bm1bkzpIoC4G74ksWjA/tXuOERMStAVCWFHKGeVza/8rR7jT Ff6P1DPM6KeOpCIOQcaJQLmPEBA/8WCY5xR2IxGszm/ODGjyOAwVjXSqQzzsQKrywLfZ L6PXNlTo2P3rpDh0T2HsaibI9ROQQHaDzNweC7335qQOS/NBCG+gKj5wEsjETkLxTTyy t4kBL5WtNrjtXr/OP3wwlTPzk6kqRp4YkPTLz+6pcFGtpqzBADrt3DzxXLhE5Mde7zJn RKjxhICcy3pQrhLpmdQI+YUbnR3gm4opTFc0DezNuBMYd8r6tjqWWlxu3ge3A2hki4eR y/Kw== X-Gm-Message-State: ALoCoQkXwwoiTUx1WCLY/gYpJPvT0diWd1I7AktdSgH5TNezYH+fCnaoS09iJ/0VkIUiIzTBlZl8 X-Received: by 10.224.92.75 with SMTP id q11mr21228769qam.56.1397140551030; Thu, 10 Apr 2014 07:35:51 -0700 (PDT) Received: from halfmarathon.lkctech.com (173-166-182-69-washingtondc.hfc.comcastbusiness.net. [173.166.182.69]) by mx.google.com with ESMTPSA id o16sm7962726qax.30.2014.04.10.07.35.50 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 10 Apr 2014 07:35:50 -0700 (PDT) From: Frank Hunleth To: buildroot@buildroot.org Date: Thu, 10 Apr 2014 10:35:25 -0400 Message-Id: <1397140525-15130-1-git-send-email-fhunleth@troodon-software.com> X-Mailer: git-send-email 1.8.3.2 Subject: [Buildroot] [PATCH 1/1] erlang: bump version to 17.0 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Erlang/OTP 17.0 is a new major release with new features, characteristics improvements, as well as some minor incompatibilities. Some highlights of the release are: - Erlang/OTP has been ported to the realtime operating system OSE. - Maps, a new dictionary data type (experimental) - A more natural mapping from ASN.1 OCTET STRING and BIT STRING to Erlang types, and other ASN.1 improvements and optimizations - The {active, N} socket option for TCP, UDP, and SCTP - A new (optional) scheduler utilization balancing mechanism - Migration of memory carriers has been enabled by default on all ERTS internal memory allocators - Increased garbage collection tenure rate - Experimental "dirty schedulers" functionality - Funs can now be given names - Miscellaneous unicode support enhancements - A new version scheme for OTP its applications has been introduced Signed-off-by: Frank Hunleth --- 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 1572731..1278682 100644 --- a/package/erlang/erlang.mk +++ b/package/erlang/erlang.mk @@ -4,7 +4,7 @@ # ################################################################################ -ERLANG_VERSION = R16B03-1 +ERLANG_VERSION = 17.0 ERLANG_SITE = http://www.erlang.org/download ERLANG_SOURCE = otp_src_$(ERLANG_VERSION).tar.gz ERLANG_DEPENDENCIES = host-erlang