You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2017/01/09 08:23:23 UTC

svn commit: r1777934 - in /calcite/site: docs/ downloads/ news/ news/2014/06/27/release-0.8.0-incubating/ news/2014/08/19/release-0.9.0-incubating/ news/2014/10/02/release-0.9.1-incubating/ news/2014/11/05/release-0.9.2-incubating/ news/2015/01/31/rele...

Author: jhyde
Date: Mon Jan  9 08:23:22 2017
New Revision: 1777934

URL: http://svn.apache.org/viewvc?rev=1777934&view=rev
Log:
Announce Calcite 1.11.0

Added:
    calcite/site/news/2017/
    calcite/site/news/2017/01/
    calcite/site/news/2017/01/09/
    calcite/site/news/2017/01/09/release-1.11.0/
    calcite/site/news/2017/01/09/release-1.11.0/index.html
Modified:
    calcite/site/docs/history.html
    calcite/site/docs/howto.html
    calcite/site/downloads/index.html
    calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html
    calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html
    calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html
    calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html
    calcite/site/news/2015/01/31/release-1.0.0-incubating/index.html
    calcite/site/news/2015/03/13/release-1.1.0-incubating/index.html
    calcite/site/news/2015/04/07/release-1.2.0-incubating/index.html
    calcite/site/news/2015/04/24/new-committers/index.html
    calcite/site/news/2015/05/30/release-1.3.0-incubating/index.html
    calcite/site/news/2015/06/05/algebra-builder/index.html
    calcite/site/news/2015/07/31/xldb-best-lightning-talk/index.html
    calcite/site/news/2015/09/02/release-1.4.0-incubating/index.html
    calcite/site/news/2015/10/22/calcite-graduates/index.html
    calcite/site/news/2015/11/08/new-committers/index.html
    calcite/site/news/2015/11/10/release-1.5.0/index.html
    calcite/site/news/2016/01/22/release-1.6.0/index.html
    calcite/site/news/2016/02/17/elser-pmc/index.html
    calcite/site/news/2016/02/17/streaming-sql-talk/index.html
    calcite/site/news/2016/03/22/cassandra-adapter/index.html
    calcite/site/news/2016/03/22/release-1.7.0/index.html
    calcite/site/news/2016/06/13/release-1.8.0/index.html
    calcite/site/news/2016/09/22/release-1.9.0/index.html
    calcite/site/news/2016/10/12/release-1.10.0/index.html
    calcite/site/news/index.html
    calcite/site/news/releases/index.html

Modified: calcite/site/docs/history.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/history.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/docs/history.html (original)
+++ calcite/site/docs/history.html Mon Jan  9 08:23:22 2017
@@ -882,7 +882,7 @@
 Downloads are available on the
 <a href="/downloads/">downloads page</a>.</p>
 
-<h2 id="v1-11-0"><a href="https://github.com/apache/calcite/releases/tag/calcite-1.11.0">1.11.0</a> / 2017-01-11</h2>
+<h2 id="v1-11-0"><a href="https://github.com/apache/calcite/releases/tag/calcite-1.11.0">1.11.0</a> / 2017-01-09</h2>
 
 <p>Nearly three months after the previous release, there is a long list
 of improvements and bug-fixes, many of them making planner rules

Modified: calcite/site/docs/howto.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/howto.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/docs/howto.html (original)
+++ calcite/site/docs/howto.html Mon Jan  9 08:23:22 2017
@@ -922,7 +922,7 @@ adapters.</p>
 <h2 id="building-from-a-source-distribution">Building from a source distribution</h2>
 
 <p>Prerequisites are maven (3.2.1 or later)
-and Java (JDK 1.7 or later, 1.8 preferred) on your path.</p>
+and Java (JDK 1.7, 1.8 or 1.9) on your path.</p>
 
 <p>Unpack the source distribution <code class="highlighter-rouge">.tar.gz</code> or <code class="highlighter-rouge">.zip</code> file,
 <code class="highlighter-rouge">cd</code> to the root directory of the unpacked source,
@@ -1650,15 +1650,15 @@ svn ci</code></pre></figure>
 <a href="http://archive.apache.org/dist/calcite/">release archive</a>.</p>
 
 <p>Add a release note by copying
-<a href="https://github.com/apache/calcite/blob/master/site/_posts/2015-11-10-release-1.5.0.md">site/_posts/2015-11-10-release-1.5.0.md</a>,
-generate the javadoc and copy to <code class="highlighter-rouge">site/target/apidocs</code> and <code class="highlighter-rouge">site/target/testapidocs</code>,
+<a href="https://github.com/apache/calcite/blob/master/site/_posts/2016-10-12-release-1.10.0.md">site/_posts/2016-10-12-release-1.10.0.md</a>,
+generate the javadoc using <code class="highlighter-rouge">mvn site</code> and copy to <code class="highlighter-rouge">site/target/apidocs</code> and <code class="highlighter-rouge">site/target/testapidocs</code>,
 <a href="#publish-the-web-site">publish the site</a>,
 and check that it appears in the contents in <a href="http://localhost:4000/news/">news</a>.</p>
 
 <p>After 24 hours, announce the release by sending an email to
 <a href="https://mail-archives.apache.org/mod_mbox/www-announce/">announce@apache.org</a>.
 You can use
