From 06a09ae5d967ea092b3002b72a6fefa0e643b044 Mon Sep 17 00:00:00 2001 From: Isaiah Norton Date: Tue, 17 Oct 2023 20:55:50 -0400 Subject: [PATCH] Update HISTORY for 2.17.2 (#4429) --- TYPE: NO_HISTORY --- HISTORY.md | 7 +++++++ tiledb/doxygen/source/conf.py | 2 +- tiledb/sm/c_api/tiledb_version.h | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 99076214706..e296093fe14 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +# TileDB v2.17.2 Release Notes + +## Defects removed + +* Fix fragment corruption in the GlobalOrderWriter. [#4383](https://github.com/TileDB-Inc/TileDB/pull/4383) +* Prepend a question mark to the Azure Storage SAS token if it does not begin with one. [#4426](https://github.com/TileDB-Inc/TileDB/pull/4426) + # TileDB v2.17.1 Release Notes ## Improvements diff --git a/tiledb/doxygen/source/conf.py b/tiledb/doxygen/source/conf.py index 0a2c4cac4ac..2e3699c8255 100644 --- a/tiledb/doxygen/source/conf.py +++ b/tiledb/doxygen/source/conf.py @@ -78,7 +78,7 @@ # The short X.Y version. version = '2.17' # The full version, including alpha/beta/rc tags. -release = '2.17.1' +release = '2.17.2' # Breathe extension configuration. doxygen_xml_dir = os.path.join(TILEDB_BUILD_DIR, 'xml/') diff --git a/tiledb/sm/c_api/tiledb_version.h b/tiledb/sm/c_api/tiledb_version.h index 0134f6b7166..6c5096e5f3a 100644 --- a/tiledb/sm/c_api/tiledb_version.h +++ b/tiledb/sm/c_api/tiledb_version.h @@ -28,4 +28,4 @@ #define TILEDB_VERSION_MAJOR 2 #define TILEDB_VERSION_MINOR 17 -#define TILEDB_VERSION_PATCH 1 +#define TILEDB_VERSION_PATCH 2