Skip to content

Commit

Permalink
[docs] Update release notes for 1.17.1
Browse files Browse the repository at this point in the history
Change-Id: Id754799a3858580f19d66c2eb96b6769b8b9c95a
Reviewed-on: http://gerrit.cloudera.org:8080/22004
Reviewed-by: Alexey Serbin <[email protected]>
Tested-by: Abhishek Chennaka <[email protected]>
  • Loading branch information
Abhishek Chennaka authored and achennaka committed Oct 30, 2024
1 parent 8d0e398 commit ecfa024
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ with native NEON instructions.

* Upgraded 3rd-party curl to version 8.4.0.

* Upgraded 3rd-party gperftools to version 2.13.

* Fixed integer overflow in available space metrics
(see https://issues.apache.org/jira/browse/KUDU-3562[KUDU-3562]).

Expand Down Expand Up @@ -114,6 +116,12 @@ regression from a previous fix
* Simplified setting up of Kudu Python client by automatically installing
the supported version of Cython during the setup process.

* Implemented code changes to address the compiler bugs introduced in g++10
and g++11 (see https://github.com/apache/kudu/commit/bb469cbfc00d10ddac7201199c57506e1abf8675[commit]).

* Fixed docker scripts for Ubuntu 22.04 and later to use Python3 to deal with
the Python package name changes.

[[rn_1.17.1_obsoletions]]
== Obsoletions
* Discontinued support for Python verions 3.0 to 3.5.
Expand Down

0 comments on commit ecfa024

Please sign in to comment.