You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2014/04/15 09:53:10 UTC

svn commit: r1587466 - in /lucene/dev/branches/branch_4x: ./ lucene/ lucene/CHANGES.txt solr/ solr/CHANGES.txt

Author: rmuir
Date: Tue Apr 15 07:53:10 2014
New Revision: 1587466

URL: http://svn.apache.org/r1587466
Log:
merge 4.7.2 CHANGES

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/lucene/   (props changed)
    lucene/dev/branches/branch_4x/lucene/CHANGES.txt
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/branches/branch_4x/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/lucene/CHANGES.txt?rev=1587466&r1=1587465&r2=1587466&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/lucene/CHANGES.txt Tue Apr 15 07:53:10 2014
@@ -209,16 +209,6 @@ Bug fixes
 
 * LUCENE-5568: Benchmark module's "default.codec" option didn't work. (David Smiley)
 
-* LUCENE-5574: Closing a near-real-time reader no longer attempts to
-  delete unreferenced files if the original writer has been closed;
-  this could cause index corruption in certain cases where index files
-  were directly changed (deleted, overwritten, etc.) in the index
-  directory outside of Lucene.  (Simon Willnauer, Shai Erera, Robert
-  Muir, Mike McCandless)
-
-* LUCENE-5570: Don't let FSDirectory.sync() create new zero-byte files, instead throw
-  exception if a file is missing.  (Uwe Schindler, Mike McCandless, Robert Muir)
-
 Test Framework
 
 * LUCENE-5592: Incorrectly reported uncloseable files. (Dawid Weiss)
@@ -250,6 +240,20 @@ Documentation:
 * LUCENE-5534: Add javadocs to GreekStemmer methods. 
   (Stamatis Pitsios via Robert Muir)
 
+======================= Lucene 4.7.2 =======================
+
+Bug Fixes
+
+* LUCENE-5574: Closing a near-real-time reader no longer attempts to
+  delete unreferenced files if the original writer has been closed;
+  this could cause index corruption in certain cases where index files
+  were directly changed (deleted, overwritten, etc.) in the index
+  directory outside of Lucene.  (Simon Willnauer, Shai Erera, Robert
+  Muir, Mike McCandless)
+
+* LUCENE-5570: Don't let FSDirectory.sync() create new zero-byte files, instead throw
+  exception if a file is missing.  (Uwe Schindler, Mike McCandless, Robert Muir)
+
 ======================= Lucene 4.7.1 =======================
 
 Changes in Runtime Behavior

Modified: lucene/dev/branches/branch_4x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/CHANGES.txt?rev=1587466&r1=1587465&r2=1587466&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Tue Apr 15 07:53:10 2014
@@ -171,14 +171,6 @@ Bug Fixes
 * SOLR-5943: SolrCmdDistributor does not distribute the openSearcher parameter.
   (ludovic Boutros via shalin)
 
-* SOLR-5951: Fixed SolrDispatchFilter to throw useful exception on startup if
-  SLF4j logging jars are missing.  (Uwe Schindler, Hossman, Shawn Heisey)
-
-* SOLR-5950: Maven config: make the org.slf4j:slf4j-api dependency transitive
-  (i.e., not optional) in all modules in which it's a dependency, including
-  solrj, except for the WAR, where it will remain optional.
-  (Uwe Schindler, Steve Rowe)
-
 Optimizations
 ----------------------
 * SOLR-1880: Distributed Search skips GET_FIELDS stage if EXECUTE_QUERY
@@ -265,6 +257,30 @@ Other Changes
 
 * SOLR-5937: Modernize the DIH example config sets. (Steve Rowe)
 
+==================  4.7.2  ==================
+
+Versions of Major Components
+---------------------
+Apache Tika 1.4
+Carrot2 3.8.0
+Velocity 1.7 and Velocity Tools 2.0
+Apache UIMA 2.3.1
+Apache ZooKeeper 3.4.5
+
+Detailed Change List
+----------------------
+
+Bug Fixes
+----------------------
+
+* SOLR-5951: Fixed SolrDispatchFilter to throw useful exception on startup if
+  SLF4j logging jars are missing.  (Uwe Schindler, Hossman, Shawn Heisey)
+
+* SOLR-5950: Maven config: make the org.slf4j:slf4j-api dependency transitive
+  (i.e., not optional) in all modules in which it's a dependency, including
+  solrj, except for the WAR, where it will remain optional.
+  (Uwe Schindler, Steve Rowe)
+
 ==================  4.7.1  ==================
 
 Versions of Major Components