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 2012/03/19 20:08:23 UTC

svn commit: r1302599 - /lucene/dev/branches/branch_3x/lucene/CHANGES.txt

Author: rmuir
Date: Mon Mar 19 19:08:22 2012
New Revision: 1302599

URL: http://svn.apache.org/viewvc?rev=1302599&view=rev
Log:
sync 3.6 CHANGES.txt sections

Modified:
    lucene/dev/branches/branch_3x/lucene/CHANGES.txt

Modified: lucene/dev/branches/branch_3x/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/lucene/CHANGES.txt?rev=1302599&r1=1302598&r2=1302599&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_3x/lucene/CHANGES.txt Mon Mar 19 19:08:22 2012
@@ -59,16 +59,16 @@ Changes in backwards compatibility polic
   
 * LUCENE-3712: Removed unused and untested ReaderUtil#subReader methods.
   (Uwe Schindler)
-
-* LUCENE-3760: In IndexReader/DirectoryReader, deprecate static
-  methods getCurrentVersion and getCommitUserData, and non-static
-  method getCommitUserData (use getIndexCommit().getUserData()
-  instead).  (Ryan McKinley, Robert Muir, Mike McCandless)
   
 * LUCENE-3672: Deprecate Directory.fileModified,
   IndexCommit.getTimestamp and .getVersion and
   IndexReader.lastModified and getCurrentVersion (Andrzej Bialecki,
   Robert Muir, Mike McCandless)
+
+* LUCENE-3760: In IndexReader/DirectoryReader, deprecate static
+  methods getCurrentVersion and getCommitUserData, and non-static
+  method getCommitUserData (use getIndexCommit().getUserData()
+  instead).  (Ryan McKinley, Robert Muir, Mike McCandless)
   
 * LUCENE-3867: Deprecate instance creation of RamUsageEstimator, instead
   the new static method sizeOf(Object) should be used. As the algorithm