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 2011/04/02 21:27:40 UTC

svn commit: r1088092 - /lucene/pylucene/branches/pylucene_3_1/CHANGES

Author: vajda
Date: Sat Apr  2 19:27:40 2011
New Revision: 1088092

URL: http://svn.apache.org/viewvc?rev=1088092&view=rev
Log:
PyLucene 3.1 rc1

Modified:
    lucene/pylucene/branches/pylucene_3_1/CHANGES

Modified: lucene/pylucene/branches/pylucene_3_1/CHANGES
URL: http://svn.apache.org/viewvc/lucene/pylucene/branches/pylucene_3_1/CHANGES?rev=1088092&r1=1088091&r2=1088092&view=diff
==============================================================================
--- lucene/pylucene/branches/pylucene_3_1/CHANGES (original)
+++ lucene/pylucene/branches/pylucene_3_1/CHANGES Sat Apr  2 19:27:40 2011
@@ -1,18 +1,17 @@
 
-Version 3.0.0 ->
-----------------
+Version 3.0.0 -> 3.1.0
+----------------------
+ - using Lucene 3.1 sources
  - improved support for building on Windows with mingw32
  - added wininst target to Makefile
- - added port of ICUNormalizer2Filter using C++ ICU's Normalizer2 via PyICU
- - added port of ICUFoldingFilter using C++ ICU's Normalizer2 via PyICU
- - added port of ICUTransformFilter using C++ ICU's Transliterator via PyICU
- - PyLucene built with JCC 2.6
+ - added port of ICUNormalizer2Filter using C++ ICU's Normalizer2 via PyICU 1.1
+ - added port of ICUFoldingFilter using C++ ICU's Normalizer2 via PyICU 1.1
+ - added port of ICUTransformFilter using C++ ICU's Transliterator via PyICU 1.1
  - fixed "Lucene in Action" samples left over on old API
  - improved support for adding optional contrib modules
  - added --package java.util.regex to wrap constructors on PatternAnalyzer
  - fixed mansearch.py sample to reflect API changes
- - rearranged Lucene source checkout tree to reflect new constraints
- - 
+ - PyLucene built with JCC 2.8
 
 Version 2.9.0 -> 3.0.0
 ----------------------