You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/10/26 23:55:53 UTC

svn commit: r1189495 - /lucene/dev/branches/branch_3x/solr/CHANGES.txt

Author: sarowe
Date: Wed Oct 26 21:55:53 2011
New Revision: 1189495

URL: http://svn.apache.org/viewvc?rev=1189495&view=rev
Log:
SOLR-2588: Backported CHANGES.txt changes from trunk

Modified:
    lucene/dev/branches/branch_3x/solr/CHANGES.txt

Modified: lucene/dev/branches/branch_3x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/CHANGES.txt?rev=1189495&r1=1189494&r2=1189495&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_3x/solr/CHANGES.txt Wed Oct 26 21:55:53 2011
@@ -23,6 +23,14 @@ on how to get started.
 
 ==================  3.5.0  ==================
 
+Upgrading from Solr 3.4
+----------------------
+
+* The VelocityResponseWriter is no longer built into the core.  Its JAR and
+  dependencies now need to be added (via <lib> or solr/home lib inclusion),
+  and it needs to be registered in solrconfig.xml like this:
+    <queryResponseWriter name="velocity" class="solr.VelocityResponseWriter"/>
+
 New Features
 ----------------------
 * SOLR-2749: Add boundary scanners for FastVectorHighlighter. <boundaryScanner/>
@@ -111,6 +119,9 @@ Bug Fixes
 
 * SOLR-2792: Allow case insensitive Hunspell stemming (janhoy, rmuir)
 
+* SOLR-2588: Moved VelocityResponseWriter back to contrib module in order to 
+  remove it as a mandatory core dependency.  (Erik Hatcher)
+
 ==================  3.4.0  ==================
 
 Upgrading from Solr 3.3