From bd2d84b7b9d0b4dac81399b77da4a4be21889027 Mon Sep 17 00:00:00 2001 From: Mark Robert Miller Date: Sun, 29 Dec 2013 00:02:39 +0000 Subject: [PATCH] SOLR-5547: Move CHANGES entry to 4.6.1 git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1553979 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index b037865c306..c68f2ed5c90 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -191,10 +191,6 @@ Bug Fixes * SOLR-5540: HdfsLockFactory should explicitly create the lock parent directory if necessary. (Mark Miller) -* SOLR-5547: Creating a collection alias using SolrJ's CollectionAdminRequest - sets the alias name and the collections to alias to the same value. - (Aaron Schram, Mark Miller) - * SOLR-5543: Core swaps resulted in duplicate core entries in solr.xml when using solr.xml persistence. (Bill Bell, Alan Woodward) @@ -302,6 +298,10 @@ Bug Fixes webcontainers / proxies. (Jakob Furrer, hossman, Shawn Heisey, Uwe Schindler, Mark Miller) +* SOLR-5547: Creating a collection alias using SolrJ's CollectionAdminRequest + sets the alias name and the collections to alias to the same value. + (Aaron Schram, Mark Miller) + * SOLR-5580: NPE when creating a core with both explicit shard and coreNodeName. (YouPeng Yang, Mark Miller)