You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ge...@apache.org on 2019/04/03 11:41:37 UTC

[lucene-solr] branch branch_8x updated: SOLR-13355: Add missing CHANGES.txt entry

This is an automated email from the ASF dual-hosted git repository.

gerlowskija pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new fdeedce  SOLR-13355: Add missing CHANGES.txt entry
fdeedce is described below

commit fdeedce21f17d8a14b35e5d123bfde873770271f
Author: Jason Gerlowski <ge...@apache.org>
AuthorDate: Wed Apr 3 07:41:28 2019 -0400

    SOLR-13355: Add missing CHANGES.txt entry
---
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index f92ebf4..c11ec42 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -122,6 +122,8 @@ Bug Fixes
 
 * SOLR-13362: Add 'includeIndexFieldFlags' support to SolrJ LukeRequest (Jason Gerlowski)
 
+* SOLR-13355: 'all' permission ignored by RuleBasedAuthorizationPlugin in most cases (Jason Gerlowski, janhoy)
+
 Improvements
 ----------------------