From 8ff5f2359d719d9d3185519eb64a8bcb53441db6 Mon Sep 17 00:00:00 2001 From: Varun Thacker Date: Mon, 21 Aug 2017 13:48:55 +0530 Subject: [PATCH] SOLR-11228: Move CHANGES entry under 7.0 --- solr/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 5ef86064dd4..33c615f7b5e 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -95,9 +95,6 @@ Bug Fixes * SOLR-11190: GraphQuery also supports string fields which are indexed=false and docValues=true. Please refer to the Javadocs for DocValuesTermsQuery for it's performance characteristics. (Karthik Ramachandran, Varun Thacker) -* SOLR-11228: Exclude static html files in the partials directory from authentication and authorization checks. The UI - will open correctly with kerberos enabled (Ishan Chattopadhyaya, Varun Thacker) - * SOLR-11084: Issue with starting script with solr.home (-s) == solr (Leil Ireson, Amrit Sarkar via Erick Erickson) Optimizations @@ -474,6 +471,9 @@ Bug Fixes * SOLR-11268: AtomicUpdateProcessor complains missing UpdateLog (noble, Ishan Chattopadhyaya) +* SOLR-11228: Exclude static html files in the partials directory from authentication and authorization checks. The UI + will open correctly with kerberos enabled (Ishan Chattopadhyaya, Varun Thacker) + Optimizations ----------------------