-<a href="https://mail-archives.apache.org/mod_mbox/www-announce/201601.mbox/%3C8DB4C1E5-B322-4A33-8E8F-9858FA6A1119%40apache.org%3E">the 1.6.0 announcement</a>
+<a href="https://mail-archives.apache.org/mod_mbox/calcite-dev/201610.mbox/%3C11A13D1A-8364-4A34-A11B-A8E5EA57A740%40apache.org%3E">the 1.10.0 announcement</a>
 as a template. Be sure to include a brief description of the project.</p>
 
 <h2 id="publish-the-web-site">Publishing the web site (for Calcite committers)</h2>

Modified: calcite/site/downloads/index.html
URL: http://svn.apache.org/viewvc/calcite/site/downloads/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/downloads/index.html (original)
+++ calcite/site/downloads/index.html Mon Jan  9 08:23:22 2017
@@ -101,10 +101,16 @@
   </thead>
   <tbody>
     <tr>
+      <td style="text-align: left"><a href="/docs/history.html#v1-11-0">1.11.0</a></td>
+      <td style="text-align: left">09 Jan 2017</td>
+      <td style="text-align: left"><a href="https://github.com/apache/calcite/commit/f8ba670">f8ba670</a></td>
+      <td style="text-align: left"><a href="http://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-1.11.0/apache-calcite-1.11.0-src.tar.gz&amp;action=download">tar</a> (<a href="https://www.apache.org/dist/calcite/apache-calcite-1.11.0/apache-calcite-1.11.0-src.tar.gz.mds">digest</a> <a href="https://www.apache.org/dist/calcite/apache-calcite-1.11.0/apache-calcite-1.11.0-src.tar.gz.asc">pgp</a>) <br /> <a href="http://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-1.11.0/apache-calcite-1.11.0-src.zip&amp;action=download">zip</a> (<a href="https://www.apache.org/dist/calcite/apache-calcite-1.11.0/apache-calcite-1.11.0-src.zip.mds">digest</a> <a href="https://www.apache.org/dist/calcite/apache-calcite-1.11.0/apache-calcite-1.11.0-src.zip.asc">pgp</a>)</td>
+    </tr>
+    <tr>
       <td style="text-align: left"><a href="/docs/history.html#v1-10-0">1.10.0</a></td>
       <td style="text-align: left">12 Oct 2016</td>
       <td style="text-align: left"><a href="https://github.com/apache/calcite/commit/448dd85">448dd85</a></td>
-      <td style="text-align: left"><a href="http://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-1.10.0/apache-calcite-1.10.0-src.tar.gz&amp;action=download">tar</a> (<a href="https://www.apache.org/dist/calcite/apache-calcite-1.10.0/apache-calcite-1.10.0-src.tar.gz.mds">digest</a> <a href="https://www.apache.org/dist/calcite/apache-calcite-1.10.0/apache-calcite-1.10.0-src.tar.gz.asc">pgp</a>) <br /> <a href="http://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-1.10.0/apache-calcite-1.10.0-src.zip&amp;action=download">zip</a> (<a href="https://www.apache.org/dist/calcite/apache-calcite-1.10.0/apache-calcite-1.10.0-src.zip.mds">digest</a> <a href="https://www.apache.org/dist/calcite/apache-calcite-1.10.0/apache-calcite-1.10.0-src.zip.asc">pgp</a>)</td>
+      <td style="text-align: left"><a href="http://archive.apache.org/dist/calcite/apache-calcite-1.10.0/apache-calcite-1.10.0-src.tar.gz">tar</a> (<a href="https://archive.apache.org/dist/calcite/apache-calcite-1.10.0/apache-calcite-1.10.0-src.tar.gz.mds">digest</a> <a href="https://archive.apache.org/dist/calcite/apache-calcite-1.10.0/apache-calcite-1.10.0-src.tar.gz.asc">pgp</a>) <br /> <a href="http://archive.apache.org/dist/calcite/apache-calcite-1.10.0/apache-calcite-1.10.0-src.zip">zip</a> (<a href="https://archive.apache.org/dist/calcite/apache-calcite-1.10.0/apache-calcite-1.10.0-src.zip.mds">digest</a> <a href="https://archive.apache.org/dist/calcite/apache-calcite-1.10.0/apache-calcite-1.10.0-src.zip.asc">pgp</a>)</td>
     </tr>
     <tr>
       <td style="text-align: left"><a href="/docs/history.html#v1-9-0">1.9.0</a></td>
@@ -218,7 +224,7 @@ succeed.</p>
   <span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.calcite<span class="nt">&lt;/groupId&gt;</span>
     <span class="nt">&lt;artifactId&gt;</span>calcite-core<span class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>1.10.0<span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>1.11.0<span class="nt">&lt;/version&gt;</span>
   <span class="nt">&lt;/dependency&gt;</span>
 <span class="nt">&lt;/dependencies&gt;</span></code></pre></figure>
 

