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 2015/05/31 02:05:05 UTC

svn commit: r1682665 - in /incubator/calcite/site: docs/ 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/relea...

Author: jhyde
Date: Sun May 31 00:05:05 2015
New Revision: 1682665

URL: http://svn.apache.org/r1682665
Log:
Formatting, and Calcite release 1.3.0

Modified:
    incubator/calcite/site/docs/downloads.html
    incubator/calcite/site/docs/history.html
    incubator/calcite/site/docs/howto.html
    incubator/calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html
    incubator/calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html
    incubator/calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html
    incubator/calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html
    incubator/calcite/site/news/2015/01/31/release-1.0.0-incubating/index.html
    incubator/calcite/site/news/2015/03/13/release-1.1.0-incubating/index.html
    incubator/calcite/site/news/2015/04/07/release-1.2.0-incubating/index.html
    incubator/calcite/site/news/2015/04/24/new-committers/index.html
    incubator/calcite/site/news/index.html
    incubator/calcite/site/news/releases/index.html

Modified: incubator/calcite/site/docs/downloads.html
URL: http://svn.apache.org/viewvc/incubator/calcite/site/docs/downloads.html?rev=1682665&r1=1682664&r2=1682665&view=diff
==============================================================================
--- incubator/calcite/site/docs/downloads.html (original)
+++ incubator/calcite/site/docs/downloads.html Sun May 31 00:05:05 2015
@@ -628,7 +628,7 @@ limitations under the License.
   <tbody>
     <tr>
       <td style="text-align: left">1.3.0-incubating</td>
-      <td style="text-align: left">29 May 2015</td>
+      <td style="text-align: left">30 May 2015</td>
       <td style="text-align: left"><a href="https://github.com/apache/incubator-calcite/commit/495f1859">495f1859</a></td>
       <td style="text-align: left"><a href="history.html#v1-3-0">notes</a></td>
       <td style="text-align: left"><a href="http://www.apache.org/dyn/closer.cgi/incubator/calcite/apache-calcite-1.3.0-incubating">src</a></td>

Modified: incubator/calcite/site/docs/history.html
URL: http://svn.apache.org/viewvc/incubator/calcite/site/docs/history.html?rev=1682665&r1=1682664&r2=1682665&view=diff
==============================================================================
--- incubator/calcite/site/docs/history.html (original)
+++ incubator/calcite/site/docs/history.html Sun May 31 00:05:05 2015
@@ -614,7 +614,7 @@ limitations under the License.
 <p>For a full list of releases, see
 <a href="https://github.com/apache/incubator-calcite/releases">github</a>.</p>
 
-<h2 id="v1-3-0"><a href="https://github.com/apache/incubator-calcite/releases/tag/calcite-1.3.0-incubating">1.3.0-incubating</a> / 2015-05-21</h2>
+<h2 id="v1-3-0"><a href="https://github.com/apache/incubator-calcite/releases/tag/calcite-1.3.0-incubating">1.3.0-incubating</a> / 2015-05-30</h2>
 
 <p>Mainly bug-fixes, but this release adds support for
 <a href="https://issues.apache.org/jira/browse/CALCITE-505">modifiable views</a>

Modified: incubator/calcite/site/docs/howto.html
URL: http://svn.apache.org/viewvc/incubator/calcite/site/docs/howto.html?rev=1682665&r1=1682664&r2=1682665&view=diff
==============================================================================
--- incubator/calcite/site/docs/howto.html (original)
+++ incubator/calcite/site/docs/howto.html Sun May 31 00:05:05 2015
@@ -610,6 +610,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
+
 <p>Here’s some miscellaneous documentation about using Calcite and its various
 adapters.</p>
 
@@ -626,7 +627,7 @@ then build using maven:</p>
 <span class="nv">$ </span><span class="nb">cd </span>calcite-1.3.0-incubating
 <span class="nv">$ </span>mvn install</code></pre></div>
 
-<p><a href="howto.md#running-tests">Running tests</a> describes how to run more or fewer
+<p><a href="#running-tests">Running tests</a> describes how to run more or fewer
 tests.</p>
 
 <h2 id="building-from-git">Building from git</h2>
