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:11:33 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master d215f9e56 -> 7b3d29dda


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/7b3d29dd
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/7b3d29dd
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/7b3d29dd

Branch: refs/heads/master
Commit: 7b3d29dda77404b9d2772c0df4bc2fd4d600ed5e
Parents: d215f9e
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:11:20 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/7b3d29dd/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 5d0af5c..0c3ec3a 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -166,7 +166,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
 ----------------------
@@ -370,6 +372,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