This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 4ad9020aeb7 [Website] Add release note for 15.0.1 (#481)
4ad9020aeb7 is described below

commit 4ad9020aeb73cb2c69084f88825fe407f5a2b717
Author: Raúl Cumplido <[email protected]>
AuthorDate: Thu Mar 7 14:13:57 2024 +0100

    [Website] Add release note for 15.0.1 (#481)
---
 _data/versions.yml |  24 +++----
 _release/15.0.1.md | 147 +++++++++++++++++++++++++++++++++++++++++++
 _release/index.md  | 182 +++++++++++++++++++++++++++--------------------------
 3 files changed, 251 insertions(+), 102 deletions(-)

diff --git a/_data/versions.yml b/_data/versions.yml
index 05e0ccd00d8..010352dc310 100644
--- a/_data/versions.yml
+++ b/_data/versions.yml
@@ -16,17 +16,17 @@
 # Database of the current version
 #
 current:
-  number: '15.0.0'
+  number: '15.0.1'
   pinned_number: '15.0.*'
   major_number: '15'
-  date: 2024-01-21
-  git-tag: 'a61f4af724cd06c3a9b4abd20491345997e532c0'
-  github-tag-link: 
'https://github.com/apache/arrow/releases/tag/apache-arrow-15.0.0'
-  release-notes: 'https://arrow.apache.org/release/15.0.0.html'
-  mirrors: 'https://www.apache.org/dyn/closer.lua/arrow/arrow-15.0.0/'
-  tarball-name: 'apache-arrow-15.0.0.tar.gz'
-  tarball-url: 
'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-15.0.0/apache-arrow-15.0.0.tar.gz'
-  java-artifacts: 
'https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%2215.0.0%22'
-  asc: 
'https://downloads.apache.org/arrow/arrow-15.0.0/apache-arrow-15.0.0.tar.gz.asc'
-  sha256: 
'https://downloads.apache.org/arrow/arrow-15.0.0/apache-arrow-15.0.0.tar.gz.sha256'
-  sha512: 
'https://downloads.apache.org/arrow/arrow-15.0.0/apache-arrow-15.0.0.tar.gz.sha512'
+  date: 2024-03-07
+  git-tag: '5ce6ff434c1e7daaa2d7f134349f3ce4c22683da'
+  github-tag-link: 
'https://github.com/apache/arrow/releases/tag/apache-arrow-15.0.1'
+  release-notes: 'https://arrow.apache.org/release/15.0.1.html'
+  mirrors: 'https://www.apache.org/dyn/closer.lua/arrow/arrow-15.0.1/'
+  tarball-name: 'apache-arrow-15.0.1.tar.gz'
+  tarball-url: 
'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-15.0.1/apache-arrow-15.0.1.tar.gz'
+  java-artifacts: 
'https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.arrow%22%20AND%20v%3A%2215.0.1%22'
+  asc: 
'https://downloads.apache.org/arrow/arrow-15.0.1/apache-arrow-15.0.1.tar.gz.asc'
+  sha256: 
'https://downloads.apache.org/arrow/arrow-15.0.1/apache-arrow-15.0.1.tar.gz.sha256'
+  sha512: 
'https://downloads.apache.org/arrow/arrow-15.0.1/apache-arrow-15.0.1.tar.gz.sha512'
diff --git a/_release/15.0.1.md b/_release/15.0.1.md
new file mode 100644
index 00000000000..496dad455e3
--- /dev/null
+++ b/_release/15.0.1.md
@@ -0,0 +1,147 @@
+---
+layout: default
+title: Apache Arrow 15.0.1 Release
+permalink: /release/15.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 15.0.1 (7 March 2024)
+
+This is a patch release covering more than 1 months of development.
+
+## Download
+
+* [**Source Artifacts**][1]
+* **Binary Artifacts**
+  * [For AlmaLinux][2]
+  * [For Amazon Linux][3]
+  * [For CentOS][4]
+  * [For C#][5]
+  * [For Debian][6]
+  * [For Python][7]
+  * [For Ubuntu][8]
+* [Git tag][9]
+
+## Contributors
+
+This release includes 37 commits from 18 distinct contributors.
+
+```console
+$ git shortlog -sn apache-arrow-15.0.0..apache-arrow-15.0.1
+     5 Antoine Pitrou
+     4 Alenka Frim
+     4 Joris Van den Bossche
+     4 Raúl Cumplido
+     3 Rossi(Ruoxi) Sun
+     2 Dewey Dunnington
+     2 Rossi Sun
+     2 emkornfield
+     2 mwish
+     1 Curt Hagenlocher
+     1 David Li
+     1 Jeremy Aguilon
+     1 Lubo Slivka
+     1 Matt Topol
+     1 Rok Mihevc
+     1 Sutou Kouhei
+     1 Tom Jarosz
+     1 ZhangHuiGui
+```
+
+## Patch Committers
+
+The following Apache committers merged contributed patches to the repository.
+
+```console
+$ git shortlog -sn --group=trailer:signed-off-by 
apache-arrow-15.0.0..apache-arrow-15.0.1
+    12 Antoine Pitrou
+     7 Joris Van den Bossche
+     3 Sutou Kouhei
+     2 AlenkaF
+     2 David Li
+     2 Dewey Dunnington
+     2 mwish
+     1 Benjamin Kietzman
+     1 Curt Hagenlocher
+     1 Jacob Wujciak-Jens
+     1 Matt Topol
+```
+
+## Changelog
+
+
+## Apache Arrow 15.0.1 (2024-03-07 08:00:00)
+
+### Bug Fixes
+
+* [GH-38655](https://github.com/apache/arrow/issues/38655) - [C++] 
"iso_calendar" kernel returns incorrect results for array length > 32 (#39360)
+* [GH-39313](https://github.com/apache/arrow/issues/39313) - [Python] Fix race 
condition in _pandas_api#_check_import (#39314)
+* [GH-39332](https://github.com/apache/arrow/issues/39332) - [C++] Explicit 
error in ExecBatchBuilder when appending var length data exceeds offset limit 
(int32 max) (#39383)
+* [GH-39525](https://github.com/apache/arrow/issues/39525) - [C++][Parquet] 
Pass memory pool to decoders (#39526)
+* [GH-39527](https://github.com/apache/arrow/issues/39527) - [C++][Parquet] 
Validate page sizes before truncating to int32 (#39528)
+* [GH-39577](https://github.com/apache/arrow/issues/39577) - [C++] Fix 
tail-word access cross buffer boundary in `CompareBinaryColumnToRow` (#39606)
+* [GH-39582](https://github.com/apache/arrow/issues/39582) - [C++][Acero] 
Random hangs when joining tables with ExecutePlan
+* [GH-39583](https://github.com/apache/arrow/issues/39583) - [C++] Fix the 
issue of ExecBatchBuilder when appending consecutive tail rows with the same id 
may exceed buffer boundary (for fixed size types) (#39585)
+* [GH-39599](https://github.com/apache/arrow/issues/39599) - [Python] Avoid 
leaking references to Numpy dtypes (#39636)
+* [GH-39640](https://github.com/apache/arrow/issues/39640) - [Docs] Pin 
pydata-sphinx-theme to 0.14.* (#39758)
+* [GH-39640](https://github.com/apache/arrow/issues/39640) - [Docs] Pin 
pydata-sphinx-theme to 0.14.1 (#39658)
+* [GH-39656](https://github.com/apache/arrow/issues/39656) - [Release] Update 
platform tags for macOS wheels to macosx_10_15 (#39657)
+* [GH-39672](https://github.com/apache/arrow/issues/39672) - [Go] Time to 
Date32/Date64 conversion issues for non-UTC timezones (#39674)
+* [GH-39690](https://github.com/apache/arrow/issues/39690) - [C++][FlightRPC] 
Fix nullptr dereference in PollInfo (#39711)
+* [GH-39732](https://github.com/apache/arrow/issues/39732) - [Python][CI] Fix 
test failures with latest/nightly pandas (#39760)
+* [GH-39737](https://github.com/apache/arrow/issues/39737) - [Release][Docs] 
Update post release documentation task (#39762)
+* [GH-39740](https://github.com/apache/arrow/issues/39740) - [C++] Fix filter 
and take kernel for month_day_nano intervals (#39795)
+* [GH-39778](https://github.com/apache/arrow/issues/39778) - [C++] Fix 
tail-byte access cross buffer boundary in key hash avx2 (#39800)
+* [GH-39803](https://github.com/apache/arrow/issues/39803) - [C++][Acero] Fix 
AsOfJoin with differently ordered schemas than the output (#39804)
+* [GH-39860](https://github.com/apache/arrow/issues/39860) - [C++] Expression 
ExecuteScalarExpression execute empty args function with a wrong result (#39908)
+* [GH-39865](https://github.com/apache/arrow/issues/39865) - [C++] Strip 
extension metadata when importing a registered extension (#39866)
+* [GH-39897](https://github.com/apache/arrow/issues/39897) - [C++] 
arrow::fs::FileSystemFromUri() not thread-safe with s3 URIs
+* [GH-39916](https://github.com/apache/arrow/issues/39916) - [C#] Restore 
support for .NET 4.6.2 (#40008)
+* [GH-39933](https://github.com/apache/arrow/issues/39933) - [R] Fix pointer 
conversion to Python for latest reticulate (#39969)
+* [GH-39942](https://github.com/apache/arrow/issues/39942) - [Python] Make 
capsule name check more lenient (#39977)
+* [GH-39976](https://github.com/apache/arrow/issues/39976) - [C++] Fix 
out-of-line data size calculation in BinaryViewBuilder::AppendArraySlice 
(#39994)
+* [GH-40004](https://github.com/apache/arrow/issues/40004) - 
[Python][FlightRPC] Release GIL in GeneratorStream (#40005)
+* [GH-40068](https://github.com/apache/arrow/issues/40068) - [C++] Possible 
data race when reading metadata of a parquet file
+* [GH-40112](https://github.com/apache/arrow/issues/40112) - [CI][Python] 
Ensure CPython is selected, not PyPy (#40131)
+* [GH-40174](https://github.com/apache/arrow/issues/40174) - 
[C++][CI][Parquet] Fixing parquet column_writer_test building (#40175)
+* [GH-40386](https://github.com/apache/arrow/issues/40386) - [Python] Python 
build was broken by Cython 3.0.9
+
+
+### New Features and Improvements
+
+* [GH-39504](https://github.com/apache/arrow/issues/39504) - [Docs] Update 
footer in main sphinx docs with correct attribution (#39505)
+* [GH-39673](https://github.com/apache/arrow/issues/39673) - [C++] 
PollFlightInfo does not follow rule of 5
+* [GH-39849](https://github.com/apache/arrow/issues/39849) - [Python] Remove 
the use of pytest-lazy-fixture (#39850)
+* [GH-39876](https://github.com/apache/arrow/issues/39876) - [C++] Thirdparty: 
Bump zlib to 1.3.1 (#39877)
+* [GH-39880](https://github.com/apache/arrow/issues/39880) - [Python][CI] Pin 
moto<5 for dask integration tests (#39881)
+* [GH-39999](https://github.com/apache/arrow/issues/39999) - [Python] Fix 
tests for pandas with CoW / nightly integration tests (#40000)
+* [GH-40009](https://github.com/apache/arrow/issues/40009) - [C++] Add missing 
"#include <algorithm>" (#40010)
+* [GH-40248](https://github.com/apache/arrow/issues/40248) - [R] Support gnu 
libtool?
+
+
+[1]: https://www.apache.org/dyn/closer.lua/arrow/arrow-15.0.1/
+[2]: https://apache.jfrog.io/artifactory/arrow/almalinux/
+[3]: https://apache.jfrog.io/artifactory/arrow/amazon-linux/
+[4]: https://apache.jfrog.io/artifactory/arrow/centos/
+[5]: https://apache.jfrog.io/artifactory/arrow/nuget/
+[6]: https://apache.jfrog.io/artifactory/arrow/debian/
+[7]: https://apache.jfrog.io/artifactory/arrow/python/15.0.1/
+[8]: https://apache.jfrog.io/artifactory/arrow/ubuntu/
+[9]: https://github.com/apache/arrow/releases/tag/apache-arrow-15.0.1
diff --git a/_release/index.md b/_release/index.md
index f2018781558..b1509e0458d 100644
--- a/_release/index.md
+++ b/_release/index.md
@@ -26,94 +26,96 @@ limitations under the License.
 
 Navigate to the release page for downloads and the changelog.
 
-* [15.0.0 (21 January 2024)][1]
-* [14.0.2 (19 December 2023)][2]
-* [14.0.1 (10 November 2023)][3]
-* [14.0.0 (1 November 2023)][4]
-* [13.0.0 (23 August 2023)][5]
-* [12.0.1 (13 June 2023)][6]
-* [12.0.0 (2 May 2023)][7]
-* [11.0.0 (26 January 2023)][8]
-* [10.0.1 (22 November 2022)][9]
-* [10.0.0 (26 October 2022)][10]
-* [9.0.0 (3 August 2022)][11]
-* [8.0.0 (6 May 2022)][12]
-* [7.0.0 (3 February 2022)][13]
-* [6.0.1 (18 November 2021)][14]
-* [6.0.0 (26 October 2021)][15]
-* [5.0.0 (29 July 2021)][16]
-* [4.0.1 (26 May 2021)][17]
-* [4.0.0 (26 April 2021)][18]
-* [3.0.0 (26 January 2021)][19]
-* [2.0.0 (19 October 2020)][20]
-* [1.0.1 (21 August 2020)][21]
-* [1.0.0 (24 July 2020)][22]
-* [0.17.1 (18 May 2020)][23]
-* [0.17.0 (20 April 2020)][24]
-* [0.16.0 (7 February 2020)][25]
-* [0.15.1 (1 November 2019)][26]
-* [0.15.0 (5 October 2019)][27]
-* [0.14.1 (22 July 2019)][28]
-* [0.14.0 (4 July 2019)][29]
-* [0.13.0 (1 April 2019)][30]
-* [0.12.0 (20 January 2019)][31]
-* [0.11.1 (19 October 2018)][32]
-* [0.11.0 (8 October 2018)][33]
-* [0.10.0 (6 August 2018)][34]
-* [0.9.0 (21 March 2018)][35]
-* [0.8.0 (18 December 2017)][36]
-* [0.7.1 (1 October 2017)][37]
-* [0.7.0 (17 September 2017)][38]
-* [0.6.0 (14 August 2017)][39]
-* [0.5.0 (23 July 2017)][40]
-* [0.4.1 (9 June 2017)][41]
-* [0.4.0 (22 May 2017)][42]
-* [0.3.0 (5 May 2017)][43]
-* [0.2.0 (18 February 2017)][44]
-* [0.1.0 (10 October 2016)][45]
+* [15.0.1 (7 March 2024)][1]
+* [15.0.0 (21 January 2024)][2]
+* [14.0.2 (19 December 2023)][3]
+* [14.0.1 (10 November 2023)][4]
+* [14.0.0 (1 November 2023)][5]
+* [13.0.0 (23 August 2023)][6]
+* [12.0.1 (13 June 2023)][7]
+* [12.0.0 (2 May 2023)][8]
+* [11.0.0 (26 January 2023)][9]
+* [10.0.1 (22 November 2022)][10]
+* [10.0.0 (26 October 2022)][11]
+* [9.0.0 (3 August 2022)][12]
+* [8.0.0 (6 May 2022)][13]
+* [7.0.0 (3 February 2022)][14]
+* [6.0.1 (18 November 2021)][15]
+* [6.0.0 (26 October 2021)][16]
+* [5.0.0 (29 July 2021)][17]
+* [4.0.1 (26 May 2021)][18]
+* [4.0.0 (26 April 2021)][19]
+* [3.0.0 (26 January 2021)][20]
+* [2.0.0 (19 October 2020)][21]
+* [1.0.1 (21 August 2020)][22]
+* [1.0.0 (24 July 2020)][23]
+* [0.17.1 (18 May 2020)][24]
+* [0.17.0 (20 April 2020)][25]
+* [0.16.0 (7 February 2020)][26]
+* [0.15.1 (1 November 2019)][27]
+* [0.15.0 (5 October 2019)][28]
+* [0.14.1 (22 July 2019)][29]
+* [0.14.0 (4 July 2019)][30]
+* [0.13.0 (1 April 2019)][31]
+* [0.12.0 (20 January 2019)][32]
+* [0.11.1 (19 October 2018)][33]
+* [0.11.0 (8 October 2018)][34]
+* [0.10.0 (6 August 2018)][35]
+* [0.9.0 (21 March 2018)][36]
+* [0.8.0 (18 December 2017)][37]
+* [0.7.1 (1 October 2017)][38]
+* [0.7.0 (17 September 2017)][39]
+* [0.6.0 (14 August 2017)][40]
+* [0.5.0 (23 July 2017)][41]
+* [0.4.1 (9 June 2017)][42]
+* [0.4.0 (22 May 2017)][43]
+* [0.3.0 (5 May 2017)][44]
+* [0.2.0 (18 February 2017)][45]
+* [0.1.0 (10 October 2016)][46]
 
-[1]: {{ site.baseurl }}/release/15.0.0.html
-[2]: {{ site.baseurl }}/release/14.0.2.html
-[3]: {{ site.baseurl }}/release/14.0.1.html
-[4]: {{ site.baseurl }}/release/14.0.0.html
-[5]: {{ site.baseurl }}/release/13.0.0.html
-[6]: {{ site.baseurl }}/release/12.0.1.html
-[7]: {{ site.baseurl }}/release/12.0.0.html
-[8]: {{ site.baseurl }}/release/11.0.0.html
-[9]: {{ site.baseurl }}/release/10.0.1.html
-[10]: {{ site.baseurl }}/release/10.0.0.html
-[11]: {{ site.baseurl }}/release/9.0.0.html
-[12]: {{ site.baseurl }}/release/8.0.0.html
-[13]: {{ site.baseurl }}/release/7.0.0.html
-[14]: {{ site.baseurl }}/release/6.0.1.html
-[15]: {{ site.baseurl }}/release/6.0.0.html
-[16]: {{ site.baseurl }}/release/5.0.0.html
-[17]: {{ site.baseurl }}/release/4.0.1.html
-[18]: {{ site.baseurl }}/release/4.0.0.html
-[19]: {{ site.baseurl }}/release/3.0.0.html
-[20]: {{ site.baseurl }}/release/2.0.0.html
-[21]: {{ site.baseurl }}/release/1.0.1.html
-[22]: {{ site.baseurl }}/release/1.0.0.html
-[23]: {{ site.baseurl }}/release/0.17.1.html
-[24]: {{ site.baseurl }}/release/0.17.0.html
-[25]: {{ site.baseurl }}/release/0.16.0.html
-[26]: {{ site.baseurl }}/release/0.15.1.html
-[27]: {{ site.baseurl }}/release/0.15.0.html
-[28]: {{ site.baseurl }}/release/0.14.1.html
-[29]: {{ site.baseurl }}/release/0.14.0.html
-[30]: {{ site.baseurl }}/release/0.13.0.html
-[31]: {{ site.baseurl }}/release/0.12.0.html
-[32]: {{ site.baseurl }}/release/0.11.1.html
-[33]: {{ site.baseurl }}/release/0.11.0.html
-[34]: {{ site.baseurl }}/release/0.10.0.html
-[35]: {{ site.baseurl }}/release/0.9.0.html
-[36]: {{ site.baseurl }}/release/0.8.0.html
-[37]: {{ site.baseurl }}/release/0.7.1.html
-[38]: {{ site.baseurl }}/release/0.7.0.html
-[39]: {{ site.baseurl }}/release/0.6.0.html
-[40]: {{ site.baseurl }}/release/0.5.0.html
-[41]: {{ site.baseurl }}/release/0.4.1.html
-[42]: {{ site.baseurl }}/release/0.4.0.html
-[43]: {{ site.baseurl }}/release/0.3.0.html
-[44]: {{ site.baseurl }}/release/0.2.0.html
-[45]: {{ site.baseurl }}/release/0.1.0.html
+[1]: {{ site.baseurl }}/release/15.0.1.html
+[2]: {{ site.baseurl }}/release/15.0.0.html
+[3]: {{ site.baseurl }}/release/14.0.2.html
+[4]: {{ site.baseurl }}/release/14.0.1.html
+[5]: {{ site.baseurl }}/release/14.0.0.html
+[6]: {{ site.baseurl }}/release/13.0.0.html
+[7]: {{ site.baseurl }}/release/12.0.1.html
+[8]: {{ site.baseurl }}/release/12.0.0.html
+[9]: {{ site.baseurl }}/release/11.0.0.html
+[10]: {{ site.baseurl }}/release/10.0.1.html
+[11]: {{ site.baseurl }}/release/10.0.0.html
+[12]: {{ site.baseurl }}/release/9.0.0.html
+[13]: {{ site.baseurl }}/release/8.0.0.html
+[14]: {{ site.baseurl }}/release/7.0.0.html
+[15]: {{ site.baseurl }}/release/6.0.1.html
+[16]: {{ site.baseurl }}/release/6.0.0.html
+[17]: {{ site.baseurl }}/release/5.0.0.html
+[18]: {{ site.baseurl }}/release/4.0.1.html
+[19]: {{ site.baseurl }}/release/4.0.0.html
+[20]: {{ site.baseurl }}/release/3.0.0.html
+[21]: {{ site.baseurl }}/release/2.0.0.html
+[22]: {{ site.baseurl }}/release/1.0.1.html
+[23]: {{ site.baseurl }}/release/1.0.0.html
+[24]: {{ site.baseurl }}/release/0.17.1.html
+[25]: {{ site.baseurl }}/release/0.17.0.html
+[26]: {{ site.baseurl }}/release/0.16.0.html
+[27]: {{ site.baseurl }}/release/0.15.1.html
+[28]: {{ site.baseurl }}/release/0.15.0.html
+[29]: {{ site.baseurl }}/release/0.14.1.html
+[30]: {{ site.baseurl }}/release/0.14.0.html
+[31]: {{ site.baseurl }}/release/0.13.0.html
+[32]: {{ site.baseurl }}/release/0.12.0.html
+[33]: {{ site.baseurl }}/release/0.11.1.html
+[34]: {{ site.baseurl }}/release/0.11.0.html
+[35]: {{ site.baseurl }}/release/0.10.0.html
+[36]: {{ site.baseurl }}/release/0.9.0.html
+[37]: {{ site.baseurl }}/release/0.8.0.html
+[38]: {{ site.baseurl }}/release/0.7.1.html
+[39]: {{ site.baseurl }}/release/0.7.0.html
+[40]: {{ site.baseurl }}/release/0.6.0.html
+[41]: {{ site.baseurl }}/release/0.5.0.html
+[42]: {{ site.baseurl }}/release/0.4.1.html
+[43]: {{ site.baseurl }}/release/0.4.0.html
+[44]: {{ site.baseurl }}/release/0.3.0.html
+[45]: {{ site.baseurl }}/release/0.2.0.html
+[46]: {{ site.baseurl }}/release/0.1.0.html

Reply via email to