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

brycemecum 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 eb8873f5e63 [Website] Add release note for 19.0.1
eb8873f5e63 is described below

commit eb8873f5e63762c51a47a48f5eb0e1ac6b05dd1c
Author: Bryce Mecum <[email protected]>
AuthorDate: Sun Feb 16 12:58:29 2025 -0800

    [Website] Add release note for 19.0.1
---
 _data/versions.yml |  22 +++---
 _release/19.0.1.md | 107 ++++++++++++++++++++++++++
 _release/index.md  | 215 +++++++++++++++++++++++++++--------------------------
 3 files changed, 226 insertions(+), 118 deletions(-)

diff --git a/_data/versions.yml b/_data/versions.yml
index d05a5027690..68eee26c807 100644
--- a/_data/versions.yml
+++ b/_data/versions.yml
@@ -16,16 +16,16 @@
 # Database of the current version
 #
 current:
-  number: '19.0.0'
+  number: '19.0.1'
   pinned_number: '19.0.*'
   major_number: '19'
-  date: 2025-01-16
-  git-tag: 'a999eaccb12378f9e4e9ab758f18edc25b0991e5'
-  github-tag-link: 
'https://github.com/apache/arrow/releases/tag/apache-arrow-19.0.0'
-  release-notes: 'https://arrow.apache.org/release/19.0.0.html'
-  mirrors: 'https://www.apache.org/dyn/closer.lua/arrow/arrow-19.0.0/'
-  tarball-name: 'apache-arrow-19.0.0.tar.gz'
-  tarball-url: 
'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-19.0.0/apache-arrow-19.0.0.tar.gz'
-  asc: 
'https://downloads.apache.org/arrow/arrow-19.0.0/apache-arrow-19.0.0.tar.gz.asc'
-  sha256: 
'https://downloads.apache.org/arrow/arrow-19.0.0/apache-arrow-19.0.0.tar.gz.sha256'
-  sha512: 
'https://downloads.apache.org/arrow/arrow-19.0.0/apache-arrow-19.0.0.tar.gz.sha512'
+  date: 2025-02-16
+  git-tag: '272715f6df2a042d69881ffa03d5078c58e4b345'
+  github-tag-link: 
'https://github.com/apache/arrow/releases/tag/apache-arrow-19.0.1'
+  release-notes: 'https://arrow.apache.org/release/19.0.1.html'
+  mirrors: 'https://www.apache.org/dyn/closer.lua/arrow/arrow-19.0.1/'
+  tarball-name: 'apache-arrow-19.0.1.tar.gz'
+  tarball-url: 
'https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-19.0.1/apache-arrow-19.0.1.tar.gz'
+  asc: 
'https://downloads.apache.org/arrow/arrow-19.0.1/apache-arrow-19.0.1.tar.gz.asc'
+  sha256: 
'https://downloads.apache.org/arrow/arrow-19.0.1/apache-arrow-19.0.1.tar.gz.sha256'
+  sha512: 
'https://downloads.apache.org/arrow/arrow-19.0.1/apache-arrow-19.0.1.tar.gz.sha512'
diff --git a/_release/19.0.1.md b/_release/19.0.1.md
new file mode 100644
index 00000000000..9be81b0c6b5
--- /dev/null
+++ b/_release/19.0.1.md
@@ -0,0 +1,107 @@
+---
+layout: default
+title: Apache Arrow 19.0.1 Release
+permalink: /release/19.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 19.0.1 (16 February 2025)
+
+This is a patch release covering more than 1 month 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 27 commits from 9 distinct contributors.
+
+```console
+$ git shortlog -sn apache-arrow-19.0.0..apache-arrow-19.0.1
+    11 Bryce Mecum
+     4 Antoine Pitrou
+     4 Joris Van den Bossche
+     2 Gang Wu
+     2 Sutou Kouhei
+     1 David Li
+     1 Ian Cook
+     1 Matt Topol
+     1 Rossi Sun
+```
+
+## Patch Committers
+
+The following Apache committers merged contributed patches to the repository.
+
+```console
+$ git shortlog -sn --group=trailer:signed-off-by 
apache-arrow-19.0.0..apache-arrow-19.0.1
+     5 Raúl Cumplido
+     4 Antoine Pitrou
+     2 Bryce Mecum
+     2 Gang Wu
+     2 Sutou Kouhei
+     1 Joris Van den Bossche
+     1 Rossi Sun
+```
+
+## Changelog
+
+
+
+### Bug Fixes
+
+* [GH-44513](https://github.com/apache/arrow/issues/44513) - [C++] Fix 
overflow issues for large build side in swiss join (#45108)
+* [GH-45180](https://github.com/apache/arrow/issues/45180) - [C++][Fuzzing] 
Fix Negation bug discovered by fuzzing (#45181)
+* [GH-45230](https://github.com/apache/arrow/issues/45230) - [Docs] Add 
LinkedIn social link and fix top nav scaling problems (#45228)
+* [GH-45283](https://github.com/apache/arrow/issues/45283) - [C++][Parquet] 
Omit level histogram when max level is 0 (#45285)
+* [GH-45295](https://github.com/apache/arrow/issues/45295) - [Python][CI] Make 
download_tzdata_on_windows more robust and use tzdata package for tzinfo 
database on Windows for ORC (#45425)
+* [GH-45296](https://github.com/apache/arrow/issues/45296) - [Python] Only 
enable the string dtype on pandas export for pandas>=2.3 (#45383)
+* [GH-45339](https://github.com/apache/arrow/issues/45339) - [Parquet][C++] 
Fix statistics load logic for no row group and multiple row groups (#45350)
+* [GH-45357](https://github.com/apache/arrow/issues/45357) - [C++] Disable 
Flight test (#45232)
+* [GH-45427](https://github.com/apache/arrow/issues/45427) - [Python] Fix 
version comparison in pandas compat for pandas 2.3 dev version (#45428)
+
+
+### Improvements
+
+* [GH-45201](https://github.com/apache/arrow/issues/45201) - [C++][Parquet] 
Improve performance of generating size statistics (#45202)
+* [GH-45304](https://github.com/apache/arrow/issues/45304) - [C++][S3] 
Workaround compatibility issue between AWS SDK and MinIO (#45310)
+* [GH-45305](https://github.com/apache/arrow/issues/45305) - [CI][Python] 
Temporarily avoid newer boto3 version (#45311)
+* [GH-45305](https://github.com/apache/arrow/issues/45305) - [CI] Bump Minio 
version and unpin boto3 (#45320)
+
+
+[1]: https://www.apache.org/dyn/closer.lua/arrow/arrow-19.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/19.0.1/
+[8]: https://apache.jfrog.io/artifactory/arrow/ubuntu/
+[9]: https://github.com/apache/arrow/releases/tag/apache-arrow-19.0.1
diff --git a/_release/index.md b/_release/index.md
index 6a7d2dd01d4..2787c0fbba7 100644
--- a/_release/index.md
+++ b/_release/index.md
@@ -26,111 +26,112 @@ limitations under the License.
 
 Navigate to the release page for downloads and the changelog.
 
-* [19.0.0 (16 January 2025)][1]
-* [18.1.0 (24 November 2024)
-18.1.0 (2024-11-24)][2]
-* [18.0.0 (28 October 2024)][3]
-* [17.0.0 (16 July 2024)][4]
-* [16.1.0 (14 May 2024)][5]
-* [16.0.0 (20 April 2024)][6]
-* [15.0.2 (18 March 2024)][7]
-* [15.0.1 (7 March 2024)][8]
-* [15.0.0 (21 January 2024)][9]
-* [14.0.2 (19 December 2023)][10]
-* [14.0.1 (10 November 2023)][11]
-* [14.0.0 (1 November 2023)][12]
-* [13.0.0 (23 August 2023)][13]
-* [12.0.1 (13 June 2023)][14]
-* [12.0.0 (2 May 2023)][15]
-* [11.0.0 (26 January 2023)][16]
-* [10.0.1 (22 November 2022)][17]
-* [10.0.0 (26 October 2022)][18]
-* [9.0.0 (3 August 2022)][19]
-* [8.0.0 (6 May 2022)][20]
-* [7.0.0 (3 February 2022)][21]
-* [6.0.1 (18 November 2021)][22]
-* [6.0.0 (26 October 2021)][23]
-* [5.0.0 (29 July 2021)][24]
-* [4.0.1 (26 May 2021)][25]
-* [4.0.0 (26 April 2021)][26]
-* [3.0.0 (26 January 2021)][27]
-* [2.0.0 (19 October 2020)][28]
-* [1.0.1 (21 August 2020)][29]
-* [1.0.0 (24 July 2020)][30]
-* [0.17.1 (18 May 2020)][31]
-* [0.17.0 (20 April 2020)][32]
-* [0.16.0 (7 February 2020)][33]
-* [0.15.1 (1 November 2019)][34]
-* [0.15.0 (5 October 2019)][35]
-* [0.14.1 (22 July 2019)][36]
-* [0.14.0 (4 July 2019)][37]
-* [0.13.0 (1 April 2019)][38]
-* [0.12.0 (20 January 2019)][39]
-* [0.11.1 (19 October 2018)][40]
-* [0.11.0 (8 October 2018)][41]
-* [0.10.0 (6 August 2018)][42]
-* [0.9.0 (21 March 2018)][43]
-* [0.8.0 (18 December 2017)][44]
-* [0.7.1 (1 October 2017)][45]
-* [0.7.0 (17 September 2017)][46]
-* [0.6.0 (14 August 2017)][47]
-* [0.5.0 (23 July 2017)][48]
-* [0.4.1 (9 June 2017)][49]
-* [0.4.0 (22 May 2017)][50]
-* [0.3.0 (5 May 2017)][51]
-* [0.2.0 (18 February 2017)][52]
-* [0.1.0 (10 October 2016)][53]
+* [19.0.1 (16 February 2025)][1]
+* [19.0.0 (16 January 2025)][2]
+* [18.1.0 (24 November 2024)][3]
+* [18.0.0 (28 October 2024)][4]
+* [17.0.0 (16 July 2024)][5]
+* [16.1.0 (14 May 2024)][6]
+* [16.0.0 (20 April 2024)][7]
+* [15.0.2 (18 March 2024)][8]
+* [15.0.1 (7 March 2024)][9]
+* [15.0.0 (21 January 2024)][10]
+* [14.0.2 (19 December 2023)][11]
+* [14.0.1 (10 November 2023)][12]
+* [14.0.0 (1 November 2023)][13]
+* [13.0.0 (23 August 2023)][14]
+* [12.0.1 (13 June 2023)][15]
+* [12.0.0 (2 May 2023)][16]
+* [11.0.0 (26 January 2023)][17]
+* [10.0.1 (22 November 2022)][18]
+* [10.0.0 (26 October 2022)][19]
+* [9.0.0 (3 August 2022)][20]
+* [8.0.0 (6 May 2022)][21]
+* [7.0.0 (3 February 2022)][22]
+* [6.0.1 (18 November 2021)][23]
+* [6.0.0 (26 October 2021)][24]
+* [5.0.0 (29 July 2021)][25]
+* [4.0.1 (26 May 2021)][26]
+* [4.0.0 (26 April 2021)][27]
+* [3.0.0 (26 January 2021)][28]
+* [2.0.0 (19 October 2020)][29]
+* [1.0.1 (21 August 2020)][30]
+* [1.0.0 (24 July 2020)][31]
+* [0.17.1 (18 May 2020)][32]
+* [0.17.0 (20 April 2020)][33]
+* [0.16.0 (7 February 2020)][34]
+* [0.15.1 (1 November 2019)][35]
+* [0.15.0 (5 October 2019)][36]
+* [0.14.1 (22 July 2019)][37]
+* [0.14.0 (4 July 2019)][38]
+* [0.13.0 (1 April 2019)][39]
+* [0.12.0 (20 January 2019)][40]
+* [0.11.1 (19 October 2018)][41]
+* [0.11.0 (8 October 2018)][42]
+* [0.10.0 (6 August 2018)][43]
+* [0.9.0 (21 March 2018)][44]
+* [0.8.0 (18 December 2017)][45]
+* [0.7.1 (1 October 2017)][46]
+* [0.7.0 (17 September 2017)][47]
+* [0.6.0 (14 August 2017)][48]
+* [0.5.0 (23 July 2017)][49]
+* [0.4.1 (9 June 2017)][50]
+* [0.4.0 (22 May 2017)][51]
+* [0.3.0 (5 May 2017)][52]
+* [0.2.0 (18 February 2017)][53]
+* [0.1.0 (10 October 2016)][54]
 
-[1]: {{ site.baseurl }}/release/19.0.0.html
-[2]: {{ site.baseurl }}/release/18.1.0.html
-[3]: {{ site.baseurl }}/release/18.0.0.html
-[4]: {{ site.baseurl }}/release/17.0.0.html
-[5]: {{ site.baseurl }}/release/16.1.0.html
-[6]: {{ site.baseurl }}/release/16.0.0.html
-[7]: {{ site.baseurl }}/release/15.0.2.html
-[8]: {{ site.baseurl }}/release/15.0.1.html
-[9]: {{ site.baseurl }}/release/15.0.0.html
-[10]: {{ site.baseurl }}/release/14.0.2.html
-[11]: {{ site.baseurl }}/release/14.0.1.html
-[12]: {{ site.baseurl }}/release/14.0.0.html
-[13]: {{ site.baseurl }}/release/13.0.0.html
-[14]: {{ site.baseurl }}/release/12.0.1.html
-[15]: {{ site.baseurl }}/release/12.0.0.html
-[16]: {{ site.baseurl }}/release/11.0.0.html
-[17]: {{ site.baseurl }}/release/10.0.1.html
-[18]: {{ site.baseurl }}/release/10.0.0.html
-[19]: {{ site.baseurl }}/release/9.0.0.html
-[20]: {{ site.baseurl }}/release/8.0.0.html
-[21]: {{ site.baseurl }}/release/7.0.0.html
-[22]: {{ site.baseurl }}/release/6.0.1.html
-[23]: {{ site.baseurl }}/release/6.0.0.html
-[24]: {{ site.baseurl }}/release/5.0.0.html
-[25]: {{ site.baseurl }}/release/4.0.1.html
-[26]: {{ site.baseurl }}/release/4.0.0.html
-[27]: {{ site.baseurl }}/release/3.0.0.html
-[28]: {{ site.baseurl }}/release/2.0.0.html
-[29]: {{ site.baseurl }}/release/1.0.1.html
-[30]: {{ site.baseurl }}/release/1.0.0.html
-[31]: {{ site.baseurl }}/release/0.17.1.html
-[32]: {{ site.baseurl }}/release/0.17.0.html
-[33]: {{ site.baseurl }}/release/0.16.0.html
-[34]: {{ site.baseurl }}/release/0.15.1.html
-[35]: {{ site.baseurl }}/release/0.15.0.html
-[36]: {{ site.baseurl }}/release/0.14.1.html
-[37]: {{ site.baseurl }}/release/0.14.0.html
-[38]: {{ site.baseurl }}/release/0.13.0.html
-[39]: {{ site.baseurl }}/release/0.12.0.html
-[40]: {{ site.baseurl }}/release/0.11.1.html
-[41]: {{ site.baseurl }}/release/0.11.0.html
-[42]: {{ site.baseurl }}/release/0.10.0.html
-[43]: {{ site.baseurl }}/release/0.9.0.html
-[44]: {{ site.baseurl }}/release/0.8.0.html
-[45]: {{ site.baseurl }}/release/0.7.1.html
-[46]: {{ site.baseurl }}/release/0.7.0.html
-[47]: {{ site.baseurl }}/release/0.6.0.html
-[48]: {{ site.baseurl }}/release/0.5.0.html
-[49]: {{ site.baseurl }}/release/0.4.1.html
-[50]: {{ site.baseurl }}/release/0.4.0.html
-[51]: {{ site.baseurl }}/release/0.3.0.html
-[52]: {{ site.baseurl }}/release/0.2.0.html
-[53]: {{ site.baseurl }}/release/0.1.0.html
+[1]: {{ site.baseurl }}/release/19.0.1.html
+[2]: {{ site.baseurl }}/release/19.0.0.html
+[3]: {{ site.baseurl }}/release/18.1.0.html
+[4]: {{ site.baseurl }}/release/18.0.0.html
+[5]: {{ site.baseurl }}/release/17.0.0.html
+[6]: {{ site.baseurl }}/release/16.1.0.html
+[7]: {{ site.baseurl }}/release/16.0.0.html
+[8]: {{ site.baseurl }}/release/15.0.2.html
+[9]: {{ site.baseurl }}/release/15.0.1.html
+[10]: {{ site.baseurl }}/release/15.0.0.html
+[11]: {{ site.baseurl }}/release/14.0.2.html
+[12]: {{ site.baseurl }}/release/14.0.1.html
+[13]: {{ site.baseurl }}/release/14.0.0.html
+[14]: {{ site.baseurl }}/release/13.0.0.html
+[15]: {{ site.baseurl }}/release/12.0.1.html
+[16]: {{ site.baseurl }}/release/12.0.0.html
+[17]: {{ site.baseurl }}/release/11.0.0.html
+[18]: {{ site.baseurl }}/release/10.0.1.html
+[19]: {{ site.baseurl }}/release/10.0.0.html
+[20]: {{ site.baseurl }}/release/9.0.0.html
+[21]: {{ site.baseurl }}/release/8.0.0.html
+[22]: {{ site.baseurl }}/release/7.0.0.html
+[23]: {{ site.baseurl }}/release/6.0.1.html
+[24]: {{ site.baseurl }}/release/6.0.0.html
+[25]: {{ site.baseurl }}/release/5.0.0.html
+[26]: {{ site.baseurl }}/release/4.0.1.html
+[27]: {{ site.baseurl }}/release/4.0.0.html
+[28]: {{ site.baseurl }}/release/3.0.0.html
+[29]: {{ site.baseurl }}/release/2.0.0.html
+[30]: {{ site.baseurl }}/release/1.0.1.html
+[31]: {{ site.baseurl }}/release/1.0.0.html
+[32]: {{ site.baseurl }}/release/0.17.1.html
+[33]: {{ site.baseurl }}/release/0.17.0.html
+[34]: {{ site.baseurl }}/release/0.16.0.html
+[35]: {{ site.baseurl }}/release/0.15.1.html
+[36]: {{ site.baseurl }}/release/0.15.0.html
+[37]: {{ site.baseurl }}/release/0.14.1.html
+[38]: {{ site.baseurl }}/release/0.14.0.html
+[39]: {{ site.baseurl }}/release/0.13.0.html
+[40]: {{ site.baseurl }}/release/0.12.0.html
+[41]: {{ site.baseurl }}/release/0.11.1.html
+[42]: {{ site.baseurl }}/release/0.11.0.html
+[43]: {{ site.baseurl }}/release/0.10.0.html
+[44]: {{ site.baseurl }}/release/0.9.0.html
+[45]: {{ site.baseurl }}/release/0.8.0.html
+[46]: {{ site.baseurl }}/release/0.7.1.html
+[47]: {{ site.baseurl }}/release/0.7.0.html
+[48]: {{ site.baseurl }}/release/0.6.0.html
+[49]: {{ site.baseurl }}/release/0.5.0.html
+[50]: {{ site.baseurl }}/release/0.4.1.html
+[51]: {{ site.baseurl }}/release/0.4.0.html
+[52]: {{ site.baseurl }}/release/0.3.0.html
+[53]: {{ site.baseurl }}/release/0.2.0.html
+[54]: {{ site.baseurl }}/release/0.1.0.html

Reply via email to