Modified: calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html (original)
+++ calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -193,6 +195,10 @@ new utility, <code class="highlighter-ro
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -208,10 +214,6 @@ new utility, <code class="highlighter-ro
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html (original)
+++ calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -191,6 +193,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -206,10 +212,6 @@
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html (original)
+++ calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -191,6 +193,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -206,10 +212,6 @@
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html (original)
+++ calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -194,6 +196,10 @@ before you move on to 1.0.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -209,10 +215,6 @@ before you move on to 1.0.</p>
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2015/01/31/release-1.0.0-incubating/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2015/01/31/release-1.0.0-incubating/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2015/01/31/release-1.0.0-incubating/index.html (original)
+++ calcite/site/news/2015/01/31/release-1.0.0-incubating/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -204,6 +206,10 @@ and fixes about 30 bugs.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -219,10 +225,6 @@ and fixes about 30 bugs.</p>
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2015/03/13/release-1.1.0-incubating/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2015/03/13/release-1.1.0-incubating/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2015/03/13/release-1.1.0-incubating/index.html (original)
+++ calcite/site/news/2015/03/13/release-1.1.0-incubating/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -203,6 +205,10 @@ calling constructors directly.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -218,10 +224,6 @@ calling constructors directly.</p>
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2015/04/07/release-1.2.0-incubating/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2015/04/07/release-1.2.0-incubating/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2015/04/07/release-1.2.0-incubating/index.html (original)
+++ calcite/site/news/2015/04/07/release-1.2.0-incubating/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -203,6 +205,10 @@ improve implicit and explicit conversion
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -218,10 +224,6 @@ improve implicit and explicit conversion
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2015/04/24/new-committers/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2015/04/24/new-committers/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2015/04/24/new-committers/index.html (original)
+++ calcite/site/news/2015/04/24/new-committers/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -197,6 +199,10 @@ committers for their work on Calcite. We
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -212,10 +218,6 @@ committers for their work on Calcite. We
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2015/05/30/release-1.3.0-incubating/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2015/05/30/release-1.3.0-incubating/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2015/05/30/release-1.3.0-incubating/index.html (original)
+++ calcite/site/news/2015/05/30/release-1.3.0-incubating/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -195,6 +197,10 @@ and various improvements to Avatica.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -210,10 +216,6 @@ and various improvements to Avatica.</p>
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2015/06/05/algebra-builder/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2015/06/05/algebra-builder/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2015/06/05/algebra-builder/index.html (original)
+++ calcite/site/news/2015/06/05/algebra-builder/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -242,6 +244,10 @@ extensive set of query-optimization rule
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -257,10 +263,6 @@ extensive set of query-optimization rule
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2015/07/31/xldb-best-lightning-talk/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2015/07/31/xldb-best-lightning-talk/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2015/07/31/xldb-best-lightning-talk/index.html (original)
+++ calcite/site/news/2015/07/31/xldb-best-lightning-talk/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -202,6 +204,10 @@ and <a href="https://www.youtube.com/wat
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -217,10 +223,6 @@ and <a href="https://www.youtube.com/wat
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2015/09/02/release-1.4.0-incubating/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2015/09/02/release-1.4.0-incubating/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2015/09/02/release-1.4.0-incubating/index.html (original)
+++ calcite/site/news/2015/09/02/release-1.4.0-incubating/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -201,6 +203,10 @@ so that you can easily create relational
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -216,10 +222,6 @@ so that you can easily create relational
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2015/10/22/calcite-graduates/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2015/10/22/calcite-graduates/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2015/10/22/calcite-graduates/index.html (original)
+++ calcite/site/news/2015/10/22/calcite-graduates/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -223,6 +225,10 @@ celebrated with a graduation cake.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -238,10 +244,6 @@ celebrated with a graduation cake.</p>
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2015/11/08/new-committers/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2015/11/08/new-committers/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2015/11/08/new-committers/index.html (original)
+++ calcite/site/news/2015/11/08/new-committers/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -194,6 +196,10 @@ committers for their work on Calcite. We
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -209,10 +215,6 @@ committers for their work on Calcite. We
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2015/11/10/release-1.5.0/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2015/11/10/release-1.5.0/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2015/11/10/release-1.5.0/index.html (original)
+++ calcite/site/news/2015/11/10/release-1.5.0/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -195,6 +197,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -210,10 +216,6 @@
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2016/01/22/release-1.6.0/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2016/01/22/release-1.6.0/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2016/01/22/release-1.6.0/index.html (original)
+++ calcite/site/news/2016/01/22/release-1.6.0/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -221,6 +223,10 @@ further tune the metadata layer.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -236,10 +242,6 @@ further tune the metadata layer.</p>
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="current">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2016/02/17/elser-pmc/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2016/02/17/elser-pmc/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2016/02/17/elser-pmc/index.html (original)
+++ calcite/site/news/2016/02/17/elser-pmc/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -194,6 +196,10 @@ not least in discussing <a href="https:/
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -209,10 +215,6 @@ not least in discussing <a href="https:/
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2016/02/17/streaming-sql-talk/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2016/02/17/streaming-sql-talk/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2016/02/17/streaming-sql-talk/index.html (original)
+++ calcite/site/news/2016/02/17/streaming-sql-talk/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -203,6 +205,10 @@ and
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -218,10 +224,6 @@ and
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2016/03/22/cassandra-adapter/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2016/03/22/cassandra-adapter/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2016/03/22/cassandra-adapter/index.html (original)
+++ calcite/site/news/2016/03/22/cassandra-adapter/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -204,6 +206,10 @@ for CSV and JSON files, and JDBC data so
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -219,10 +225,6 @@ for CSV and JSON files, and JDBC data so
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2016/03/22/release-1.7.0/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2016/03/22/release-1.7.0/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2016/03/22/release-1.7.0/index.html (original)
+++ calcite/site/news/2016/03/22/release-1.7.0/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -226,6 +228,10 @@ to SLF4J’s <code class="highlighter
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -241,10 +247,6 @@ to SLF4J’s <code class="highlighter
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2016/06/13/release-1.8.0/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2016/06/13/release-1.8.0/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2016/06/13/release-1.8.0/index.html (original)
+++ calcite/site/news/2016/06/13/release-1.8.0/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -217,6 +219,10 @@ planner rules and APIs.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -232,10 +238,6 @@ planner rules and APIs.</p>
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2016/09/22/release-1.9.0/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2016/09/22/release-1.9.0/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2016/09/22/release-1.9.0/index.html (original)
+++ calcite/site/news/2016/09/22/release-1.9.0/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -215,6 +217,10 @@ changes to planner rules and APIs.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -230,10 +236,6 @@ changes to planner rules and APIs.</p>
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/2016/10/12/release-1.10.0/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2016/10/12/release-1.10.0/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/2016/10/12/release-1.10.0/index.html (original)
+++ calcite/site/news/2016/10/12/release-1.10.0/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -197,6 +199,10 @@ prevented us from handling consistently
     <h4>Recent Releases</h4>
     <ul>
       
