From bd3cc0b6a18d9583d22ee0f8f997e411036f6220 Mon Sep 17 00:00:00 2001 From: Cao Manh Dat Date: Tue, 4 Jun 2019 20:02:56 +0100 Subject: [PATCH] SOLR-13510: Move entry of CHANGES.txt to 8.1.2 --- solr/CHANGES.txt | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 6f9f0c1e426..eee4bcb89d7 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -128,8 +128,6 @@ Bug Fixes * SOLR-13489: Stop the leader from trying to rejoin the election on session expiration and harden our zk reconnect code path. (Mark Miller, Anshum Gupta) -* SOLR-13510: Intermittent 401's for internode requests with basicauth enabled (Cao Manh Dat, Colvin Cowie) - * SOLR-12249: Better error message when grouping on a tokenized (non SortableText) field in SolrCloud (Erick Erickson) Other Changes @@ -142,6 +140,23 @@ Other Changes * SOLR-13467: Include the S2 Geometry lib to make it simpler to use prefixTree="s2" on a Geo3D spatial field. Improved documentation on Geo3D too. (David Smiley) +================== 8.1.2 ================== + +Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release. + +Versions of Major Components +--------------------- +Apache Tika 1.19.1 +Carrot2 3.16.0 +Velocity 2.0 and Velocity Tools 3.0 +Apache ZooKeeper 3.4.14 +Jetty 9.4.14.v20181114 + +Bug Fixes +---------------------- + +SOLR-13510: Intermittent 401's for internode requests with basicauth enabled (Cao Manh Dat, Colvin Cowie) + ================== 8.1.1 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.