@@ -642,7 +643,7 @@ then build using maven:</p>
 <span class="nv">$ </span><span class="nb">cd </span>incubator-calcite
 <span class="nv">$ </span>mvn install</code></pre></div>
 
-<p><a href="howto.md#running-tests">Running tests</a> describes how to run more or fewer
+<p><a href="#running-tests">Running tests</a> describes how to run more or fewer
 tests.</p>
 
 <h2 id="running-tests">Running tests</h2>
@@ -650,7 +651,8 @@ tests.</p>
 <p>The test suite will run by default when you build, unless you specify
 <code>-DskipTests</code>:</p>
 
-<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="nv">$ </span>mvn clean <span class="c"># Note: mvn clean install does not work, use mvn clean &amp;&amp; mvn install</span>
+<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="c"># Note: &quot;mvn clean install&quot; does not work; use &quot;mvn clean&quot; then &quot;mvn install&quot;</span>
+<span class="nv">$ </span>mvn clean 
 <span class="nv">$ </span>mvn -DskipTests install</code></pre></div>
 
 <p>There are other options that control which tests are run, and in what
@@ -663,8 +665,10 @@ suite requires a JDBC data source popula
 set.
     <ul>
       <li><code>hsqldb</code>, the default, uses an in-memory hsqldb database.</li>
-      <li>all others access test virtual machine (see <a href="howto.md#running-integration-tests">integration tests</a> below)
-<code>mysql</code> and <code>postgresql</code> might be somewhat faster than hsqldb, but you need to populate it (i.e. provision a VM).</li>
+      <li>All others access a test virtual machine
+(see <a href="#running-integration-tests">integration tests</a> below).
+<code>mysql</code> and <code>postgresql</code> might be somewhat faster than hsqldb, but you need
+to populate it (i.e. provision a VM).</li>
     </ul>
   </li>
   <li><code>-Dcalcite.debug</code> prints extra debugging information to stdout.</li>
@@ -816,7 +820,7 @@ planning process so detailed that it mig
 
 <h2 id="csv-adapter">CSV adapter</h2>
 
-<p>See the <a href="tutorial.md">tutorial</a>.</p>
+<p>See the <a href="/docs/tutorial.html">tutorial</a>.</p>
 
 <h2 id="mongodb-adapter">MongoDB adapter</h2>
 
@@ -845,7 +849,7 @@ connecting to: <span class="nb">test</sp
 bye</code></pre></div>
 
 <p>Connect using the
-<a href="https://github.com/apache/incubator-calcite/blob/master/mongodb/src/test/resources/mongo-zips-model.json">mongo-zips-model.json</a>
+<a href="http://github.com/apache/incubator-calcite/blob/master/mongodb/src/test/resources/mongo-zips-model.json">mongo-zips-model.json</a>
 Calcite model:</p>
 
 <div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="nv">$ </span>./sqlline
@@ -949,9 +953,9 @@ recommended to:</p>
 
 <h2 id="set-up-pgp-signing-keys-for-calcite-committers">Set up PGP signing keys (for Calcite committers)</h2>
 
-<p>Follow instructions at http://www.apache.org/dev/release-signing to
-create a key pair. (On Mac OS X, I did <code>brew install gpg</code> and <code>gpg
---gen-key</code>.)</p>
+<p>Follow instructions <a href="http://www.apache.org/dev/release-signing">here</a> to
+create a key pair. (On Mac OS X, I did <code>brew install gpg</code> and
+<code>gpg --gen-key</code>.)</p>
 
 <p>Add your public key to the <code>KEYS</code> file by following instructions in
 the <code>KEYS</code> file.</p>
@@ -1063,7 +1067,7 @@ that the <code>META-INF</code> directory
 <code>NOTICE</code> and <code>git.properties</code></li>
   <li>In each .jar, check that <code>org-apache-calcite-jdbc.properties</code> is
 present and does not contain un-substituted <code>${...}</code> variables</li>