+      <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
       <li class="current">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
@@ -213,10 +219,6 @@ prevented us from handling consistently
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Added: calcite/site/news/2017/01/09/release-1.11.0/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/2017/01/09/release-1.11.0/index.html?rev=1777934&view=auto
==============================================================================
--- calcite/site/news/2017/01/09/release-1.11.0/index.html (added)
+++ calcite/site/news/2017/01/09/release-1.11.0/index.html Mon Jan  9 08:23:22 2017
@@ -0,0 +1,359 @@
+<!DOCTYPE HTML>
+<html lang="en-US">
+<head>
+  <meta charset="UTF-8">
+  <title>Release 1.11.0</title>
+  <meta name="viewport" content="width=device-width,initial-scale=1">
+  <meta name="generator" content="Jekyll v3.0.3">
+  <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
+  <link rel="stylesheet" href="/css/screen.css">
+  <link rel="icon" type="image/x-icon" href="/favicon.ico">
+  <!--[if lt IE 9]>
+  <script src="/js/html5shiv.min.js"></script>
+  <script src="/js/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+
+<body class="wrap">
+  <header role="banner">
+  <nav class="mobile-nav show-on-mobiles">
+    <ul>
+  <li class="">
+    <a href="/">Home</a>
+  </li>
+  <li class="">
+    <a href="/downloads/">Download</a>
+  </li>
+  <li class="">
+    <a href="/community/">Community</a>
+  </li>
+  <li class="">
+    <a href="/develop/">Develop</a>
+  </li>
+  <li class="current">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/docs/">Docs</a>
+  </li>
+</ul>
+
+  </nav>
+  <div class="grid">
+    <div class="unit one-third center-on-mobiles">
+      <h1>
+        <a href="/">
+          <span class="sr-only">Apache Calcite</span>
+          <img src="/img/logo.png" width="226" height="140" alt="Calcite Logo">
+        </a>
+      </h1>
+    </div>
+    <nav class="main-nav unit two-thirds hide-on-mobiles">
+      <ul>
+  <li class="">
+    <a href="/">Home</a>
+  </li>
+  <li class="">
+    <a href="/downloads/">Download</a>
+  </li>
+  <li class="">
+    <a href="/community/">Community</a>
+  </li>
+  <li class="">
+    <a href="/develop/">Develop</a>
+  </li>
+  <li class="current">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/docs/">Docs</a>
+  </li>
+</ul>
+
+    </nav>
+  </div>
+</header>
+
+
+    <section class="news">
+    <div class="grid">
+
+      <div class="docs-nav-mobile unit whole show-on-mobiles">
+  <select onchange="if (this.value) window.location.href=this.value">
+    <option value="">Navigate the blog…</option>
+    <option value="/news/">Home</option>
+    <optgroup label="v1.x">
+      
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
+      <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
+      
+      <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
+      
+      <option value="/news/2016/06/13/release-1.8.0/">Release 1.8.0</option>
+      
+      <option value="/news/2016/03/22/cassandra-adapter/">Cassandra Adapter</option>
+      
+      <option value="/news/2016/03/22/release-1.7.0/">Release 1.7.0</option>
+      
+      <option value="/news/2016/02/17/streaming-sql-talk/">Streaming SQL in Samza</option>
+      
+      <option value="/news/2016/02/17/elser-pmc/">Calcite appoints Josh Elser to PMC</option>
+      
+      <option value="/news/2016/01/22/release-1.6.0/">Release 1.6.0</option>
+      
+      <option value="/news/2015/11/10/release-1.5.0/">Release 1.5.0</option>
+      
+      <option value="/news/2015/11/08/new-committers/">Calcite adds 2 committers</option>
+      
+      <option value="/news/2015/10/22/calcite-graduates/">Calcite Graduates</option>
+      
+      <option value="/news/2015/09/02/release-1.4.0-incubating/">Release 1.4.0 Incubating</option>
+      
+      <option value="/news/2015/07/31/xldb-best-lightning-talk/">XLDB 2015 best lightning talk</option>
+      
+      <option value="/news/2015/06/05/algebra-builder/">Algebra builder</option>
+      
+      <option value="/news/2015/05/30/release-1.3.0-incubating/">Release 1.3.0 Incubating</option>
+      
+      <option value="/news/2015/04/24/new-committers/">Calcite adds 5 committers</option>
+      
+      <option value="/news/2015/04/07/release-1.2.0-incubating/">Release 1.2.0 Incubating</option>
+      
+      <option value="/news/2015/03/13/release-1.1.0-incubating/">Release 1.1.0 Incubating</option>
+      
+      <option value="/news/2015/01/31/release-1.0.0-incubating/">Release 1.0.0 Incubating</option>
+      
+      <option value="/news/2014/11/05/release-0.9.2-incubating/">Release 0.9.2 Incubating</option>
+      
+      <option value="/news/2014/10/02/release-0.9.1-incubating/">Release 0.9.1 Incubating</option>
+      
+      <option value="/news/2014/08/19/release-0.9.0-incubating/">Release 0.9.0 Incubating</option>
+      
+      <option value="/news/2014/06/27/release-0.8.0-incubating/">Release 0.8.0 Incubating</option>
+      
+    </optgroup>
+  </select>
+</div>
+
+
+      <div class="unit four-fifths">
+        <article>
+  <h2>
+    Release 1.11.0
+    <a href="/news/2017/01/09/release-1.11.0/" class="permalink" title="Permalink">∞</a>
+  </h2>
+  <span class="post-category">
+    <span class="label">
+      release
+    </span>
+  </span>
+  <div class="post-meta">
+    <span class="post-date">
+      09 Jan 2017
+    </span>
+    
+    
+    
+    <a href="http://people.apache.org/~jhyde" class="post-author">
+      <img src="http://github.com/julianhyde.png"
+           class="avatar" alt="jhyde avatar"
+           width="24" height="24">
+      jhyde
+    </a>
+  </div>
+  <div class="post-content">
+    <!--
+
+-->
+
+<p>The <a href="">Apache Calcite PMC</a>
+is pleased to announce
+<a href="/docs/history.html#v-1-11-0">Apache Calcite release 1.11.0</a>.</p>
+
+<p>Nearly three months after the previous release, there is a
+<a href="/docs/history.html#v-1-11-0">long list of improvements and bug-fixes</a>,
+many of them making planner rules smarter. The following are some of
+the more important ones.</p>
+
+<p>Several adapters have improvements:</p>
+
+<ul>
+  <li>The JDBC adapter can now push down DML (<code class="highlighter-rouge">INSERT</code>, <code class="highlighter-rouge">UPDATE</code>, <code class="highlighter-rouge">DELETE</code>),
+windowed aggregates (<code class="highlighter-rouge">OVER</code>), <code class="highlighter-rouge">IS NULL</code> and <code class="highlighter-rouge">IS NOT NULL</code> operators.</li>
+  <li>The Cassandra adapter now supports authentication.</li>
+  <li>Several key bug-fixes in the Druid adapter.</li>
+</ul>
+
+<p>For correlated and uncorrelated sub-queries, we generate more
+efficient plans (for example, in some correlated queries we no longer
+require a sub-query to generate the values of the correlating
+variable), can now handle multiple correlations, and have also fixed a
+few correctness bugs.</p>
+
+<p>New SQL syntax:</p>
+
+<ul>
+  <li><code class="highlighter-rouge">CROSS APPLY</code> and <code class="highlighter-rouge">OUTER APPLY</code>;</li>
+  <li><code class="highlighter-rouge">MINUS</code> as a synonym for <code class="highlighter-rouge">EXCEPT</code>;</li>
+  <li>an <code class="highlighter-rouge">AS JSON</code> option for the <code class="highlighter-rouge">EXPLAIN</code> command;</li>
+  <li>compound identifiers in the target list of <code class="highlighter-rouge">INSERT</code>, allowing you to
+insert into individual fields of record-valued columns (or column
+families if you are using the Apache Phoenix adapter).</li>
+</ul>
+
+<p>A variety of new and extended built-in functions: <code class="highlighter-rouge">CONVERT</code>, <code class="highlighter-rouge">LTRIM</code>,
+<code class="highlighter-rouge">RTRIM</code>, 3-parameter <code class="highlighter-rouge">LOCATE</code> and <code class="highlighter-rouge">POSITION</code>, <code class="highlighter-rouge">RAND</code>, <code class="highlighter-rouge">RAND_INTEGER</code>,
+and <code class="highlighter-rouge">SUBSTRING</code> applied to binary types.</p>
+
+<p>There are minor but potentially breaking API changes in
+[<a href="https://issues.apache.org/jira/browse/CALCITE-1519">CALCITE-1519</a>]
+(interface <code class="highlighter-rouge">SubqueryConverter</code> becomes <code class="highlighter-rouge">SubQueryConverter</code> and some
+similar changes in the case of classes and methods) and
+[<a href="https://issues.apache.org/jira/browse/CALCITE-1530">CALCITE-1530</a>]
+(rename <code class="highlighter-rouge">Shuttle</code> to <code class="highlighter-rouge">Visitor</code>, and create a new class <code class="highlighter-rouge">Visitor&lt;R&gt;</code>).
+See the cases for more details.</p>
+
+    
+    <p>See the <a href="/docs/history.html#v1-11-0">release notes</a>;
+      <a href="/downloads#source-releases">download</a> the release.</p>
+    
+  </div>
+</article>
+
+      </div>
+
+      <div class="unit one-fifth hide-on-mobiles">
+  <aside>
+    <ul>
+      <li class="">
+        <a href="/news/">All News</a>
+      </li>
+      <li class="">
+        <a href="/news/releases/">Calcite Releases</a>
+      </li>
+    </ul>
+    <h4>Recent Releases</h4>
+    <ul>
+      
+      <li class="current">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2016/09/22/release-1.9.0/">1.9.0</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2016/06/13/release-1.8.0/">1.8.0</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
+      </li>
+      
+    </ul>
+    <h4>Other News</h4>
+    <ul>
+        
+        <li class="">
+          <a href="/news/2016/03/22/cassandra-adapter/">Cassandra Adapter</a>
+        </li>
+          
+        <li class="">
+          <a href="/news/2016/02/17/streaming-sql-talk/">Streaming SQL in Samza</a>
+        </li>
+          
+        <li class="">
+          <a href="/news/2016/02/17/elser-pmc/">Calcite appoints Josh Elser to PMC</a>
+        </li>
+          
+        <li class="">
+          <a href="/news/2015/11/08/new-committers/">Calcite adds 2 committers</a>
+        </li>
+          
+        <li class="">
+          <a href="/news/2015/10/22/calcite-graduates/">Calcite Graduates</a>
+        </li>
+          
+        <li class="">
+          <a href="/news/2015/07/31/xldb-best-lightning-talk/">XLDB 2015 best lightning talk</a>
+        </li>
+          
+        <li class="">
+          <a href="/news/2015/06/05/algebra-builder/">Algebra builder</a>
+        </li>
+          
+        <li class="">
+          <a href="/news/2015/04/24/new-committers/">Calcite adds 5 committers</a>
+        </li>
+          
+    </ul>
+  </aside>
+</div>
+
+
+      <div class="clear"></div>
+
+    </div>
+  </section>
+
+
+  <footer role="contentinfo">
+  <div id="poweredby">
+    <a href="http://www.apache.org/">
+      <span class="sr-only">Apache</span>
+      <img src="/img/feather.png" width="190" height="77" alt="Apache Logo"></a>
+  </div>
+  <div id="copyright">
+  <p>The contents of this website are &copy;&nbsp;2017
+     <a href="https://www.apache.org/">Apache Software Foundation</a>
+     under the terms of
+     the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">
+     Apache&nbsp;License&nbsp;v2</a>. Apache Calcite and its logo are
+     trademarks of the Apache Software Foundation.</p>
+  </div>
+</footer>
+
+  <script>
+  var anchorForId = function (id) {
+    var anchor = document.createElement("a");
+    anchor.className = "header-link";
+    anchor.href      = "#" + id;
+    anchor.innerHTML = "<span class=\"sr-only\">Permalink</span><i class=\"fa fa-link\"></i>";
+    anchor.title = "Permalink";
+    return anchor;
+  };
+
+  var linkifyAnchors = function (level, containingElement) {
+    var headers = containingElement.getElementsByTagName("h" + level);
+    for (var h = 0; h < headers.length; h++) {
+      var header = headers[h];
+
+      if (typeof header.id !== "undefined" && header.id !== "") {
+        header.appendChild(anchorForId(header.id));
+      }
+    }
+  };
+
+  document.onreadystatechange = function () {
+    if (this.readyState === "complete") {
+      var contentBlock = document.getElementsByClassName("docs")[0] || document.getElementsByClassName("news")[0];
+      if (!contentBlock) {
+        return;
+      }
+      for (var level = 1; level <= 6; level++) {
+        linkifyAnchors(level, contentBlock);
+      }
+    }
+  };
+</script>
+
+
+</body>
+</html>

