Return-Path: Delivered-To: apmail-lucene-hadoop-commits-archive@locus.apache.org Received: (qmail 96529 invoked from network); 11 Nov 2007 08:08:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Nov 2007 08:08:23 -0000 Received: (qmail 18534 invoked by uid 500); 11 Nov 2007 08:08:11 -0000 Delivered-To: apmail-lucene-hadoop-commits-archive@lucene.apache.org Received: (qmail 18501 invoked by uid 500); 11 Nov 2007 08:08:11 -0000 Mailing-List: contact hadoop-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-commits@lucene.apache.org Received: (qmail 18492 invoked by uid 99); 11 Nov 2007 08:08:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Nov 2007 00:08:11 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Nov 2007 08:09:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C5DF31A9838; Sun, 11 Nov 2007 00:08:00 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r593856 - /lucene/hadoop/branches/branch-0.15/CHANGES.txt Date: Sun, 11 Nov 2007 08:08:00 -0000 To: hadoop-commits@lucene.apache.org From: nigel@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071111080800.C5DF31A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nigel Date: Sun Nov 11 00:07:59 2007 New Revision: 593856 URL: http://svn.apache.org/viewvc?rev=593856&view=rev Log: Adding 0.14.4 to CHANGES.txt Modified: lucene/hadoop/branches/branch-0.15/CHANGES.txt Modified: lucene/hadoop/branches/branch-0.15/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/hadoop/branches/branch-0.15/CHANGES.txt?rev=593856&r1=593855&r2=593856&view=diff ============================================================================== --- lucene/hadoop/branches/branch-0.15/CHANGES.txt (original) +++ lucene/hadoop/branches/branch-0.15/CHANGES.txt Sun Nov 11 00:07:59 2007 @@ -478,6 +478,22 @@ (Jim Kellerman via acmurthy) +Release 0.14.4 - + + BUG FIXES + + HADOOP-2140. Add missing Apache Licensing text at the front of several + C and C++ files. + + HADOOP-2169. Fix the DT_SONAME field of libhdfs.so to set it to the + correct value of 'libhdfs.so', currently it is set to the absolute path of + libhdfs.so. (acmurthy) + + HADOOP-2001. Make the job priority updates and job kills synchronized on + the JobTracker. Deadlock was seen in the JobTracker because of the lack of + this synchronization. (Arun C Murthy via ddas) + + Release 0.14.3 - 2007-10-19 BUG FIXES