You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2017/06/12 09:44:49 UTC

lucene-solr:master: SOLR-10715: Move change entry to 6.7.0

Repository: lucene-solr
Updated Branches:
  refs/heads/master e11eb63f6 -> 661a3c46d


SOLR-10715: Move change entry to 6.7.0


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

Branch: refs/heads/master
Commit: 661a3c46d42114b5d3c3f20b0c412b4b5deb5afb
Parents: e11eb63
Author: Cao Manh Dat <da...@apache.org>
Authored: Mon Jun 12 16:44:42 2017 +0700
Committer: Cao Manh Dat <da...@apache.org>
Committed: Mon Jun 12 16:44:42 2017 +0700

----------------------------------------------------------------------
 solr/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/661a3c46/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 6eb2152..9ba932f 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -156,8 +156,6 @@ Bug Fixes
 
 * SOLR-10223: Allow running examples as root on Linux with -force option (janhoy)
 
-* SOLR-10715: /v2/ should not be an alias for /v2/collections (Cao Manh Dat)
-
 Optimizations
 ----------------------
 
@@ -357,6 +355,8 @@ Bug Fixes
   shards. The fix included an optimization to use Solr's cached AtomicReader instead of re-calculating.
   (David Smiley)
 
+* SOLR-10715: /v2/ should not be an alias for /v2/collections (Cao Manh Dat)
+
 Optimizations
 ----------------------
 * SOLR-10634: JSON Facet API: When a field/terms facet will retrieve all buckets (i.e. limit:-1)