Return-Path: Delivered-To: apmail-lucene-pylucene-commits-archive@minotaur.apache.org Received: (qmail 34809 invoked from network); 18 Jun 2010 17:33:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Jun 2010 17:33:17 -0000 Received: (qmail 54952 invoked by uid 500); 18 Jun 2010 17:33:17 -0000 Delivered-To: apmail-lucene-pylucene-commits-archive@lucene.apache.org Received: (qmail 54827 invoked by uid 500); 18 Jun 2010 17:33:17 -0000 Mailing-List: contact pylucene-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pylucene-dev@lucene.apache.org Delivered-To: mailing list pylucene-commits@lucene.apache.org Received: (qmail 54532 invoked by uid 99); 18 Jun 2010 17:33:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 17:33:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Fri, 18 Jun 2010 17:33:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 01A902388993; Fri, 18 Jun 2010 17:32:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r956057 - in /lucene/pylucene/branches/pylucene_2_9: CHANGES Makefile Date: Fri, 18 Jun 2010 17:32:27 -0000 To: pylucene-commits@lucene.apache.org From: vajda@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100618173228.01A902388993@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vajda Date: Fri Jun 18 17:32:27 2010 New Revision: 956057 URL: http://svn.apache.org/viewvc?rev=956057&view=rev Log: preparing release 2.9.3 Modified: lucene/pylucene/branches/pylucene_2_9/CHANGES lucene/pylucene/branches/pylucene_2_9/Makefile Modified: lucene/pylucene/branches/pylucene_2_9/CHANGES URL: http://svn.apache.org/viewvc/lucene/pylucene/branches/pylucene_2_9/CHANGES?rev=956057&r1=956056&r2=956057&view=diff ============================================================================== --- lucene/pylucene/branches/pylucene_2_9/CHANGES (original) +++ lucene/pylucene/branches/pylucene_2_9/CHANGES Fri Jun 18 17:32:27 2010 @@ -1,10 +1,9 @@ -Version 2.9.1 -> 2.9.3 +Version 2.9.2 -> 2.9.3 ---------------------- - using Lucene 2.9.3 sources - PyLucene built with JCC 2.6 - updated samples and test cases to reflect JCC 2.6 changes - - Version 2.9.1 -> 2.9.2 ---------------------- Modified: lucene/pylucene/branches/pylucene_2_9/Makefile URL: http://svn.apache.org/viewvc/lucene/pylucene/branches/pylucene_2_9/Makefile?rev=956057&r1=956056&r2=956057&view=diff ============================================================================== --- lucene/pylucene/branches/pylucene_2_9/Makefile (original) +++ lucene/pylucene/branches/pylucene_2_9/Makefile Fri Jun 18 17:32:27 2010 @@ -17,7 +17,7 @@ VERSION=2.9.3-1 LUCENE_SVN_VER=HEAD LUCENE_VER=2.9.3 -LUCENE_SVN=http://svn.apache.org/repos/asf/lucene/java/branches/lucene_2_9 +LUCENE_SVN=http://svn.apache.org/repos/asf/lucene/java/tags/lucene_2_9_3 PYLUCENE:=$(shell pwd) LUCENE=lucene-java-$(LUCENE_VER)