You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2017/12/05 17:57:56 UTC

lucene-solr:master: LUCENE-8048: correcting misplaced entry in lucene/CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/master 0688be6c6 -> eb434dc47


LUCENE-8048: correcting misplaced entry in lucene/CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/eb434dc4
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/eb434dc4
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/eb434dc4

Branch: refs/heads/master
Commit: eb434dc47ac96e27676006216dd308d8f45beb81
Parents: 0688be6
Author: Erick Erickson <er...@apache.org>
Authored: Tue Dec 5 09:57:20 2017 -0800
Committer: Erick Erickson <er...@apache.org>
Committed: Tue Dec 5 09:57:20 2017 -0800

----------------------------------------------------------------------
 lucene/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/eb434dc4/lucene/CHANGES.txt
----------------------------------------------------------------------
diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index f79ad14..738375a 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -130,6 +130,9 @@ Bug Fixes
 * LUCENE-8078: The query cache should not cache instances of
   MatchNoDocsQuery. (Jon Harper via Adrien Grand)
 
+* LUCENE-8048: Filesystems do not guarantee order of directories updates
+  (Nikolay Martynov, Simon Willnauer, Erick Erickson)
+  
 Optimizations
 
 * LUCENE-8018: Smaller FieldInfos memory footprint by not retaining unnecessary
@@ -145,9 +148,6 @@ Optimizations
   caching as they could break memory accounting of the query cache.
   (Adrien Grand)
 
-* LUCENE-8048: Filesystems do not guarantee order of directories updates
-  (Nikolay Martynov, Simon Willnauer, Erick Erickson)
-  
 Tests
 
 * LUCENE-8035: Run tests with JDK-specific options: --illegal-access=deny