-  <li>Check PGP, per https://httpd.apache.org/dev/verification.html</li>
+  <li>Check PGP, per <a href="https://httpd.apache.org/dev/verification.html">this</a></li>
 </ul>
 
 <p>Now, remove the <code>-DdryRun</code> flag and run the release for real.</p>
@@ -1177,7 +1181,7 @@ I have created a build for Apache Calcit
 
 Thanks to everyone who has contributed to this release.
 &lt;Further details about release.&gt; You can read the release notes here:
-https://github.com/apache/incubator-calcite/blob/XXXX/doc/history.md
+https://github.com/apache/incubator-calcite/blob/XXXX/site/_docs/history.md
 
 The commit to be voted upon:
 http://git-wip-us.apache.org/repos/asf/incubator-calcite/commit/NNNNNN
@@ -1353,9 +1357,24 @@ svn ci</code></pre></div>
 https://dist.apache.org/repos/dist/release/incubator/calcite and propagate to
 http://www.apache.org/dyn/closer.cgi/incubator/calcite within 24 hours.</p>
 
-<h2 id="publishing-the-web-site-for-calcite-committers">Publishing the web site (for Calcite committers)</h2>
+<p>If there are now more than 2 releases, clear out the oldest ones:</p>
+
+<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span class="nb">cd</span> ~/dist/release/calcite
+svn rm apache-calcite-X.Y.Z-incubating
+svn ci</code></pre></div>
+
+<p>The old releases will remain available in the
+<a href="http://archive.apache.org/dist/incubator/calcite/">release archive</a>.</p>
+
+<p>Add a release note by copying
+<a href="http://github.com/apache/incubator-calcite/blob/master/site/_posts/2015-03-13-release-1.1.0-incubating.md">site/_posts/2015-03-13-release-1.1.0-incubating.md</a>,
+<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>
+
+<h2 id="publish-the-web-site">Publishing the web site (for Calcite committers)</h2>
 
-<p>See instructions <a href="here">http://github.com/apache/incubator-calcite/site/README.md</a>.</p>
+<p>See instructions in
+<a href="http://github.com/apache/incubator-calcite/blob/master/site/README.md">site/README.md</a>.</p>
 
           
 

Modified: incubator/calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html
URL: http://svn.apache.org/viewvc/incubator/calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html?rev=1682665&r1=1682664&r2=1682665&view=diff
==============================================================================
--- incubator/calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html (original)
+++ incubator/calcite/site/news/2014/06/27/release-0.8.0-incubating/index.html Sun May 31 00:05:05 2015
@@ -85,7 +85,7 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
-      <option value="/news/2015/05/29/release-1.3.0-incubating/">Release 1.3.0 Incubating</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>
       
@@ -193,7 +193,7 @@
     <ul>
       
       <li class="">
-        <a href="/news/2015/05/29/release-1.3.0-incubating/">1.3.0-incubating</a>
+        <a href="/news/2015/05/30/release-1.3.0-incubating/">1.3.0-incubating</a>
       </li>
       
       <li class="">

Modified: incubator/calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html
URL: http://svn.apache.org/viewvc/incubator/calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html?rev=1682665&r1=1682664&r2=1682665&view=diff
==============================================================================
--- incubator/calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html (original)
+++ incubator/calcite/site/news/2014/08/19/release-0.9.0-incubating/index.html Sun May 31 00:05:05 2015
@@ -85,7 +85,7 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
-      <option value="/news/2015/05/29/release-1.3.0-incubating/">Release 1.3.0 Incubating</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>
       
@@ -193,7 +193,7 @@
     <ul>
       
       <li class="">
-        <a href="/news/2015/05/29/release-1.3.0-incubating/">1.3.0-incubating</a>
+        <a href="/news/2015/05/30/release-1.3.0-incubating/">1.3.0-incubating</a>
       </li>
       
       <li class="">

Modified: incubator/calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html
URL: http://svn.apache.org/viewvc/incubator/calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html?rev=1682665&r1=1682664&r2=1682665&view=diff
==============================================================================
--- incubator/calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html (original)
+++ incubator/calcite/site/news/2014/10/02/release-0.9.1-incubating/index.html Sun May 31 00:05:05 2015
@@ -85,7 +85,7 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
-      <option value="/news/2015/05/29/release-1.3.0-incubating/">Release 1.3.0 Incubating</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>
       
