raulcd commented on code in PR #759:
URL: https://github.com/apache/arrow-site/pull/759#discussion_r2811808023
##########
_posts/2026-02-16-23.0.1-release.md:
##########
@@ -0,0 +1,78 @@
+---
+layout: post
+title: "Apache Arrow 23.0.1 Release"
+date: "2026-02-16 00:00:00"
+author: pmc
+categories: [release]
+---
+<!--
+{% 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 %}
+-->
+
+
+The Apache Arrow team is pleased to announce the 23.0.1 release.
+This is mostly a bugfix release that includes [**28 resolved issues**][1]
+on [**29 distinct commits**][2] from [**12 distinct contributors**][2].
+See the [Install Page](https://arrow.apache.org/install/) to
+learn how to get the libraries for your platform.
+
+The release notes below are not exhaustive and only expose selected highlights
+of the release. Many other bugfixes and improvements have been made: we refer
+you to the [complete changelog][3].
+
+## C++ notes
+
+* Fix possible OOB write in buffered IO
([GH-48311](https://github.com/apache/arrow/issues/48311)).
+
+### IPC
+
+* Fix pre-buffering issues in IPC file reader when reading variadic buffers,
dictionaries and validate IPC buffers offsets and lengths
+([GH-48924](https://github.com/apache/arrow/issues/48924)).
+* Avoid memory blowup with excessive variadic buffer count in IPC
([GH-48900](https://github.com/apache/arrow/issues/48900)).
+
+### Gandiva
+
+* Fix passing CPU attributes to LLVM
([GH-48160](https://github.com/apache/arrow/issues/48160)).
+* Detect overflow in repeat
([GH-49159](https://github.com/apache/arrow/issues/49159)).
+
+### Parquet
+
+* Avoid re-serializing footer for signature verification
([GH-48858](https://github.com/apache/arrow/issues/48858)).
+
+## Python notes
+
+* Added missing NOTICE.txt and LICENSE.txt to wheels
([GH-48983](https://github.com/apache/arrow/issues/48983)).
+* Some fixes for compatibility with newer Cython versions like
([GH-48965](https://github.com/apache/arrow/issues/48965)),
+ ([GH-49156](https://github.com/apache/arrow/issues/49156)) and
([GH-49138](https://github.com/apache/arrow/issues/49138)).
+
+## Ruby notes
+
+* Fix a bug where ``Arrow::ExecutePlan`` nodes may be Garbace Collected
([GH-48880](https://github.com/apache/arrow/issues/48880)).
Review Comment:
```suggestion
* Fix a bug where ``Arrow::ExecutePlan`` nodes may be Garbage Collected
([GH-48880](https://github.com/apache/arrow/issues/48880)).
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]