You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ji...@apache.org on 2017/04/27 10:06:22 UTC

svn commit: r1792858 - in /lucene/cms/trunk: content/ content/core/ content/solr/ templates/

Author: jimczi
Date: Thu Apr 27 10:06:22 2017
New Revision: 1792858

URL: http://svn.apache.org/viewvc?rev=1792858&view=rev
Log:
Release update for Lucene / Solr 6.5.1

Modified:
    lucene/cms/trunk/content/.htaccess
    lucene/cms/trunk/content/core/corenews.mdtext
    lucene/cms/trunk/content/core/documentation.mdtext
    lucene/cms/trunk/content/core/quickstart.mdtext
    lucene/cms/trunk/content/core/systemreqs.mdtext
    lucene/cms/trunk/content/latestversion.mdtext
    lucene/cms/trunk/content/mainnews.mdtext
    lucene/cms/trunk/content/solr/doap.rdf
    lucene/cms/trunk/content/solr/news.mdtext
    lucene/cms/trunk/content/solr/quickstart.mdtext
    lucene/cms/trunk/content/solr/resources.mdtext
    lucene/cms/trunk/templates/core-sidebar.html
    lucene/cms/trunk/templates/corenav.mdtext
    lucene/cms/trunk/templates/mirrors-core-latest-redir.html
    lucene/cms/trunk/templates/mirrors-solr-latest-redir.html
    lucene/cms/trunk/templates/sidenav.mdtext
    lucene/cms/trunk/templates/solr-index.html

Modified: lucene/cms/trunk/content/.htaccess
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/.htaccess?rev=1792858&r1=1792857&r2=1792858&view=diff
==============================================================================
--- lucene/cms/trunk/content/.htaccess (original)
+++ lucene/cms/trunk/content/.htaccess Thu Apr 27 10:06:22 2017
@@ -39,9 +39,9 @@ RedirectMatch temp /solr/api$ /solr/api/
 # Other pages can always be redirected to the "most current" released javadocs
 # using "temp" instead of permanent so crawlers know that they
 # might change again in the future
-RedirectMatch temp /core/api/(.*) /core/6_5_0/$1
-RedirectMatch temp /solr/api/org/(.*) /solr/6_5_0/solr-core/org/$1
-RedirectMatch temp /solr/api/(.*) /solr/6_5_0/$1
+RedirectMatch temp /core/api/(.*) /core/6_5_1/$1
+RedirectMatch temp /solr/api/org/(.*) /solr/6_5_1/solr-core/org/$1
+RedirectMatch temp /solr/api/(.*) /solr/6_5_1/$1
 
 # we no longer have a TLP mail.html page use 'core' for now
 RedirectMatch Permanent /mail.html /core/discussion.html

Modified: lucene/cms/trunk/content/core/corenews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/corenews.mdtext?rev=1792858&r1=1792857&r2=1792858&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/corenews.mdtext (original)
+++ lucene/cms/trunk/content/core/corenews.mdtext Thu Apr 27 10:06:22 2017
@@ -1,5 +1,27 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Core News
 
+## 27 April 2017 - Apache Lucene™ 6.5.1 available
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 6.5.1
+
+Apache Lucene is a high-performance, full-featured text search engine
+library written entirely in Java. It is a technology suitable for nearly
+ any application that requires full-text search, especially cross-platform.
+
+This release contains 3 bug fixes since the 6.5.0 release:
+
+ * Fixed join queries to not reference IndexReaders, as it could cause leaks if they are cached.
+
+ * Made LRUQueryCache delegate the scoreSupplier method.
+
+ * Fixed index sorting to work with sparse numeric and binary docvalues field
+
+The release is available for immediate download at:
+  http://www.apache.org/dyn/closer.lua/lucene/java/6.5.1
+
+Please read CHANGES.txt for a full list of new features and changes:
+  https://lucene.apache.org/core/6_5_1/changes/Changes.html
+
 ## 27 March 2017 - Apache Lucene™ 6.5.0 available
 
 The Lucene PMC is pleased to announce the release of Apache Lucene 6.5.0

Modified: lucene/cms/trunk/content/core/documentation.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/documentation.mdtext?rev=1792858&r1=1792857&r2=1792858&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/documentation.mdtext (original)
+++ lucene/cms/trunk/content/core/documentation.mdtext Thu Apr 27 10:06:22 2017
@@ -1,4 +1,4 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Release Docs
 
 ## Java Docs