@@ -193,7 +193,7 @@
     <ul>
       
       <li class="">
-        <a href="/news/2015/05/29/release-1.3.0-incubating/">1.3.0-incubating</a>
+        <a href="/news/2015/05/30/release-1.3.0-incubating/">1.3.0-incubating</a>
       </li>
       
       <li class="">

Modified: incubator/calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html
URL: http://svn.apache.org/viewvc/incubator/calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html?rev=1682665&r1=1682664&r2=1682665&view=diff
==============================================================================
--- incubator/calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html (original)
+++ incubator/calcite/site/news/2014/11/05/release-0.9.2-incubating/index.html Sun May 31 00:05:05 2015
@@ -85,7 +85,7 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
-      <option value="/news/2015/05/29/release-1.3.0-incubating/">Release 1.3.0 Incubating</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>
       
@@ -196,7 +196,7 @@ before you move on to 1.0.</p>
     <ul>
       
       <li class="">
-        <a href="/news/2015/05/29/release-1.3.0-incubating/">1.3.0-incubating</a>
+        <a href="/news/2015/05/30/release-1.3.0-incubating/">1.3.0-incubating</a>
       </li>
       
       <li class="">

Modified: incubator/calcite/site/news/2015/01/31/release-1.0.0-incubating/index.html
URL: http://svn.apache.org/viewvc/incubator/calcite/site/news/2015/01/31/release-1.0.0-incubating/index.html?rev=1682665&r1=1682664&r2=1682665&view=diff
==============================================================================
--- incubator/calcite/site/news/2015/01/31/release-1.0.0-incubating/index.html (original)
+++ incubator/calcite/site/news/2015/01/31/release-1.0.0-incubating/index.html Sun May 31 00:05:05 2015
@@ -85,7 +85,7 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
-      <option value="/news/2015/05/29/release-1.3.0-incubating/">Release 1.3.0 Incubating</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>
       
@@ -206,7 +206,7 @@ and fixes about 30 bugs.</p>
     <ul>
       
       <li class="">
-        <a href="/news/2015/05/29/release-1.3.0-incubating/">1.3.0-incubating</a>
+        <a href="/news/2015/05/30/release-1.3.0-incubating/">1.3.0-incubating</a>
       </li>
       
       <li class="">

Modified: incubator/calcite/site/news/2015/03/13/release-1.1.0-incubating/index.html
URL: http://svn.apache.org/viewvc/incubator/calcite/site/news/2015/03/13/release-1.1.0-incubating/index.html?rev=1682665&r1=1682664&r2=1682665&view=diff
==============================================================================
--- incubator/calcite/site/news/2015/03/13/release-1.1.0-incubating/index.html (original)
+++ incubator/calcite/site/news/2015/03/13/release-1.1.0-incubating/index.html Sun May 31 00:05:05 2015
@@ -85,7 +85,7 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
-      <option value="/news/2015/05/29/release-1.3.0-incubating/">Release 1.3.0 Incubating</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>
       
@@ -205,7 +205,7 @@ calling constructors directly.</p>
     <ul>
       
       <li class="">
-        <a href="/news/2015/05/29/release-1.3.0-incubating/">1.3.0-incubating</a>
+        <a href="/news/2015/05/30/release-1.3.0-incubating/">1.3.0-incubating</a>
       </li>
       
       <li class="">

Modified: incubator/calcite/site/news/2015/04/07/release-1.2.0-incubating/index.html
URL: http://svn.apache.org/viewvc/incubator/calcite/site/news/2015/04/07/release-1.2.0-incubating/index.html?rev=1682665&r1=1682664&r2=1682665&view=diff
==============================================================================
--- incubator/calcite/site/news/2015/04/07/release-1.2.0-incubating/index.html (original)
+++ incubator/calcite/site/news/2015/04/07/release-1.2.0-incubating/index.html Sun May 31 00:05:05 2015
@@ -85,7 +85,7 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
-      <option value="/news/2015/05/29/release-1.3.0-incubating/">Release 1.3.0 Incubating</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>
       
