From general-return-1691-apmail-lucene-general-archive=lucene.apache.org@lucene.apache.org Wed Oct 14 01:03:24 2009 Return-Path: Delivered-To: apmail-lucene-general-archive@www.apache.org Received: (qmail 34109 invoked from network); 14 Oct 2009 01:03:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Oct 2009 01:03:24 -0000 Received: (qmail 75930 invoked by uid 500); 14 Oct 2009 01:03:24 -0000 Delivered-To: apmail-lucene-general-archive@lucene.apache.org Received: (qmail 75859 invoked by uid 500); 14 Oct 2009 01:03:24 -0000 Mailing-List: contact general-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@lucene.apache.org Delivered-To: mailing list general@lucene.apache.org Received: (qmail 75849 invoked by uid 99); 14 Oct 2009 01:03:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Oct 2009 01:03:23 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [66.51.199.98] (HELO mail10.dslextreme.com) (66.51.199.98) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 14 Oct 2009 01:03:13 +0000 Received: (qmail 8941 invoked from network); 14 Oct 2009 01:02:51 -0000 Received: from unknown (HELO ovaltofu.org) (66.159.224.220) by mail10.dslextreme.com with (DHE-RSA-AES256-SHA encrypted) SMTP; Tue, 13 Oct 2009 18:02:51 -0700 Received: from [192.168.0.8] ([192.168.0.8]) (authenticated bits=0) by ovaltofu.org (8.14.3/8.13.5) with ESMTP id n9E12hIJ020648 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 13 Oct 2009 18:02:45 -0700 (PDT) Date: Tue, 13 Oct 2009 18:02:51 -0700 (PDT) From: Andi Vajda X-X-Sender: vajda@yuzu.local Reply-To: Andi Vajda To: pylucene-dev@lucene.apache.org cc: general@lucene.apache.org Subject: [ANNOUNCE] Apache PyLucene 2.9.0 Message-ID: User-Agent: Alpine 2.01 (OSX 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-MagicMail-UUID: 4bf517a2-b85d-11de-80bf-00188bf6df8c X-Virus-Checked: Checked by ClamAV on apache.org I am pleased to announce the availability of Apache PyLucene 2.9.0. Apache PyLucene, a subproject of Apache Lucene, is a Python extension for accessing Java Lucene. Its goal is to allow you to use Lucene's text indexing and searching capabilities from Python. It is API compatible with the latest version of Java Lucene, 2.9.0. This release contains a number of bug fixes and improvements. Details can be found in the changes files: http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_0/CHANGES http://svn.apache.org/repos/asf/lucene/pylucene/tags/pylucene_2_9_0/jcc/CHANGES Apache PyLucene 2.9.0 is available from the following download page: http://www.apache.org/dyn/closer.cgi/lucene/pylucene/pylucene-2.9.0-1-src.tar.gz When downloading from a mirror site, please remember to verify the downloads using signatures found on the Apache site: http://www.apache.org/dist/lucene/pylucene/KEYS For more information on Apache PyLucene, visit the project home page: http://lucene.apache.org/pylucene Andi..