You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2011/03/18 19:53:31 UTC

svn commit: r1083015 - in /lucene/dev/branches/lucene_solr_3_1/solr: ./ CHANGES.txt

Author: hossman
Date: Fri Mar 18 18:53:31 2011
New Revision: 1083015

URL: http://svn.apache.org/viewvc?rev=1083015&view=rev
Log:
merge 1083014 from 3x, remove ficticious 1.4.2 release from CHANGES.txt

Modified:
    lucene/dev/branches/lucene_solr_3_1/solr/   (props changed)
    lucene/dev/branches/lucene_solr_3_1/solr/CHANGES.txt

Modified: lucene/dev/branches/lucene_solr_3_1/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_1/solr/CHANGES.txt?rev=1083015&r1=1083014&r2=1083015&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_1/solr/CHANGES.txt (original)
+++ lucene/dev/branches/lucene_solr_3_1/solr/CHANGES.txt Fri Mar 18 18:53:31 2011
@@ -558,6 +558,9 @@ Bug Fixes
   initialization if the schema.xml contains an analyzer configuration
   for a fieldType that does not use TextField.  (hossman) 
 
+* SOLR-2192: StreamingUpdateSolrServer.blockUntilFinished was not
+  thread safe and could throw an exception. (yonik)
+
 Other Changes
 ----------------------
 
@@ -697,6 +700,8 @@ Build
 * LUCENE-2657: Switch from using Maven POM templates to full POMs when
   generating Maven artifacts (Steven Rowe)
 
+* SOLR-1902: Upgraded Tika to 0.8-SNAPSHOT (Tommaso Teofili, gsingers)
+
 Documentation
 ----------------------
 
@@ -706,53 +711,6 @@ Documentation
 * SOLR-1792: Documented peculiar behavior of TestHarness.LocalRequestFactory
   (hossman)
 
-================== 1.4.2-dev ==================
-Upgrading from Solr 1.4
------------------------
-
-This is a bug fix release - no changes are required when upgrading from Solr 1.4.
-However, a reindex is needed for some of the analysis fixes to take effect.
-
-Versions of Major Components
-----------------------------
-Apache Lucene 2.9.3
-Apache Tika 0.8-SNAPSHOT
-Carrot2 3.1.0
-
-Lucene Information
-----------------
-
-Since Solr is built on top of Lucene, many people add customizations to Solr
-that are dependent on Lucene.  Please see http://lucene.apache.org/java/2_9_3/,
-especially http://lucene.apache.org/java/2_9_3/changes/Changes.html for more
-information on the version of Lucene used in Solr.
-
-Bug Fixes
-----------------------
-
-* SOLR-1902: Upgraded Tika to 0.8-SNAPSHOT (Tommaso Teofili, gsingers)
-
-* SOLR-2036: Avoid expensive fieldCache ram estimation for the
-  admin stats page. (yonik)
-
-* SOLR-2100: The replication handler backup command didn't save the commit
-  point and hence could fail when a newer commit caused the older commit point
-  to be removed before it was finished being copied.  This did not affect
-  normal master/slave replication.  (Peter Sturge via yonik)
-
-* SOLR-2180: It was possible for EmbeddedSolrServer to leave searchers
-  open if a request threw an exception. (yonik)
-
-* SOLR-2192: StreamingUpdateSolrServer.blockUntilFinished was not
-  thread safe and could throw an exception. (yonik)
-
-* SOLR-1667: PatternTokenizer does not reset attributes such as positionIncrement
-  (Robert Muir via shalin)
-
- * SOLR-1993: fix String cast assumption in JavaBinCodec - specific
-   addresses "commitWithin" option on Update requests.
-   (noble, hossman, and Maxim Valyanskiy)
-
 ================== Release 1.4.1 ==================
 Release Date:  See http://lucene.apache.org/solr for the official release date.