You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2015/08/24 20:02:55 UTC

svn commit: r1697467 - in /lucene/cms/trunk/content: mainnews.mdtext solr/news.mdtext

Author: noble
Date: Mon Aug 24 18:02:54 2015
New Revision: 1697467

URL: http://svn.apache.org/r1697467
Log:
website update for 5.3.0 release, formatting

Modified:
    lucene/cms/trunk/content/mainnews.mdtext
    lucene/cms/trunk/content/solr/news.mdtext

Modified: lucene/cms/trunk/content/mainnews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/mainnews.mdtext?rev=1697467&r1=1697466&r2=1697467&view=diff
==============================================================================
--- lucene/cms/trunk/content/mainnews.mdtext (original)
+++ lucene/cms/trunk/content/mainnews.mdtext Mon Aug 24 18:02:54 2015
@@ -33,8 +33,8 @@ and Solr can be downloaded from <http://
  * Various bugfixes and optimizations since the 5.2.0 release.
 
 ### Highlights of this Solr release include:
-* In built security plugins implementing Basic Auth
-* In addition to many other improvements in the security framework, Solr now includes an AuthenticationPlugin implementing HTTP Basic Auth that stores credentials securely in ZooKeeper. This is a simple way to require a username and password for anyone accessing Solr’s admin screen or APIs.
+* In built security plugins implementing Basic Auth . In addition to many other improvements in the security framework, Solr now includes an AuthenticationPlugin implementing HTTP Basic Auth that stores credentials securely in ZooKeeper. This is a simple way to require a username and password for anyone accessing Solr’s admin screen or APIs.
+* In built AuthorizationPlugin that provides fine grained control over implementing ACLs for various resources with permisssion rules which are stored in ZooKeeper.
 * The JSON Facet API can now change the domain for facet commands, essentially doing a block join and moving from parents to children, or children to parents before calculating the facet data.
 * Major improvements in performance of the new Facet Module / JSON Facet API.
 * Query and Range Facets under Pivot Facets. Just like the JSON Facet API, pivot facets can how nest other facet types such as range and query facets.

Modified: lucene/cms/trunk/content/solr/news.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/news.mdtext?rev=1697467&r1=1697466&r2=1697467&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/news.mdtext (original)
+++ lucene/cms/trunk/content/solr/news.mdtext Mon Aug 24 18:02:54 2015
@@ -17,8 +17,8 @@ Solr 5.3.0 is available for immediate do
 
 Solr 5.3 Release Highlights:
 
- * In built security plugins implementing Basic Auth
- * In addition to many other improvements in the security framework, Solr now includes an AuthenticationPlugin implementing HTTP Basic Auth that stores credentials securely in ZooKeeper. This is a simple way to require a username and password for anyone accessing Solr’s admin screen or APIs.
+ * In built security plugins implementing Basic Auth . In addition to many other improvements in the security framework, Solr now includes an AuthenticationPlugin implementing HTTP Basic Auth that stores credentials securely in ZooKeeper. This is a simple way to require a username and password for anyone accessing Solr’s admin screen or APIs.
+ * In built AuthorizationPlugin that provides fine grained control over implementing ACLs for various resources with permisssion rules which are stored in ZooKeeper.
  * The JSON Facet API can now change the domain for facet commands, essentially doing a block join and moving from parents to children, or children to parents before calculating the facet data.
  * Major improvements in performance of the new Facet Module / JSON Facet API.
  * Query and Range Facets under Pivot Facets. Just like the JSON Facet API, pivot facets can how nest other facet types such as range and query facets.