You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2012/07/05 00:27:46 UTC

svn commit: r1357428 - /lucene/dev/trunk/solr/CHANGES.txt

Author: janhoy
Date: Wed Jul  4 22:27:45 2012
New Revision: 1357428

URL: http://svn.apache.org/viewvc?rev=1357428&view=rev
Log:
SOLR-1929: Moved CHANGES entry from 4.0-alpha to 4.0-beta

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1357428&r1=1357427&r2=1357428&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Wed Jul  4 22:27:45 2012
@@ -39,6 +39,11 @@ New Features
   All replicas of a shard will be consistent, even if updates arrive in a
   different order on different replicas.  (yonik)
 
+* SOLR-1929: Index encrypted documents with ExtractingUpdateRequestHandler.
+  By supplying resource.password=<mypw> or specifying an external file with regular
+  expressions matching file names, Solr will decrypt and index PDFs and DOCX formats.
+  (janhoy, Yiannis Pericleous)
+
 Bug Fixes
 
 * SOLR-3582: Our ZooKeeper watchers respond to session events as if they are change events, 
@@ -399,11 +404,6 @@ New Features
 
 * SOLR-3351: eDismax: ps2 and ps3 params (janhoy)
 
-* SOLR-1929: Index encrypted documents with ExtractingUpdateRequestHandler.
-  By supplying resource.password=<mypw> or specifying an external file with regular
-  expressions matching file names, Solr will decrypt and index PDFs and DOCX formats.
-  (janhoy, Yiannis Pericleous)
-
 * SOLR-3542: Add WeightedFragListBuilder for FVH and set it to default fragListBuilder
   in example solrconfig.xml. (Sebastian Lutze, koji)