Return-Path: X-Original-To: apmail-lucene-pylucene-commits-archive@minotaur.apache.org Delivered-To: apmail-lucene-pylucene-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 8E7D5D91A for ; Wed, 26 Dec 2012 02:50:05 +0000 (UTC) Received: (qmail 24248 invoked by uid 500); 26 Dec 2012 02:50:05 -0000 Delivered-To: apmail-lucene-pylucene-commits-archive@lucene.apache.org Received: (qmail 24184 invoked by uid 500); 26 Dec 2012 02:50:02 -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 24149 invoked by uid 99); 26 Dec 2012 02:50:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Dec 2012 02:50:01 +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; Wed, 26 Dec 2012 02:50:00 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8EDCD2388847; Wed, 26 Dec 2012 02:49:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1425809 - in /lucene/pylucene/trunk/jcc: CHANGES setup.py Date: Wed, 26 Dec 2012 02:49:40 -0000 To: pylucene-commits@lucene.apache.org From: vajda@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121226024940.8EDCD2388847@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vajda Date: Wed Dec 26 02:49:40 2012 New Revision: 1425809 URL: http://svn.apache.org/viewvc?rev=1425809&view=rev Log: preparing release 2.15 Modified: lucene/pylucene/trunk/jcc/CHANGES lucene/pylucene/trunk/jcc/setup.py Modified: lucene/pylucene/trunk/jcc/CHANGES URL: http://svn.apache.org/viewvc/lucene/pylucene/trunk/jcc/CHANGES?rev=1425809&r1=1425808&r2=1425809&view=diff ============================================================================== --- lucene/pylucene/trunk/jcc/CHANGES (original) +++ lucene/pylucene/trunk/jcc/CHANGES Wed Dec 26 02:49:40 2012 @@ -1,10 +1,9 @@ -Version 2.14 -> +Version 2.14 -> 2.15 -------------------- - improved JCC build on Linux by mokey patching setuptools (Caleb Burns) - fixed bug with wrapping arrays coming out of generic iterators - added support for wrapping non-public methods by listing them as class:method - fixed bug with wrapping wrong clone() method in python extensions classes - - Version 2.13 -> 2.14 -------------------- Modified: lucene/pylucene/trunk/jcc/setup.py URL: http://svn.apache.org/viewvc/lucene/pylucene/trunk/jcc/setup.py?rev=1425809&r1=1425808&r2=1425809&view=diff ============================================================================== --- lucene/pylucene/trunk/jcc/setup.py (original) +++ lucene/pylucene/trunk/jcc/setup.py Wed Dec 26 02:49:40 2012 @@ -12,7 +12,7 @@ import os, sys, platform, subprocess -jcc_ver = '2.14' +jcc_ver = '2.15' machine = platform.machine() if machine.startswith("iPod") or machine.startswith("iPhone"):