-- [6.5.0](./6_5_0/index.html)
+- [6.5.1](./6_5_1/index.html)

Modified: lucene/cms/trunk/content/core/quickstart.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/quickstart.mdtext?rev=1792858&r1=1792857&r2=1792858&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/quickstart.mdtext (original)
+++ lucene/cms/trunk/content/core/quickstart.mdtext Thu Apr 27 10:06:22 2017
@@ -6,4 +6,4 @@ in the documentation for that release.
 The most recent versions can also be found online:
 
 <!-- why doesn't {% include "../content/latestversion.mdtext" %} work here? -->
-- <a href="6_5_0/demo/overview-summary.html#overview_description">Lucene 6.5.0 Demo</a>
+- <a href="6_5_1/demo/overview-summary.html#overview_description">Lucene 6.5.1 Demo</a>

Modified: lucene/cms/trunk/content/core/systemreqs.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/systemreqs.mdtext?rev=1792858&r1=1792857&r2=1792858&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/systemreqs.mdtext (original)
+++ lucene/cms/trunk/content/core/systemreqs.mdtext Thu Apr 27 10:06:22 2017
@@ -2,4 +2,4 @@
 
 The system requirements of the various Lucene releases are listed on their documentation pages:
 
-- [6.5.0](./6_5_0/SYSTEM_REQUIREMENTS.html)
+- [6.5.1](./6_5_1/SYSTEM_REQUIREMENTS.html)

Modified: lucene/cms/trunk/content/latestversion.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/latestversion.mdtext?rev=1792858&r1=1792857&r2=1792858&view=diff
==============================================================================
--- lucene/cms/trunk/content/latestversion.mdtext (original)
+++ lucene/cms/trunk/content/latestversion.mdtext Thu Apr 27 10:06:22 2017
@@ -1 +1 @@
-6.5.0
+6.5.1

Modified: lucene/cms/trunk/content/mainnews.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/mainnews.mdtext?rev=1792858&r1=1792857&r2=1792858&view=diff
==============================================================================
--- lucene/cms/trunk/content/mainnews.mdtext (original)
+++ lucene/cms/trunk/content/mainnews.mdtext Thu Apr 27 10:06:22 2017
@@ -1,5 +1,48 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> News
 
+## 27 April 2017 - Apache Lucene 6.5.1 and Apache Solr 6.5.1 Available
+
+The Lucene PMC is pleased to announce the release of Apache Lucene 6.5.1 and Apache Solr 6.5.1.
+
+Lucene can be downloaded from <http://www.apache.org/dyn/closer.lua/lucene/java/6.5.1>
+and Solr can be downloaded from <http://www.apache.org/dyn/closer.lua/lucene/solr/6.5.1>
+
+### Highlights of this Lucene release include:
+
+  * Fixed join queries to not reference IndexReaders, as it could cause leaks if they are cached.
+
+  * Made LRUQueryCache delegate the scoreSupplier method.
+
+  * Fixed index sorting to work with sparse numeric and binary docvalues field
+
+### Highlights of this Solr release include:
+
+  * bin\solr.cmd delete and healthcheck now works again; fixed continuation chars ^
+
+  * Fix debug related NullPointerException in solr/contrib/ltr OriginalScoreFeature class.
+
+  * The JSON output of /admin/metrics is fixed to write the container as a map (SimpleOrderedMap) instead of an array (NamedList).
+
+  * On 'downnode', lots of wasteful mutations are done to ZK.
+
+  * Fix params persistence for solr/contrib/ltr (MinMax|Standard)Normalizer classes.
+
+  * The fetch() streaming expression wouldn't work if a value included query syntax chars (like :+-). Fixed, and enhanced the generated query to not pollute the queryCache.
+
+  * Disable graph query production via schema configuration <fieldtype ... enableGraphQueries="false">. This fixes broken queries for ShingleFilter-containing query-time analyzers when request param sow=false.
+
+  * Fix indexed="false" on numeric PointFields
+
+  * SQL AVG function mis-interprets field type.
+
+  * SQL interface does not use client cache.
+
+  * edismax with sow=false fails to create dismax-per-term queries when any field is boosted.
+
+See the [Lucene CHANGES.txt](/core/6_5_1/changes/Changes.html) and
+[Solr CHANGES.txt](/solr/6_5_1/changes/Changes.html) files included
+with the release for a full list of details.
+
 ## 27 March 2017 - Apache Lucene 6.5.0 and Apache Solr 6.5.0 Available
 
 The Lucene PMC is pleased to announce the release of Apache Lucene 6.5.0 and Apache Solr 6.5.0.

