From 3333ce7da6dba311f2f5c1fb6de934cc5140cb9c Mon Sep 17 00:00:00 2001 From: Ishan Chattopadhyaya Date: Wed, 22 Jan 2020 11:29:44 +0530 Subject: [PATCH] Synchronizing 8.4.1 changes --- solr/CHANGES.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 66c3e8423bc..9b2ee6fd162 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -131,16 +131,10 @@ Bug Fixes * SOLR-14017: Ensure bin/solr's -q and -v options work with examples (Andy Vuong via Jason Gerlowski) -* SOLR-14106: Cleanup Jetty SslContextFactory usage (Ryan Rockenbaugh, Jan Hoydahl, Kevin Risden) - -* SOLR-14109: Always log to stdout from server/scripts/cloud-scripts/zkcli.{bat|sh} (janhoy) - * SOLR-14122: SimUtils converts v2 to v1 request params incorrectly. (Li Cao, ab) * SOLR-13089: Fix lsof edge cases in the solr CLI script (Martijn Koster via janhoy) -* SOLR-14163: SOLR_SSL_CLIENT_HOSTNAME_VERIFICATION needs to work with Jetty server/client SSL contexts (Kevin Risden) - * SOLR-14192: Race condition between SchemaManager and ZkIndexSchemaReader. (ab) Other Changes