Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F301692C8 for ; Sat, 24 Mar 2012 23:43:22 +0000 (UTC) Received: (qmail 21347 invoked by uid 500); 24 Mar 2012 23:43:22 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 21292 invoked by uid 500); 24 Mar 2012 23:43:22 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 21285 invoked by uid 99); 24 Mar 2012 23:43:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Mar 2012 23:43:22 +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; Sat, 24 Mar 2012 23:43:19 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AD7622388980 for ; Sat, 24 Mar 2012 23:42:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1304964 - in /hadoop/common/branches/branch-1: CHANGES.txt build.xml src/native/configure Date: Sat, 24 Mar 2012 23:42:58 -0000 To: common-commits@hadoop.apache.org From: mattf@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120324234258.AD7622388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mattf Date: Sat Mar 24 23:42:58 2012 New Revision: 1304964 URL: http://svn.apache.org/viewvc?rev=1304964&view=rev Log: merge HADOOP-8201. create the configure script for native compilation as part of the build. Contributed by Giri Kesavan. Removed: hadoop/common/branches/branch-1/src/native/configure Modified: hadoop/common/branches/branch-1/CHANGES.txt (contents, props changed) hadoop/common/branches/branch-1/build.xml Modified: hadoop/common/branches/branch-1/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/CHANGES.txt?rev=1304964&r1=1304963&r2=1304964&view=diff ============================================================================== --- hadoop/common/branches/branch-1/CHANGES.txt (original) +++ hadoop/common/branches/branch-1/CHANGES.txt Sat Mar 24 23:42:58 2012 @@ -172,6 +172,14 @@ Release 1.1.0 - unreleased MAPREDUCE-2835. Make per-job counter limits configurable. (tomwhite) +Release 1.0.3 - unreleased + + NEW FEATURES + + IMPROVEMENTS + + BUG FIXES + HADOOP-6924. Adds a directory to the list of directories to search for the libjvm.so file. The new directory is found by running a 'find' command and the first output is taken. This was done to handle the build of Hadoop with IBM's JDK. (Stephen Watt, @@ -183,7 +191,10 @@ Release 1.1.0 - unreleased HADOOP-8188. Fixes the build process to do with jsvc, with IBM's JDK as the underlying jdk. (ddas) -Release 1.0.2 - 2012.03.18 + HDFS-3127. Do not throw exceptions when FSImage.restoreStorageDirs() failes. + (Brandon Li via szetszwo) + +Release 1.0.2 - 2012.03.24 NEW FEATURES @@ -243,8 +254,8 @@ Release 1.0.2 - 2012.03.18 HADOOP-8132. 64bit secure datanodes do not start as the jsvc path is wrong (Arpit Gupta via mattf) - HDFS-3127. Do not throw exceptions when FSImage.restoreStorageDirs() failes. - (Brandon Li via szetszwo) + HADOOP-8201. create the configure script for native compilation as part of + the build (Giri Kesavan via mattf) Release 1.0.1 - 2012.02.14 Propchange: hadoop/common/branches/branch-1/CHANGES.txt ------------------------------------------------------------------------------ Merged /hadoop/common/branches/branch-1.0/CHANGES.txt:r1304952 Merged /hadoop/common/branches/branch-1.0.2/CHANGES.txt:r1304948 Modified: hadoop/common/branches/branch-1/build.xml URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/build.xml?rev=1304964&r1=1304963&r2=1304964&view=diff ============================================================================== --- hadoop/common/branches/branch-1/build.xml (original) +++ hadoop/common/branches/branch-1/build.xml Sat Mar 24 23:42:58 2012 @@ -610,7 +610,14 @@ - + + + + + +