You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ko...@apache.org on 2011/01/31 14:26:26 UTC

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

Author: koji
Date: Mon Jan 31 13:26:26 2011
New Revision: 1065601

URL: http://svn.apache.org/viewvc?rev=1065601&view=rev
Log:
SOLR-2340: add the entry to CHANGES.txt

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=1065601&r1=1065600&r2=1065601&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Mon Jan 31 13:26:26 2011
@@ -403,7 +403,6 @@ New Features
   	     http://wiki.apache.org/solr/SpatialSearch and the example.  Refactored some items in Lucene spatial. 
 	     Removed SpatialTileField as the underlying CartesianTier is broken beyond repair and is going to be moved. (gsingers)
 
-
 * SOLR-2128: Full parameter substitution for function queries.
   Example: q=add($v1,$v2)&v1=mul(popularity,5)&v2=20.0
   (yonik)
@@ -754,6 +753,9 @@ Other Changes
 * SOLR-1826: Add unit tests for highlighting with termOffsets=true
   and overlapping tokens. (Stefan Oestreicher via rmuir)
 
+* SOLR-2340: Add version infos to message in JavaBinCodec when throwing
+  exception. (koji)
+
 
 Build
 ----------------------