You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2015/09/24 15:34:22 UTC

[Solr Wiki] Update of "ReleaseNote531" by ShalinMangar

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "ReleaseNote531" page has been changed by ShalinMangar:
https://wiki.apache.org/solr/ReleaseNote531?action=diff&rev1=1&rev2=2

Comment:
Fixed release data. Added SOLR-8058. Fixed minor typos and grammar.

- 124 September 2015, Apache Solr™ 5.3.1 available
+ 24 September 2015, Apache Solr™ 5.3.1 available
  
  The Lucene PMC is pleased to announce the release of Apache Solr 5.3.1
  
@@ -8, +8 @@

  from the Apache Lucene project. Its major features include powerful
  full-text search, hit highlighting, faceted search, dynamic
  clustering, database integration, rich document (e.g., Word, PDF)
- handling, and geospatial search.  Solr is highly scalable, providing
+ handling, and geospatial search. Solr is highly scalable, providing
  fault tolerant distributed search and indexing, and powers the search
  and navigation features of many of the world's largest internet sites.
  
@@ -23, +23 @@

  Solr 5.3.1 includes these bug fixes.
  
   * security.json is not loaded on server start
-  * !RuleBasedAuthorization plugin does not work for the collection-admin-edit permission
+  * !RuleBasedAuthorization plugin does not respect the collection-admin-edit permission
-  * !VelocityResponseWriter template encoding issue. Templates must be UTF-8 encoded
+  * Fix !VelocityResponseWriter template encoding issue. Templates must be UTF-8 encoded
   * !SimplePostTool (also bin/post) -filetypes "*" now works properly in 'web' mode
   * example/files update-script.js to be Java 7 and 8 compatible.
-  * !SolrJ could not make requests to handlers with '/admin/' prefix
+  * SolrJ could not make requests to handlers with '/admin/' prefix
   * Use of timeAllowed can cause incomplete filters to be cached and incorrect results to be returned on subsequent requests
   * !VelocityResponseWriter's $resource.get(key,baseName,locale) to use specified locale.
+  * Fix the exclusion filter so that collections that start with js, css, img, tpl can be accessed. 
   * Resolve XSS issue in Admin UI stats page
- 
  
  See the CHANGES.txt file included with the release for a full list of changes and further details.