From 0c9da0a4d0bd8e5712b890201bfd1922d00932b8 Mon Sep 17 00:00:00 2001 From: Isaiah Norton Date: Tue, 7 Feb 2023 06:23:07 -0500 Subject: [PATCH] Update HISTORY for 2.14.1 (#3860) --- HISTORY.md | 6 ++++++ tiledb/doxygen/source/conf.py | 2 +- tiledb/sm/c_api/tiledb_version.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 54043e354c4..b63dd0fb15f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +# TileDB v2.14.1 Release Notes + +## Defects removed + +* Tile metadata generator: fix buffer overflow on string comparison. [#3821](https://github.com/TileDB-Inc/TileDB/pull/3821) + # TileDB v2.14.0 Release Notes ## Announcements diff --git a/tiledb/doxygen/source/conf.py b/tiledb/doxygen/source/conf.py index f221c2782c6..1d98cc4517e 100644 --- a/tiledb/doxygen/source/conf.py +++ b/tiledb/doxygen/source/conf.py @@ -78,7 +78,7 @@ # The short X.Y version. version = '2.14' # The full version, including alpha/beta/rc tags. -release = '2.14.0' +release = '2.14.1' # 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 7d354e57db3..4656fee92f7 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 14 -#define TILEDB_VERSION_PATCH 0 +#define TILEDB_VERSION_PATCH 1