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:42:35 UTC

[lucene-solr] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


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

commit ec1d13a372cba7ccfb28c2b2e584fd1735798068
Author: Jason Gerlowski <ge...@apache.org>
AuthorDate: Wed Apr 3 07:42:27 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 0ef0812..e8f0bf7 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -152,6 +152,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
 ----------------------