This is an automated email from the ASF dual-hosted git repository.
francischuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git
The following commit(s) were added to refs/heads/master by this push:
new a7cfca4 Update release history for 1.18.0 rc1
a7cfca4 is described below
commit a7cfca41a32ce0c93c2ed24f70401bde9a7fe01a
Author: Francis Chuang <[email protected]>
AuthorDate: Wed May 12 14:45:30 2021 +1000
Update release history for 1.18.0 rc1
---
site/_docs/history.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/site/_docs/history.md b/site/_docs/history.md
index 02c69c6..23f9ae6 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/rel/avatica-1.18.0">1.18.0</a>
/ 2021-04-XX
+## <a
href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.18.0">1.18.0</a>
/ 2021-05-XX
{: #v1-18-0}
Apache Calcite Avatica 1.18.0 includes a few dependency upgrades, minor fixes
and a breaking change.
@@ -73,6 +73,10 @@ Features and bug fixes
* [<a
href="https://issues.apache.org/jira/browse/CALCITE-4503">CALCITE-4503</a>]
Order of fields in records should follow that of the SQL types (Alessandro
Solimando)
* Upgrade Gradle docker containers to 6.8
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-4575">CALCITE-4575</a>]
+ Remove Gradle wrapper from source distribution
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-4576">CALCITE-4576</a>]
+ Release process should not overwrite LICENSE file
Tests
* Remove files that change often from Travis cache and remove broken files
automatically