You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pylucene-commits@lucene.apache.org by va...@apache.org on 2012/05/05 02:36:56 UTC

svn commit: r1334271 - /lucene/pylucene/branches/branch_3x/CHANGES

Author: vajda
Date: Sat May  5 00:36:55 2012
New Revision: 1334271

URL: http://svn.apache.org/viewvc?rev=1334271&view=rev
Log:
version 3.6.0

Modified:
    lucene/pylucene/branches/branch_3x/CHANGES

Modified: lucene/pylucene/branches/branch_3x/CHANGES
URL: http://svn.apache.org/viewvc/lucene/pylucene/branches/branch_3x/CHANGES?rev=1334271&r1=1334270&r2=1334271&view=diff
==============================================================================
--- lucene/pylucene/branches/branch_3x/CHANGES (original)
+++ lucene/pylucene/branches/branch_3x/CHANGES Sat May  5 00:36:55 2012
@@ -1,9 +1,11 @@
-Version 3.5.0 ->
----------------------
+Version 3.5.0 -> 3.6.0
+----------------------
+ - using Lucene 3.6.0 sources
  - renamed classes whose python name would not be unique in lucene module
  - refreshed Linux build options, added an OpenJDK 7 example
  - added JavaList to collections.py, a Python java.util.List (Thomas Koch)
- - 
+ - added samples/FacetExample.py (Thomas Koch)
+ - PyLucene built with JCC 2.13
 
 Version 3.4 -> 3.5.0
 --------------------