@@ -205,7 +205,7 @@ improve implicit and explicit conversion
     <ul>
       
       <li class="">
-        <a href="/news/2015/05/29/release-1.3.0-incubating/">1.3.0-incubating</a>
+        <a href="/news/2015/05/30/release-1.3.0-incubating/">1.3.0-incubating</a>
       </li>
       
       <li class="current">

Modified: incubator/calcite/site/news/2015/04/24/new-committers/index.html
URL: http://svn.apache.org/viewvc/incubator/calcite/site/news/2015/04/24/new-committers/index.html?rev=1682665&r1=1682664&r2=1682665&view=diff
==============================================================================
--- incubator/calcite/site/news/2015/04/24/new-committers/index.html (original)
+++ incubator/calcite/site/news/2015/04/24/new-committers/index.html Sun May 31 00:05:05 2015
@@ -85,7 +85,7 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
-      <option value="/news/2015/05/29/release-1.3.0-incubating/">Release 1.3.0 Incubating</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>
       
@@ -200,7 +200,7 @@ committers for their work on Calcite. We
     <ul>
       
       <li class="">
-        <a href="/news/2015/05/29/release-1.3.0-incubating/">1.3.0-incubating</a>
+        <a href="/news/2015/05/30/release-1.3.0-incubating/">1.3.0-incubating</a>
       </li>
       
       <li class="">

Modified: incubator/calcite/site/news/index.html
URL: http://svn.apache.org/viewvc/incubator/calcite/site/news/index.html?rev=1682665&r1=1682664&r2=1682665&view=diff
==============================================================================
--- incubator/calcite/site/news/index.html (original)
+++ incubator/calcite/site/news/index.html Sun May 31 00:05:05 2015
@@ -85,7 +85,7 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
-      <option value="/news/2015/05/29/release-1.3.0-incubating/">Release 1.3.0 Incubating</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>
       
@@ -112,7 +112,7 @@
         
   <article>
   <h2>
-    <a href="/news/2015/05/29/release-1.3.0-incubating/">
+    <a href="/news/2015/05/30/release-1.3.0-incubating/">
       Release 1.3.0 Incubating
     </a>
   </h2>
@@ -123,7 +123,7 @@
   </span>
   <div class="post-meta">
     <span class="post-date">
-      29 May 2015
+      30 May 2015
     </span>
     
     
@@ -817,7 +817,7 @@ of the website.</p>
     <ul>
       
       <li class="">
-        <a href="/news/2015/05/29/release-1.3.0-incubating/">1.3.0-incubating</a>
+        <a href="/news/2015/05/30/release-1.3.0-incubating/">1.3.0-incubating</a>
       </li>
       
       <li class="">

Modified: incubator/calcite/site/news/releases/index.html
URL: http://svn.apache.org/viewvc/incubator/calcite/site/news/releases/index.html?rev=1682665&r1=1682664&r2=1682665&view=diff
==============================================================================
--- incubator/calcite/site/news/releases/index.html (original)
+++ incubator/calcite/site/news/releases/index.html Sun May 31 00:05:05 2015
@@ -85,7 +85,7 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
-      <option value="/news/2015/05/29/release-1.3.0-incubating/">Release 1.3.0 Incubating</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>
       
@@ -112,7 +112,7 @@
         
   <article>
   <h2>
-    <a href="/news/2015/05/29/release-1.3.0-incubating/">
+    <a href="/news/2015/05/30/release-1.3.0-incubating/">
       Release 1.3.0 Incubating
     </a>
   </h2>
@@ -123,7 +123,7 @@
   </span>
   <div class="post-meta">
     <span class="post-date">
-      29 May 2015
+      30 May 2015
     </span>
     
     
@@ -731,7 +731,7 @@ before you move on to 1.0.</p>
     <ul>
       
       <li class="">
-        <a href="/news/2015/05/29/release-1.3.0-incubating/">1.3.0-incubating</a>
+        <a href="/news/2015/05/30/release-1.3.0-incubating/">1.3.0-incubating</a>
       </li>
       
       <li class="">