Modified: calcite/site/news/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/index.html (original)
+++ calcite/site/news/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -143,6 +145,92 @@
   
 <article>
   <h2>
+    <a href="/news/2017/01/09/release-1.11.0/">
+      Release 1.11.0
+    </a>
+  </h2>
+  <span class="post-category">
+    <span class="label">
+      release
+    </span>
+  </span>
+  <div class="post-meta">
+    <span class="post-date">
+      09 Jan 2017
+    </span>
+    
+    
+    
+    <a href="http://people.apache.org/~jhyde" class="post-author">
+      <img src="http://github.com/julianhyde.png"
+           class="avatar" alt="jhyde avatar"
+           width="24" height="24">
+      jhyde
+    </a>
+  </div>
+  <div class="post-content">
+    <!--
+
+-->
+
+<p>The <a href="">Apache Calcite PMC</a>
+is pleased to announce
+<a href="/docs/history.html#v-1-11-0">Apache Calcite release 1.11.0</a>.</p>
+
+<p>Nearly three months after the previous release, there is a
+<a href="/docs/history.html#v-1-11-0">long list of improvements and bug-fixes</a>,
+many of them making planner rules smarter. The following are some of
+the more important ones.</p>
+
+<p>Several adapters have improvements:</p>
+
+<ul>
+  <li>The JDBC adapter can now push down DML (<code class="highlighter-rouge">INSERT</code>, <code class="highlighter-rouge">UPDATE</code>, <code class="highlighter-rouge">DELETE</code>),
+windowed aggregates (<code class="highlighter-rouge">OVER</code>), <code class="highlighter-rouge">IS NULL</code> and <code class="highlighter-rouge">IS NOT NULL</code> operators.</li>
+  <li>The Cassandra adapter now supports authentication.</li>
+  <li>Several key bug-fixes in the Druid adapter.</li>
+</ul>
+
+<p>For correlated and uncorrelated sub-queries, we generate more
+efficient plans (for example, in some correlated queries we no longer
+require a sub-query to generate the values of the correlating
+variable), can now handle multiple correlations, and have also fixed a
+few correctness bugs.</p>
+
+<p>New SQL syntax:</p>
+
+<ul>
+  <li><code class="highlighter-rouge">CROSS APPLY</code> and <code class="highlighter-rouge">OUTER APPLY</code>;</li>
+  <li><code class="highlighter-rouge">MINUS</code> as a synonym for <code class="highlighter-rouge">EXCEPT</code>;</li>
+  <li>an <code class="highlighter-rouge">AS JSON</code> option for the <code class="highlighter-rouge">EXPLAIN</code> command;</li>
+  <li>compound identifiers in the target list of <code class="highlighter-rouge">INSERT</code>, allowing you to
+insert into individual fields of record-valued columns (or column
+families if you are using the Apache Phoenix adapter).</li>
+</ul>
+
+<p>A variety of new and extended built-in functions: <code class="highlighter-rouge">CONVERT</code>, <code class="highlighter-rouge">LTRIM</code>,
+<code class="highlighter-rouge">RTRIM</code>, 3-parameter <code class="highlighter-rouge">LOCATE</code> and <code class="highlighter-rouge">POSITION</code>, <code class="highlighter-rouge">RAND</code>, <code class="highlighter-rouge">RAND_INTEGER</code>,
+and <code class="highlighter-rouge">SUBSTRING</code> applied to binary types.</p>
+
+<p>There are minor but potentially breaking API changes in
+[<a href="https://issues.apache.org/jira/browse/CALCITE-1519">CALCITE-1519</a>]
+(interface <code class="highlighter-rouge">SubqueryConverter</code> becomes <code class="highlighter-rouge">SubQueryConverter</code> and some
+similar changes in the case of classes and methods) and
+[<a href="https://issues.apache.org/jira/browse/CALCITE-1530">CALCITE-1530</a>]
+(rename <code class="highlighter-rouge">Shuttle</code> to <code class="highlighter-rouge">Visitor</code>, and create a new class <code class="highlighter-rouge">Visitor&lt;R&gt;</code>).
+See the cases for more details.</p>
+
+    
+    <p>See the <a href="/docs/history.html#v1-11-0">release notes</a>;
+      <a href="/downloads#source-releases">download</a> the release.</p>
+    
+  </div>
+</article>
+
+
+  
+<article>
+  <h2>
     <a href="/news/2016/10/12/release-1.10.0/">
       Release 1.10.0
     </a>
