You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2016/10/27 03:15:02 UTC

lucene-solr:branch_6x: SOLR-9533, SOLR-9559: Undate CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 0eb62c01b -> 0cadbb995


SOLR-9533, SOLR-9559: Undate 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/0cadbb99
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/0cadbb99
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/0cadbb99

Branch: refs/heads/branch_6x
Commit: 0cadbb995bba0743a201980a7fdc6902dc16c4bc
Parents: 0eb62c0
Author: Joel Bernstein <jb...@apache.org>
Authored: Wed Oct 26 23:11:20 2016 -0400
Committer: Joel Bernstein <jb...@apache.org>
Committed: Wed Oct 26 23:13:21 2016 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/0cadbb99/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 4973d7d..6b9f5e7 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -170,7 +170,9 @@ New Features
 
 * SOLR-2212: Add a factory class corresponding to Lucene's NoMergePolicy. (Lance Norskog, Cao Manh Dat via shalin)
 
-* SOLR-9670: Support SOLR_AUTHENTICATION_OPTS in solr.cmd (janhoy) 
+* SOLR-9670: Support SOLR_AUTHENTICATION_OPTS in solr.cmd (janhoy)
+
+* SOLR-9559: Add ExecutorStream to execute stored Streaming Expressions (Joel Bernstein)
 
 Bug Fixes
 ----------------------
@@ -378,6 +380,8 @@ Other Changes
   so that killing a shard in one collection does not result in leader election in a different collection.
   See SOLR-5243 for the related bug. (Cao Manh Dat via shalin)
 
+* SOLR-9533: Reload core config when a core is reloaded (Gethin James, Joel Bernstein)
+
 ==================  6.2.1 ==================
 
 Bug Fixes