Author: karpet
Date: Fri Feb  3 03:07:32 2012
New Revision: 1239987

URL: http://svn.apache.org/viewvc?rev=1239987&view=rev
Log:
merge trunk CHANGES to branches/0.3, note date in both trunk and 0.3

Modified:
    incubator/lucy/branches/0.3/CHANGES
    incubator/lucy/trunk/CHANGES

Modified: incubator/lucy/branches/0.3/CHANGES
URL: 
http://svn.apache.org/viewvc/incubator/lucy/branches/0.3/CHANGES?rev=1239987&r1=1239986&r2=1239987&view=diff
==============================================================================
--- incubator/lucy/branches/0.3/CHANGES (original)
+++ incubator/lucy/branches/0.3/CHANGES Fri Feb  3 03:07:32 2012
@@ -2,6 +2,20 @@ Revision history for Lucy
 
 0.3.0  2012-01-15
 
+  New features:
+
+    * [LUCY-173] - Bundle Lemon parser generator
+    * [LUCY-189] - Bundle utf8proc
+    * [LUCY-191] - Unicode normalization
+      The new analyzer Lucy::Analysis::Normalizer provides Unicode
+      normalization, case folding and stripping of accents.
+    * [LUCY-196] - UAX #29 tokenizer
+      The new analyzer Lucy::Analysis::StandardTokenizer tokenizes according
+      to the UAX #29 word break rules.
+    * [LUCY-203] - Implement EasyAnalyzer
+      EasyAnalyzer is simple analysis chain using the StandardTokenizer, the
+      Normalizer, and the SnowballStemmer.
+
   Bugfixes:
 
     * [LUCY-175] - Missing stdarg.h breaks build
@@ -29,14 +43,11 @@ Revision history for Lucy
     * [LUCY-143] - Convert Clownfish::Parser to Lemon
     * [LUCY-179] - Tighten UTF-8 validity checks.
     * [LUCY-197] - Clean whitespace for 0.3.0
-
-  New features:
-
-    * [LUCY-173] - Bundle Lemon parser generator
-    * [LUCY-189] - Bundle utf8proc
-    * [LUCY-191] - Unicode normalization
-    * [LUCY-196] - UAX #29 tokenizer
-    * [LUCY-203] - Implement EasyAnalyzer
+    * [LUCY-204] - Process ClusterSearcher RPCs in parallel
+    * [LUCY-205] - Parallel processing for SearchServer
+      This introduces an incompatible API change: The port argument has moved
+      from the constructor to the serve method and the password argument has
+      been removed.
 
   Tasks:
 

Modified: incubator/lucy/trunk/CHANGES
URL: 
http://svn.apache.org/viewvc/incubator/lucy/trunk/CHANGES?rev=1239987&r1=1239986&r2=1239987&view=diff
==============================================================================
--- incubator/lucy/trunk/CHANGES (original)
+++ incubator/lucy/trunk/CHANGES Fri Feb  3 03:07:32 2012
@@ -1,6 +1,6 @@
 Revision history for Lucy
 
-0.3.0  XXXX-XX-XX
+0.3.0  2012-01-15
 
   New features:
 


Reply via email to