This is an automated email from the ASF dual-hosted git repository.
jhyde pushed a commit to branch site
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/site by this push:
new 6ece7d6 Site: News item for release 1.18
6ece7d6 is described below
commit 6ece7d66e283bc2fd7898b436823eebee67b34a8
Author: Julian Hyde <[email protected]>
AuthorDate: Fri Dec 21 02:26:21 2018 -0800
Site: News item for release 1.18
Add disclaimer to downloads page that github links are not for source code.
---
site/_posts/2018-12-21-release-1.18.0.md | 42 ++++++++++++++++++++++++++++++++
site/downloads/index.md | 14 ++++++++---
2 files changed, 52 insertions(+), 4 deletions(-)
diff --git a/site/_posts/2018-12-21-release-1.18.0.md
b/site/_posts/2018-12-21-release-1.18.0.md
new file mode 100644
index 0000000..6424e45
--- /dev/null
+++ b/site/_posts/2018-12-21-release-1.18.0.md
@@ -0,0 +1,42 @@
+---
+layout: news_item
+date: "2018-12-21 08:00:00 +0000"
+author: jhyde
+version: 1.18.0
+categories: [release]
+tag: v1-18-0
+sha: 27d883983e76691f9294e5edd9e264b978dfa7e9
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+The [Apache Calcite PMC]({{ site.baseurl }})
+is pleased to announce
+[Apache Calcite release 1.18.0]({{ site.baseurl }}/docs/history.html#v1-18-0).
+
+With over 200 commits from 36 contributors, this is the largest
+Calcite release ever. To the SQL dialect, we added
+[JSON functions](https://issues.apache.org/jira/browse/CALCITE-2266),
+[linear regression
functions](https://issues.apache.org/jira/browse/CALCITE-2402),
+and the
+[WITHIN GROUP](https://issues.apache.org/jira/browse/CALCITE-2224)
+clause for aggregate functions; there is a new
+[utility to recommend lattices based on past
queries](https://issues.apache.org/jira/browse/CALCITE-1870),
+and improvements to expression simplification, the SQL advisor,
+and the Elasticsearch and Apache Geode adapters.
diff --git a/site/downloads/index.md b/site/downloads/index.md
index bceb2db..394eb89 100644
--- a/site/downloads/index.md
+++ b/site/downloads/index.md
@@ -57,7 +57,7 @@ Release | Date | Commit | Download
{% endcomment %}{% endif %}{% comment %}
{% endcomment %}<a href="{{ site.baseurl }}/docs/history.html#{{ post.tag
}}">{{ post.version }}</a>{% comment %}
{% endcomment %} | {{ post.date | date_to_string }}{% comment %}
-{% endcomment %} | <a href="https://github.com/apache/calcite/commit/{{
post.sha }}">{{ post.sha }}</a>{% comment %}
+{% endcomment %} | <a href="https://github.com/apache/calcite/commit/{{
post.sha }}">{{ post.sha | slice: 0, 7 }}</a>{% comment %}
{% endcomment %} | <a href="{{ p }}/{{ v }}-src.tar.gz{{ q }}">tar</a>{%
comment %}
{% endcomment %} (<a href="{{ d }}/calcite/{{ v }}/{{ v }}-src.tar.gz.{{
digest }}">digest</a>{% comment %}
{% endcomment %} <a href="{{ d }}/calcite/{{ v }}/{{ v
}}-src.tar.gz.asc">pgp</a>){% comment %}
@@ -70,7 +70,11 @@ Release | Date | Commit | Download
{% endcomment %}
{% endfor %}
-Choose a source distribution in either *tar* or *zip* format.
+To download a source distribution for a particular release, click on
+the *tar* link (for older releases, *zip* format is also available).
+
+The commit hash links to github, which contains the release's version
+control history but does not contain the definitive source artifacts.
For fast downloads, current source distributions are hosted on mirror servers;
older source distributions are in the
@@ -84,8 +88,10 @@ For security, hash and signature files are always hosted at
# Verify the integrity of the files
-You must verify the integrity of the downloaded file using the PGP signature
(.asc file) or a hash (.sha256, .md5 for older
-releases). For more information why this must be done, please read [Verifying
Apache Software Foundation
Releases](https://www.apache.org/info/verification.html).
+You must verify the integrity of the downloaded file using the PGP
+signature (.asc file) or a hash (.sha256; .md5 for older releases).
+For more information why this must be done, please read
+[Verifying Apache Software Foundation
Releases](https://www.apache.org/info/verification.html).
To verify the signature using GPG or PGP, please do the following: