Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 777B5200B49 for ; Wed, 3 Aug 2016 08:43:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5F366160A86; Wed, 3 Aug 2016 06:43:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CD83F160A64 for ; Wed, 3 Aug 2016 08:43:23 +0200 (CEST) Received: (qmail 59182 invoked by uid 500); 3 Aug 2016 06:43:22 -0000 Mailing-List: contact commits-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list commits@hama.apache.org Received: (qmail 59167 invoked by uid 99); 3 Aug 2016 06:43:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Aug 2016 06:43:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 62979EE696; Wed, 3 Aug 2016 06:43:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: edwardyoon@apache.org To: commits@hama.apache.org Message-Id: <60ccf8de99ab4890927ebd6e0c955988@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hama git commit: This closes #16 Date: Wed, 3 Aug 2016 06:43:22 +0000 (UTC) archived-at: Wed, 03 Aug 2016 06:43:24 -0000 Repository: hama Updated Branches: refs/heads/master 556c7b386 -> ce0cbec6c This closes #16 Project: http://git-wip-us.apache.org/repos/asf/hama/repo Commit: http://git-wip-us.apache.org/repos/asf/hama/commit/ce0cbec6 Tree: http://git-wip-us.apache.org/repos/asf/hama/tree/ce0cbec6 Diff: http://git-wip-us.apache.org/repos/asf/hama/diff/ce0cbec6 Branch: refs/heads/master Commit: ce0cbec6c371b1442585f6b6182d0ac3fa60258f Parents: 556c7b3 Author: Edward J. Yoon Authored: Wed Aug 3 15:40:59 2016 +0900 Committer: Edward J. Yoon Committed: Wed Aug 3 15:40:59 2016 +0900 ---------------------------------------------------------------------- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hama/blob/ce0cbec6/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index fce4097..c84909b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -14,6 +14,7 @@ Release 0.7.2 (unreleased changes) IMPROVEMENTS + HAMA-991: Add math classes for float16/float32 (edwardyoon) HAMA-978: Netty native transport (JongYoon Lim via edwardyoon) Release 0.7.1 - March 14, 2016