Return-Path: X-Original-To: apmail-incubator-giraph-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-giraph-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B73BF8321 for ; Thu, 1 Sep 2011 16:51:29 +0000 (UTC) Received: (qmail 32056 invoked by uid 500); 1 Sep 2011 16:51:29 -0000 Delivered-To: apmail-incubator-giraph-commits-archive@incubator.apache.org Received: (qmail 32030 invoked by uid 500); 1 Sep 2011 16:51:29 -0000 Mailing-List: contact giraph-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: giraph-dev@incubator.apache.org Delivered-To: mailing list giraph-commits@incubator.apache.org Received: (qmail 32022 invoked by uid 99); 1 Sep 2011 16:51:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2011 16:51:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2011 16:51:27 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 487FD23889E5; Thu, 1 Sep 2011 16:51:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1164162 - /incubator/giraph/trunk/CHANGELOG Date: Thu, 01 Sep 2011 16:51:07 -0000 To: giraph-commits@incubator.apache.org From: omalley@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110901165107.487FD23889E5@eris.apache.org> Author: omalley Date: Thu Sep 1 16:51:06 2011 New Revision: 1164162 URL: http://svn.apache.org/viewvc?rev=1164162&view=rev Log: GIRAPH-19. Added back entries to the CHANGELOG. (omalley) Modified: incubator/giraph/trunk/CHANGELOG Modified: incubator/giraph/trunk/CHANGELOG URL: http://svn.apache.org/viewvc/incubator/giraph/trunk/CHANGELOG?rev=1164162&r1=1164161&r2=1164162&view=diff ============================================================================== --- incubator/giraph/trunk/CHANGELOG (original) +++ incubator/giraph/trunk/CHANGELOG Thu Sep 1 16:51:06 2011 @@ -10,3 +10,16 @@ Release 0.70.0 - unreleased GIRAPH-14. Support for the Facebook Hadoop branch. (aching) GIRAPH-16. Add Apache RAT to the verify build step. (omalley) + + GIRAPH-17 - Giraph doesn't give up properly after the maximum connect + attempts to ZooKeeper. (aching) + + GIRAPH-2: Make the project homepage. (jghoman) + + GIRAPH-9: Change Yahoo License Header to Apache License Header (hyunsik) + + GIRAPH-6. Remove Yahoo-specific code from pom.xml. (jghoman) + + GIRAPH-5 Remove Yahoo directories after svn import from Yahoo! (aching) + + GIRAPH-3. Vertex:sentMsgToAllEdges should be sendMsg. (jghoman) \ No newline at end of file