You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2014/09/11 00:19:50 UTC

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

Author: uschindler
Date: Wed Sep 10 22:19:49 2014
New Revision: 1624153

URL: http://svn.apache.org/r1624153
Log:
Merged revision(s) 1624151 from lucene/dev/trunk:
Fix over-long CHANGES.txt line.

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/lucene/   (props changed)
    lucene/dev/branches/branch_4x/lucene/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=1624153&r1=1624152&r2=1624153&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/lucene/CHANGES.txt Wed Sep 10 22:19:49 2014
@@ -132,8 +132,12 @@ API Changes
   CoveredBy. The area requirement on the predicates was removed, and Overlaps' definition
   was fixed. (David Smiley)
 
-* LUCENE-5850: Made Version handling more robust and extensible. Deprecated Constants.LUCENE_MAIN_VERSION, Constants.LUCENE_VERSION and current Version constants of the form LUCENE_X_Y. Added version constants that include bugfix number of form LUCENE_X_Y_Z.  Changed Version.LUCENE_CURRENT to Version.LATEST. CheckIndex now prints the Lucene version used to write
-  each segment.  (Ryan Ernst, Uwe Schindler, Robert Muir, Mike McCandless)
+* LUCENE-5850: Made Version handling more robust and extensible. Deprecated
+  Constants.LUCENE_MAIN_VERSION, Constants.LUCENE_VERSION and current Version
+  constants of the form LUCENE_X_Y. Added version constants that include bugfix
+  number of form LUCENE_X_Y_Z.  Changed Version.LUCENE_CURRENT to Version.LATEST.
+  CheckIndex now prints the Lucene version used to write each segment.
+  (Ryan Ernst, Uwe Schindler, Robert Muir, Mike McCandless)
 
 * LUCENE-5836: BytesRef has been splitted into BytesRef, whose intended usage is
   to be just a reference to a section of a larger byte[] and BytesRefBuilder