You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2018/03/19 17:40:50 UTC

lucene-solr:branch_7x: SOLR-12091: Sync the CHANGES.txt section with the one on master.

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 9c1f55b32 -> 87c7f3a26


SOLR-12091: Sync the CHANGES.txt section with the one on master.


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

Branch: refs/heads/branch_7x
Commit: 87c7f3a265b39777f456790953e975cbc3b36291
Parents: 9c1f55b
Author: Andrzej Bialecki <ab...@apache.org>
Authored: Mon Mar 19 18:35:44 2018 +0100
Committer: Andrzej Bialecki <ab...@apache.org>
Committed: Mon Mar 19 18:38:53 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/87c7f3a2/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index c6d72d1..dc341ff 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -64,17 +64,16 @@ Other Changes
 * SOLR-12090: Move DistribStateManager, NodeStateProvider and SolrCloudManager interfaces out of the
   autoscaling package. (shalin)
 
+* SOLR-12091: Rename TimeSource.getTime to getTimeNs. (ab)
+
 * SOLR-12101: ZkTestServer was not handling connection timeout settings properly. (Gus Heck via Mark Miller)
 
 * SOLR-11331: Ability to run and debug standalone Solr and a single node SolrCloud server from Eclipse.
   Also being able to run all Lucene and Solr tests as a configuration (Karthik Ramachandran via
   Varun Thacker, Uwe Schindler)
 
-* SOLR-12091: Rename TimeSource.getTime to getTimeNs. (ab)
-
 * SOLR-12118: Solr Ref-Guide can now use some ivy version props directly as attributes in content (hossman)
 
-
 ==================  7.3.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.