News item for release 1.11.0
Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/33c2c962 Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/33c2c962 Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/33c2c962 Branch: refs/heads/master Commit: 33c2c962dea8c66842a05931470e5dc180375f60 Parents: 5ac2f9c Author: Julian Hyde <[email protected]> Authored: Fri Mar 9 00:51:41 2018 -0800 Committer: Julian Hyde <[email protected]> Committed: Fri Mar 9 02:08:41 2018 -0800 ---------------------------------------------------------------------- site/_docs/howto.md | 5 +++-- site/_posts/2018-03-09-release-1.11.0.md | 31 +++++++++++++++++++++++++++ site/downloads/index.md | 9 +++++--- 3 files changed, 40 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/33c2c962/site/_docs/howto.md ---------------------------------------------------------------------- diff --git a/site/_docs/howto.md b/site/_docs/howto.md index bde38ab..6e85bad 100644 --- a/site/_docs/howto.md +++ b/site/_docs/howto.md @@ -530,11 +530,12 @@ svn ci The old releases will remain available in the [release archive](http://archive.apache.org/dist/calcite/). -Publish the [Docker images](docker_images.md). +Publish the [Docker images](docker.md). Add a release note by copying [site/_posts/2016-11-01-release-1.9.0.md]({{ site.sourceRoot }}/site/_posts/2016-11-01-release-1.9.0.md), -generate the javadoc and copy to `site/target/apidocs` and `site/target/testapidocs`, +generate the javadoc and copy to `site/target/avatica/apidocs` +and `site/target/avatica/testapidocs`, [publish the site](#publish-the-web-site), and check that it appears in the contents in [news](http://localhost:4000/news/). http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/33c2c962/site/_posts/2018-03-09-release-1.11.0.md ---------------------------------------------------------------------- diff --git a/site/_posts/2018-03-09-release-1.11.0.md b/site/_posts/2018-03-09-release-1.11.0.md new file mode 100644 index 0000000..d5de19a --- /dev/null +++ b/site/_posts/2018-03-09-release-1.11.0.md @@ -0,0 +1,31 @@ +--- +layout: news_item +date: "2018-03-09 08:30:00 +0000" +author: jhyde +version: 1.11.0 +categories: [release] +tag: v1-11-0 +sha: e533391 +--- +<!-- +{% 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 %} +--> + +Apache Calcite Avatica 1.11.0 adds support for JDK 10 and drops +support for JDK 7. There are more than 20 +[bug fixes and new features]({{ site.baseurl }}/docs/history.html#v1-11-0). http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/33c2c962/site/downloads/index.md ---------------------------------------------------------------------- diff --git a/site/downloads/index.md b/site/downloads/index.md index e860f3a..e7e0159 100644 --- a/site/downloads/index.md +++ b/site/downloads/index.md @@ -45,7 +45,10 @@ Release | Date | Commit | Download {% endcomment %}{% endif %}{% comment %} {% endcomment %}{% capture d1 %}{{ post.date | date: "%F"}}{% endcapture %}{% comment %} {% endcomment %}{% capture d2 %}2017-05-01{% endcapture %}{% comment %} -{% endcomment %}{% if d1 > d2 %}{% comment %} +{% endcomment %}{% capture d3 %}2018-03-01{% endcapture %}{% comment %} +{% endcomment %}{% if d1 > d3 %}{% comment %} +{% endcomment %}{% assign digest = "sha256" %}{% comment %} +{% endcomment %}{% elsif d1 > d2 %}{% comment %} {% endcomment %}{% assign digest = "mds" %}{% comment %} {% endcomment %}{% else %}{% comment %} {% endcomment %}{% assign digest = "md5" %}{% comment %} @@ -67,8 +70,8 @@ Choose a source distribution in either *tar* or *zip* format, and [verify](http://www.apache.org/dyn/closer.cgi#verify) using the corresponding *pgp* signature (using the committer file in [KEYS](http://www.apache.org/dist/calcite/KEYS)). -If you cannot do that, the *md5* hash file may be used to check that the -download has completed OK. +If you cannot do that, use the *sha256* hash file (*md5* in older +releases) to check that the download has completed OK. For fast downloads, current source distributions are hosted on mirror servers; older source distributions are in the
