Repository: calcite-avatica
Updated Branches:
  refs/heads/master 62ce0d95e -> 2ca9c383f


[CALCITE-2330] Release Avatica 1.12: Update release history and announcement


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/e501847e
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/e501847e
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/e501847e

Branch: refs/heads/master
Commit: e501847e0d44f6b04302dd369f2a5b2aceceafda
Parents: 62ce0d9
Author: Francis Chuang <francischu...@apache.org>
Authored: Mon Jun 25 09:36:46 2018 +1000
Committer: Francis Chuang <francischu...@apache.org>
Committed: Mon Jun 25 09:36:46 2018 +1000

----------------------------------------------------------------------
 site/_docs/history.md                    |  6 ++---
 site/_posts/2018-06-20-release-1.12.0.md | 32 ---------------------------
 site/_posts/2018-06-24-release-1.12.0.md | 32 +++++++++++++++++++++++++++
 3 files changed, 35 insertions(+), 35 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/e501847e/site/_docs/history.md
----------------------------------------------------------------------
diff --git a/site/_docs/history.md b/site/_docs/history.md
index ebfb253..49db2ae 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -28,7 +28,7 @@ For a full list of releases, see
 Downloads are available on the
 [downloads page]({{ site.baseurl }}/downloads/avatica.html).
 
-## <a 
href="https://github.com/apache/calcite-avatica/releases/tag/calcite-avatica-1.12.0";>1.12.0</a>
 / 2018-06-15
+## <a 
href="https://github.com/apache/calcite-avatica/releases/tag/calcite-avatica-1.12.0";>1.12.0</a>
 / 2018-06-24
 {: #v1-12-0}
 
 Apache Calcite Avatica 1.12.0 includes more than 20 bugs fixes and new 
features. ZIP archives will no longer be
@@ -58,7 +58,7 @@ Features and bug fixes
 * [<a 
href="https://issues.apache.org/jira/browse/CALCITE-2289";>CALCITE-2289</a>]
   Enable html5 for Javadoc on JDK 9+
 * [<a 
href="https://issues.apache.org/jira/browse/CALCITE-2284";>CALCITE-2284</a>]
-  Allow Jetty Server to be customized before startup
+  Allow Jetty Server to be customized before startup (Alex Araujo)
 * [<a 
href="https://issues.apache.org/jira/browse/CALCITE-2333";>CALCITE-2333</a>]
   Stop generating ZIP archives for release
 * Bump HSQLDB dependency to 2.4.1
@@ -81,7 +81,7 @@ Features and bug fixes
 * [<a 
href="https://issues.apache.org/jira/browse/CALCITE-2299";>CALCITE-2299</a>]
   Add support for NANOSECOND in TimeUnit and TimeUnitRange 
 * [<a 
href="https://issues.apache.org/jira/browse/CALCITE-2285";>CALCITE-2285</a>]
-  Support client cert keystore for Avatica client
+  Support client cert keystore for Avatica client (Karan Mehta)
   
 Tests
 

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/e501847e/site/_posts/2018-06-20-release-1.12.0.md
----------------------------------------------------------------------
diff --git a/site/_posts/2018-06-20-release-1.12.0.md 
b/site/_posts/2018-06-20-release-1.12.0.md
deleted file mode 100644
index ae4fc6e..0000000
--- a/site/_posts/2018-06-20-release-1.12.0.md
+++ /dev/null
@@ -1,32 +0,0 @@
----
-layout: news_item
-date: "2018-06-20 08:30:00 +0000"
-author: francischuang
-version: 1.12.0
-categories: [release]
-tag: v1-12-0
-sha: xxxx
-component: avatica
----
-<!--
-{% 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.12.0 includes more than 20
-[bug fixes and new features]({{ site.baseurl }}/docs/history.html#v1-12-0).
-ZIP archives will no longer be produced from this release onwards.

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/e501847e/site/_posts/2018-06-24-release-1.12.0.md
----------------------------------------------------------------------
diff --git a/site/_posts/2018-06-24-release-1.12.0.md 
b/site/_posts/2018-06-24-release-1.12.0.md
new file mode 100644
index 0000000..f2d90d2
--- /dev/null
+++ b/site/_posts/2018-06-24-release-1.12.0.md
@@ -0,0 +1,32 @@
+---
+layout: news_item
+date: "2018-06-24 08:30:00 +0000"
+author: francischuang
+version: 1.12.0
+categories: [release]
+tag: v1-12-0
+sha: 019a4ec
+component: avatica
+---
+<!--
+{% 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.12.0 includes more than 20
+[bug fixes and new features]({{ site.baseurl }}/docs/history.html#v1-12-0).
+ZIP archives will no longer be produced from this release onwards.

Reply via email to