Modified: lucene/cms/trunk/content/solr/doap.rdf
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/doap.rdf?rev=1792858&r1=1792857&r2=1792858&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/doap.rdf (original)
+++ lucene/cms/trunk/content/solr/doap.rdf Thu Apr 27 10:06:22 2017
@@ -40,6 +40,14 @@
     <release>
       <Version>
         <branch>branch_6_5</branch>
+        <name>solr-6.5.1</name>
+        <created>2017-04-27</created>
+        <revision>6.5.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <branch>branch_6_5</branch>
         <name>solr-6.5.0</name>
         <created>2017-03-27</created>
         <revision>6.5.0</revision>

Modified: lucene/cms/trunk/content/solr/news.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/news.mdtext?rev=1792858&r1=1792857&r2=1792858&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/news.mdtext (original)
+++ lucene/cms/trunk/content/solr/news.mdtext Thu Apr 27 10:06:22 2017
@@ -1,8 +1,55 @@
 Title: News
 
-Title: News
-
 # Solr<sup>&trade;</sup> News
+## 27 April 2017, Apache Solr™ 6.5.1 available
+
+The Lucene PMC is pleased to announce the release of Apache Solr 6.5.1
+
+Solr is the popular, blazing fast, open source NoSQL search platform from the
+Apache Lucene project. Its major features include powerful full-text search,
+hit highlighting, faceted search and analytics, rich document parsing,
+geospatial search, extensive REST APIs as well as parallel SQL. Solr is
+enterprise grade, secure and 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.
+
+This release includes 11 bug fixes since the 6.5.0 release. Some of the major fixes are:
+
+* bin\solr.cmd delete and healthcheck now works again; fixed continuation chars ^
+
+* Fix debug related NullPointerException in solr/contrib/ltr OriginalScoreFeature class.
+
+* The JSON output of /admin/metrics is fixed to write the container as a map (SimpleOrderedMap) instead of an array (NamedList).
+
+* On 'downnode', lots of wasteful mutations are done to ZK.
+
+* Fix params persistence for solr/contrib/ltr (MinMax|Standard)Normalizer classes.
+
+* The fetch() streaming expression wouldn't work if a value included query syntax chars (like :+-). Fixed, and enhanced the generated query to not pollute the queryCache.
+
+* Disable graph query production via schema configuration <fieldtype ... enableGraphQueries="false">. This fixes broken queries for ShingleFilter-containing query-time analyzers when request param sow=false.
+
+* Fix indexed="false" on numeric PointFields
+
+* SQL AVG function mis-interprets field type.
+
+* SQL interface does not use client cache.
+
+* edismax with sow=false fails to create dismax-per-term queries when any field is boosted.
+
+Furthermore, this release includes Apache Lucene 6.5.1 which includes 3 bug fixes since the 6.5.0 release.
+
+The release is available for immediate download at:
+
+  http://www.apache.org/dyn/closer.lua/lucene/solr/6.5.1
+
+Please read CHANGES.txt for a detailed list of changes:
+
+  https://lucene.apache.org/solr/6_5_1/changes/Changes.html
+
+Please report any feedback to the mailing lists
+(http://lucene.apache.org/solr/discussion.html)
+
 ## 27 March 2017 - Apache Solr™ 6.5.0 Available
 
 The Lucene PMC is pleased to announce the release of Apache Solr 6.5.0.

Modified: lucene/cms/trunk/content/solr/quickstart.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/quickstart.mdtext?rev=1792858&r1=1792857&r2=1792858&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/quickstart.mdtext (original)
+++ lucene/cms/trunk/content/solr/quickstart.mdtext Thu Apr 27 10:06:22 2017
@@ -10,7 +10,7 @@ and getting a feel for the Solr administ
 To follow along with this tutorial, you will need...
 
 1. To meet the [system requirements](/solr/api/SYSTEM_REQUIREMENTS.html)
-2. An Apache Solr release ([download](http://lucene.apache.org/solr/downloads.html)). This tutorial was written using Apache Solr 6.5.0.
+2. An Apache Solr release ([download](http://lucene.apache.org/solr/downloads.html)). This tutorial was written using Apache Solr 6.5.1.
 
 ## Getting Started
 
@@ -22,13 +22,13 @@ Note that the base directory name may va
 Cygwin, or MacOS:
 
     /:$ ls solr*
-    solr-6.5.0.zip
-    /:$ unzip -q solr-6.5.0.zip
-    /:$ cd solr-6.5.0/
+    solr-6.5.1.zip
+    /:$ unzip -q solr-6.5.1.zip
+    /:$ cd solr-6.5.1/
 
 To launch Solr, run: `bin/solr start -e cloud -noprompt`
 
-    /solr-6.5.0:$ bin/solr start -e cloud -noprompt
+    /solr-6.5.1:$ bin/solr start -e cloud -noprompt
 
     Welcome to the SolrCloud example!
 
@@ -43,7 +43,7 @@ To launch Solr, run: `bin/solr start -e
 
     SolrCloud example running, please visit http://localhost:8983/solr
 
-    /solr-6.5.0:$ _
+    /solr-6.5.1:$ _
 
 You can see that the Solr is running by loading the Solr Admin UI in your web browser: <http://localhost:8983/solr/>.
 This is the main starting point for administering Solr.
@@ -79,8 +79,8 @@ subdirectory, so that makes a convenient
 
 Here's what it'll look like:
 
-    /solr-6.5.0:$ bin/post -c gettingstarted docs/
-    java -classpath /solr-6.5.0/dist/solr-core-6.5.0.jar -Dauto=yes -Dc=gettingstarted -Ddata=files -Drecursive=yes org.apache.solr.util.SimplePostTool docs/
+    /solr-6.5.1:$ bin/post -c gettingstarted docs/
+    java -classpath /solr-6.5.1/dist/solr-core-6.5.1.jar -Dauto=yes -Dc=gettingstarted -Ddata=files -Drecursive=yes org.apache.solr.util.SimplePostTool docs/
     SimplePostTool version 5.0.0
     Posting files to [base] url http://localhost:8983/solr/gettingstarted/update...
     Entering auto mode. File endings considered are xml,json,jsonl,csv,pdf,doc,docx,ppt,pptx,xls,xlsx,odt,odp,ods,ott,otp,ots,rtf,htm,html,txt,log
@@ -133,8 +133,8 @@ Using `bin/post`, index the example Solr
 
 Here's what you'll see:
 
-    /solr-6.5.0:$ bin/post -c gettingstarted example/exampledocs/*.xml
-    java -classpath /solr-6.5.0/dist/solr-core-6.5.0.jar -Dauto=yes -Dc=gettingstarted -Ddata=files org.apache.solr.util.SimplePostTool example/exampledocs/gb18030-example.xml ...
+    /solr-6.5.1:$ bin/post -c gettingstarted example/exampledocs/*.xml
+    java -classpath /solr-6.5.1/dist/solr-core-6.5.1.jar -Dauto=yes -Dc=gettingstarted -Ddata=files org.apache.solr.util.SimplePostTool example/exampledocs/gb18030-example.xml ...
     SimplePostTool version 5.0.0
     Posting files to [base] url http://localhost:8983/solr/gettingstarted/update...
     Entering auto mode. File endings considered are xml,json,jsonl,csv,pdf,doc,docx,ppt,pptx,xls,xlsx,odt,odp,ods,ott,otp,ots,rtf,htm,html,txt,log
@@ -178,8 +178,8 @@ sample JSON file:
 
 You'll see:
 
-    /solr-6.5.0:$ bin/post -c gettingstarted example/exampledocs/books.json
-    java -classpath /solr-6.5.0/dist/solr-core-6.5.0.jar -Dauto=yes -Dc=gettingstarted -Ddata=files org.apache.solr.util.SimplePostTool example/exampledocs/books.json
+    /solr-6.5.1:$ bin/post -c gettingstarted example/exampledocs/books.json
+    java -classpath /solr-6.5.1/dist/solr-core-6.5.1.jar -Dauto=yes -Dc=gettingstarted -Ddata=files org.apache.solr.util.SimplePostTool example/exampledocs/books.json
     SimplePostTool version 5.0.0
     Posting files to [base] url http://localhost:8983/solr/gettingstarted/update...
     Entering auto mode. File endings considered are xml,json,jsonl,csv,pdf,doc,docx,ppt,pptx,xls,xlsx,odt,odp,ods,ott,otp,ots,rtf,htm,html,txt,log
@@ -207,8 +207,8 @@ Using `bin/post` index the included exam
 
 In your terminal you'll see:
 
-    /solr-6.5.0:$ bin/post -c gettingstarted example/exampledocs/books.csv
-    java -classpath /solr-6.5.0/dist/solr-core-6.5.0.jar -Dauto=yes -Dc=gettingstarted -Ddata=files org.apache.solr.util.SimplePostTool example/exampledocs/books.csv
+    /solr-6.5.1:$ bin/post -c gettingstarted example/exampledocs/books.csv
+    java -classpath /solr-6.5.1/dist/solr-core-6.5.1.jar -Dauto=yes -Dc=gettingstarted -Ddata=files org.apache.solr.util.SimplePostTool example/exampledocs/books.csv
     SimplePostTool version 5.0.0
     Posting files to [base] url http://localhost:8983/solr/gettingstarted/update...
     Entering auto mode. File endings considered are xml,json,jsonl,csv,pdf,doc,docx,ppt,pptx,xls,xlsx,odt,odp,ods,ott,otp,ots,rtf,htm,html,txt,log
@@ -291,7 +291,7 @@ with the term you want to find.  To sear
 
 You'll see:
 
-    /solr-6.5.0$ curl "http://localhost:8983/solr/gettingstarted/select?wt=json&indent=true&q=foundation"
+    /solr-6.5.1$ curl "http://localhost:8983/solr/gettingstarted/select?wt=json&indent=true&q=foundation"
     {
       "responseHeader":{
         "zkConnected":true,

Modified: lucene/cms/trunk/content/solr/resources.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/resources.mdtext?rev=1792858&r1=1792857&r2=1792858&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/resources.mdtext (original)
+++ lucene/cms/trunk/content/solr/resources.mdtext Thu Apr 27 10:06:22 2017
@@ -24,7 +24,7 @@ Users who have completed the tutorial ar
 In each Solr binary release artifact, you can find a copy of the Solr tutorial, a detailed list of changes, and JavaDocs for all included code.
 Copies of this documentation for the most recent release of each major branch under active development can also be found online:
 
-* [Latest Release](/solr/6_5_0/index.html)
+* [Latest Release](/solr/6_5_1/index.html)
 
 <h3 class="offset" id="the-apache-solr-reference-guide">The Apache Solr Reference Guide</h3>
 

Modified: lucene/cms/trunk/templates/core-sidebar.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/core-sidebar.html?rev=1792858&r1=1792857&r2=1792858&view=diff
==============================================================================
--- lucene/cms/trunk/templates/core-sidebar.html (original)
+++ lucene/cms/trunk/templates/core-sidebar.html Thu Apr 27 10:06:22 2017
@@ -4,9 +4,9 @@
     <div class="button-green">
       <a href="mirrors-core-latest-redir.html?">Download</a>
       <div class="flap top">Click to begin</div>
-      <div class="flap bottom">of Apache Lucene 6.5.0</div>
+      <div class="flap bottom">of Apache Lucene 6.5.1</div>
     </div>
-    <div class="download-desc">Apache Lucene 6.5.0</div>
+    <div class="download-desc">Apache Lucene 6.5.1</div>
   </div>
   {% filter markdown %}{% include "corenav.mdtext" %}{% endfilter %}
   <div class="status">

Modified: lucene/cms/trunk/templates/corenav.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/corenav.mdtext?rev=1792858&r1=1792857&r2=1792858&view=diff
==============================================================================
--- lucene/cms/trunk/templates/corenav.mdtext (original)
+++ lucene/cms/trunk/templates/corenav.mdtext Thu Apr 27 10:06:22 2017
@@ -7,7 +7,7 @@
 
 # Release Docs
 
-- [6.5.0](./6_5_0/index.html)
+- [6.5.1](./6_5_1/index.html)
 
 # About
 - [License](http://www.apache.org/licenses/LICENSE-2.0)

Modified: lucene/cms/trunk/templates/mirrors-core-latest-redir.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/mirrors-core-latest-redir.html?rev=1792858&r1=1792857&r2=1792858&view=diff
==============================================================================
--- lucene/cms/trunk/templates/mirrors-core-latest-redir.html (original)
+++ lucene/cms/trunk/templates/mirrors-core-latest-redir.html Thu Apr 27 10:06:22 2017
@@ -4,7 +4,7 @@
 #}
 {% extends "head.html" %}
 {% block css %}
-    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.lua/lucene/java/6.5.0">
+    <meta http-equiv="refresh" content="1;url=http://www.apache.org/dyn/closer.lua/lucene/java/6.5.1">
     <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
     <link href="../css/global.css" rel="stylesheet" type="text/css">
     <link href="../css/core.css" rel="stylesheet" type="text/css">

Modified: lucene/cms/trunk/templates/mirrors-solr-latest-redir.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/mirrors-solr-latest-redir.html?rev=1792858&r1=1792857&r2=1792858&view=diff
==============================================================================
--- lucene/cms/trunk/templates/mirrors-solr-latest-redir.html (original)
+++ lucene/cms/trunk/templates/mirrors-solr-latest-redir.html Thu Apr 27 10:06:22 2017
@@ -4,7 +4,7 @@
 #}
 {% extends "_solr-head.html" %}
   {% block css %}
-    <meta http-equiv="refresh" content="3;url=http://www.apache.org/dyn/closer.lua/lucene/solr/6.5.0">
+    <meta http-equiv="refresh" content="3;url=http://www.apache.org/dyn/closer.lua/lucene/solr/6.5.1">
     <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
   {% endblock %}
 {% endextends %}

Modified: lucene/cms/trunk/templates/sidenav.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/sidenav.mdtext?rev=1792858&r1=1792857&r2=1792858&view=diff
==============================================================================
--- lucene/cms/trunk/templates/sidenav.mdtext (original)
+++ lucene/cms/trunk/templates/sidenav.mdtext Thu Apr 27 10:06:22 2017
@@ -2,15 +2,15 @@
   <div class="button-green">
     <a href="core/mirrors-core-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Lucene 6.5.0</div>
+    <div class="flap bottom">of Apache Lucene 6.5.1</div>
   </div>
-  <div class="download-desc">Apache Lucene 6.5.0</div>
+  <div class="download-desc">Apache Lucene 6.5.1</div>
   <div class="button-orange">
     <a href="solr/mirrors-solr-latest-redir.html?">Download</a>
     <div class="flap top">Click to begin</div>
-    <div class="flap bottom">of Apache Solr 6.5.0</div>
+    <div class="flap bottom">of Apache Solr 6.5.1</div>
   </div>
-  <div class="download-desc">Apache Solr 6.5.0</div>
+  <div class="download-desc">Apache Solr 6.5.1</div>
 
 # Projects
   - [Lucene Core (Java)](./core/)

Modified: lucene/cms/trunk/templates/solr-index.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/solr-index.html?rev=1792858&r1=1792857&r2=1792858&view=diff
==============================================================================
--- lucene/cms/trunk/templates/solr-index.html (original)
+++ lucene/cms/trunk/templates/solr-index.html Thu Apr 27 10:06:22 2017
@@ -281,13 +281,13 @@
       <div class="row">
         <div class="large-12 columns text-center">
           <div class="annotation">
-            Solr News | 27 March 2017
+            Solr News | 27 April 2017
           </div>
           <h1>
-             Apache Solr 6.5.0 available
+             Apache Solr 6.5.1 available
           </h1>
           <p>
-            The Lucene PMC is pleased to announce the release of Apache Solr 6.5.0.  Download <a href="/solr/mirrors-solr-latest-redir.html">here</a>.
+            The Lucene PMC is pleased to announce the release of Apache Solr 6.5.1.  Download <a href="/solr/mirrors-solr-latest-redir.html">here</a>.
           </p>
           <a href="/solr/news.html"><span class="white">Read More News</span></a>
         </div>