kou commented on a change in pull request #114:
URL: https://github.com/apache/arrow-site/pull/114#discussion_r640203763
##########
File path: _release/4.0.1.md
##########
@@ -0,0 +1,108 @@
+---
+layout: default
+title: Apache Arrow 4.0.1 Release
+permalink: /release/4.0.1.html
+---
+<!--
+{% 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 Arrow 4.0.1 (26 May 2021)
+
+This is a patch release covering a month of development and addressing small
but important
+bugs in the different implementations.
+
+## Download
+
+* [**Source Artifacts**][1]
+* **Binary Artifacts**
+ * [For CentOS][2]
+ * [For Debian][3]
+ * [For Python][4]
+ * [For Ubuntu][5]
+* [Git tag][6]
+
+## Contributors
+
+This release includes 21 commits from 13 distinct contributors.
+
+```console
+$ git shortlog -sn apache-arrow-4.0.0..apache-arrow-4.0.1
+ 3 Jorge C. Leitao
+ 3 Joris Van den Bossche
+ 2 Krisztián Szűcs
+ 2 Ian Cook
+ 2 David Li
+ 2 Jonathan Keane
+ 1 Antoine Pitrou
+ 1 niranda perera
+ 1 Dominik Moritz
+ 1 GALI PREM SAGAR
+ 1 Jeroen Ooms
+ 1 Matthew Topol
+ 1 Yibo Cai
+```
+
+## Patch Committers
+
+The following Apache committers merged contributed patches to the repository.
+
+```console
+$ git shortlog -csn apache-arrow-4.0.0..apache-arrow-4.0.1
+ 17 Krisztián Szűcs
+ 3 Jorge C. Leitao
+ 1 GitHub
+```
+
+## Changelog
+
+## Apache Arrow 4.0.1 (2021-05-26)
+
+### Bug Fixes
+
+* [ARROW-12568](https://issues.apache.org/jira/browse/ARROW-12568) -
[Python][C++] Segfault when casting a sliced ListArray of int64 in v4.0.0
+* [ARROW-12601](https://issues.apache.org/jira/browse/ARROW-12601) -
[R][Packaging] Fix pkg-config check in r/configure
+* [ARROW-12603](https://issues.apache.org/jira/browse/ARROW-12603) - [R]
open\_dataset ignoring provided schema when using select
+* [ARROW-12604](https://issues.apache.org/jira/browse/ARROW-12604) -
[R][Packaging] Dataset, Parquet off in autobrew and CRAN Mac builds
+* [ARROW-12617](https://issues.apache.org/jira/browse/ARROW-12617) - [Python]
pyarrow.orc.write\_table signature reverses that of pyarrow.parquet.write\_table
+* [ARROW-12622](https://issues.apache.org/jira/browse/ARROW-12622) - [Python]
Segfault when reading CSV inside Flight server
+* [ARROW-12642](https://issues.apache.org/jira/browse/ARROW-12642) - [R]
LIBARROW\_MINIMAL, LIBARROW\_DOWNLOAD, NOT\_CRAN env vars should not be
case-sensitive
+* [ARROW-12663](https://issues.apache.org/jira/browse/ARROW-12663) - [C++]
segfault when arrow header is compiled with nvcc 11.2
+* [ARROW-12670](https://issues.apache.org/jira/browse/ARROW-12670) - [C++]
extract\_regex gives bizarre behavior after nulls or non-matches
+* [ARROW-12746](https://issues.apache.org/jira/browse/ARROW-12746) -
[Go][Flight] Client Auth handler overwrites outgoing metadata
+* [ARROW-12769](https://issues.apache.org/jira/browse/ARROW-12769) - [Python]
Negative out of range slices yield invalid arrays
+* [ARROW-12774](https://issues.apache.org/jira/browse/ARROW-12774) -
[C++][Compute] replace\_substring\_regex() creates invalid arrays =\> crash
+* [ARROW-12776](https://issues.apache.org/jira/browse/ARROW-12776) -
[Archery][Integration] Fix decimal case generation in write\_js\_test\_json
+
+
+### New Features and Improvements
+
+* [ARROW-11926](https://issues.apache.org/jira/browse/ARROW-11926) - [R] Pass
on the new UCRT CRAN windows builds
+* [ARROW-12520](https://issues.apache.org/jira/browse/ARROW-12520) - [R] Minor
docs updates
+* [ARROW-12571](https://issues.apache.org/jira/browse/ARROW-12571) - [R][CI]
Run nightly R with valgrind
+* [ARROW-12578](https://issues.apache.org/jira/browse/ARROW-12578) - [JS]
Simplify UTF8 handling in NodeJS
+* [ARROW-12619](https://issues.apache.org/jira/browse/ARROW-12619) - [Python]
pyarrow sdist should not require git
+* [ARROW-12806](https://issues.apache.org/jira/browse/ARROW-12806) - [Python]
test\_write\_to\_dataset\_filesystem missing a dataset mark
+
+
+[1]: https://www.apache.org/dyn/closer.lua/arrow/arrow-4.0.1/
+[2]: https://bintray.com/apache/arrow/centos/4.0.1/
+[3]: https://bintray.com/apache/arrow/debian/4.0.1/
+[4]: https://bintray.com/apache/arrow/python/4.0.1/
+[5]: https://bintray.com/apache/arrow/ubuntu/4.0.1/
Review comment:
```suggestion
[2]: https://apache.jfrog.io/artifactory/arrow/centos/
[3]: https://apache.jfrog.io/artifactory/arrow/debian/
[4]: https://apache.jfrog.io/artifactory/arrow/python/4.0.1/
[5]: https://apache.jfrog.io/artifactory/arrow/ubuntu/
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]