Skip to content

Commit

Permalink
Update HISTORY for 2.11.3 (#3536)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton authored Sep 23, 2022
1 parent d699fdc commit a55a910
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# TileDB v2.11.3 Release Notes

## Improvements
* Backport changes from #3326 to add experimental docs to stable [#3526](https://github.com/TileDB-Inc/TileDB/pull/3526)

## Defects removed
* Memory tracker: using the correct type for setting default budget. [#3509](https://github.com/TileDB-Inc/TileDB/pull/3509)
* Sparse global order reader: incomplete reads when hitting memory limits. [#3518](https://github.com/TileDB-Inc/TileDB/pull/3518)
* Fix segfault after schema evolution when reading using `TILEDB_UNORDERED` [#3528](https://github.com/TileDB-Inc/TileDB/pull/3528)
* Sparse GO reader: issue when no tile progress because user buffers full. [#3531](https://github.com/TileDB-Inc/TileDB/pull/3531)

# TileDB v2.11.2 Release Notes

## Improvements
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
# The short X.Y version.
version = '2.11'
# The full version, including alpha/beta/rc tags.
release = '2.11.2'
release = '2.11.3'

# Breathe extension configuration.
tiledb_dir = '../../'
Expand Down
2 changes: 1 addition & 1 deletion tiledb/sm/c_api/tiledb_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@

#define TILEDB_VERSION_MAJOR 2
#define TILEDB_VERSION_MINOR 11
#define TILEDB_VERSION_PATCH 2
#define TILEDB_VERSION_PATCH 3

0 comments on commit a55a910

Please sign in to comment.