@@ -1422,6 +1510,10 @@ of the website.</p>
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -1437,10 +1529,6 @@ of the website.</p>
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>

Modified: calcite/site/news/releases/index.html
URL: http://svn.apache.org/viewvc/calcite/site/news/releases/index.html?rev=1777934&r1=1777933&r2=1777934&view=diff
==============================================================================
--- calcite/site/news/releases/index.html (original)
+++ calcite/site/news/releases/index.html Mon Jan  9 08:23:22 2017
@@ -85,6 +85,8 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2017/01/09/release-1.11.0/">Release 1.11.0</option>
+      
       <option value="/news/2016/10/12/release-1.10.0/">Release 1.10.0</option>
       
       <option value="/news/2016/09/22/release-1.9.0/">Release 1.9.0</option>
@@ -143,6 +145,92 @@
   
 <article>
   <h2>
+    <a href="/news/2017/01/09/release-1.11.0/">
+      Release 1.11.0
+    </a>
+  </h2>
+  <span class="post-category">
+    <span class="label">
+      release
+    </span>
+  </span>
+  <div class="post-meta">
+    <span class="post-date">
+      09 Jan 2017
+    </span>
+    
+    
+    
+    <a href="http://people.apache.org/~jhyde" class="post-author">
+      <img src="http://github.com/julianhyde.png"
+           class="avatar" alt="jhyde avatar"
+           width="24" height="24">
+      jhyde
+    </a>
+  </div>
+  <div class="post-content">
+    <!--
+
+-->
+
+<p>The <a href="">Apache Calcite PMC</a>
+is pleased to announce
+<a href="/docs/history.html#v-1-11-0">Apache Calcite release 1.11.0</a>.</p>
+
+<p>Nearly three months after the previous release, there is a
+<a href="/docs/history.html#v-1-11-0">long list of improvements and bug-fixes</a>,
+many of them making planner rules smarter. The following are some of
+the more important ones.</p>
+
+<p>Several adapters have improvements:</p>
+
+<ul>
+  <li>The JDBC adapter can now push down DML (<code class="highlighter-rouge">INSERT</code>, <code class="highlighter-rouge">UPDATE</code>, <code class="highlighter-rouge">DELETE</code>),
+windowed aggregates (<code class="highlighter-rouge">OVER</code>), <code class="highlighter-rouge">IS NULL</code> and <code class="highlighter-rouge">IS NOT NULL</code> operators.</li>
+  <li>The Cassandra adapter now supports authentication.</li>
+  <li>Several key bug-fixes in the Druid adapter.</li>
+</ul>
+
+<p>For correlated and uncorrelated sub-queries, we generate more
+efficient plans (for example, in some correlated queries we no longer
+require a sub-query to generate the values of the correlating
+variable), can now handle multiple correlations, and have also fixed a
+few correctness bugs.</p>
+
+<p>New SQL syntax:</p>
+
+<ul>
+  <li><code class="highlighter-rouge">CROSS APPLY</code> and <code class="highlighter-rouge">OUTER APPLY</code>;</li>
+  <li><code class="highlighter-rouge">MINUS</code> as a synonym for <code class="highlighter-rouge">EXCEPT</code>;</li>
+  <li>an <code class="highlighter-rouge">AS JSON</code> option for the <code class="highlighter-rouge">EXPLAIN</code> command;</li>
+  <li>compound identifiers in the target list of <code class="highlighter-rouge">INSERT</code>, allowing you to
+insert into individual fields of record-valued columns (or column
+families if you are using the Apache Phoenix adapter).</li>
+</ul>
+
+<p>A variety of new and extended built-in functions: <code class="highlighter-rouge">CONVERT</code>, <code class="highlighter-rouge">LTRIM</code>,
+<code class="highlighter-rouge">RTRIM</code>, 3-parameter <code class="highlighter-rouge">LOCATE</code> and <code class="highlighter-rouge">POSITION</code>, <code class="highlighter-rouge">RAND</code>, <code class="highlighter-rouge">RAND_INTEGER</code>,
+and <code class="highlighter-rouge">SUBSTRING</code> applied to binary types.</p>
+
+<p>There are minor but potentially breaking API changes in
+[<a href="https://issues.apache.org/jira/browse/CALCITE-1519">CALCITE-1519</a>]
+(interface <code class="highlighter-rouge">SubqueryConverter</code> becomes <code class="highlighter-rouge">SubQueryConverter</code> and some
+similar changes in the case of classes and methods) and
+[<a href="https://issues.apache.org/jira/browse/CALCITE-1530">CALCITE-1530</a>]
+(rename <code class="highlighter-rouge">Shuttle</code> to <code class="highlighter-rouge">Visitor</code>, and create a new class <code class="highlighter-rouge">Visitor&lt;R&gt;</code>).
+See the cases for more details.</p>
+
+    
+    <p>See the <a href="/docs/history.html#v1-11-0">release notes</a>;
+      <a href="/downloads#source-releases">download</a> the release.</p>
+    
+  </div>
+</article>
+
+
+  
+<article>
+  <h2>
     <a href="/news/2016/10/12/release-1.10.0/">
       Release 1.10.0
     </a>
@@ -954,6 +1042,10 @@ new utility, <code class="highlighter-ro
     <ul>
       
       <li class="">
+        <a href="/news/2017/01/09/release-1.11.0/">1.11.0</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2016/10/12/release-1.10.0/">1.10.0</a>
       </li>
       
@@ -969,10 +1061,6 @@ new utility, <code class="highlighter-ro
         <a href="/news/2016/03/22/release-1.7.0/">1.7.0</a>
       </li>
       
-      <li class="">
-        <a href="/news/2016/01/22/release-1.6.0/">1.6.0</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>