You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by bu...@apache.org on 2007/05/28 18:39:29 UTC

svn commit: r542267 - /lucene/java/trunk/CHANGES.txt

Author: buschmi
Date: Mon May 28 09:39:29 2007
New Revision: 542267

URL: http://svn.apache.org/viewvc?view=rev&rev=542267
Log:
Add issue number LUCENE-807 to log entry in CHANGES.txt and remove duplicate caption "New features".

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?view=diff&rev=542267&r1=542266&r2=542267
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Mon May 28 09:39:29 2007
@@ -3,8 +3,6 @@
 $Id$
 
 ======================= Trunk (not yet released) =======================
-New features
-
 Changes in runtime behavior
 
 API Changes
@@ -195,9 +193,9 @@
     http://wiki.apache.org/lucene-java/   Updated the links in the docs and
     wherever else I found references.  (Grant Ingersoll, Joe Schaefer)
 
- 2. Fixed the javadoc for ScoreDocComparator.compare() to be consistent with 
-    java.util.Comparator.compare(): Any integer is allowed to be returned
-    instead of only -1/0/1.
+ 2. LUCENE-807: Fixed the javadoc for ScoreDocComparator.compare() to be 
+    consistent with java.util.Comparator.compare(): Any integer is allowed to 
+    be returned instead of only -1/0/1.
     (Paul Cowan via Michael Busch)
  
  3. LUCENE-875: Solved javadoc warnings & errors under jdk1.4.