From fd98ee64e29d93fef905bcdd629a7c4d3a07dc60 Mon Sep 17 00:00:00 2001 From: Tyler Denniston Date: Mon, 13 Aug 2018 12:54:29 -0400 Subject: [PATCH] Update HISTORY.md for 1.3.2 release notes --- HISTORY.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 4182fea8c62..54ebf3e4c19 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,19 @@ +# TileDB v1.3.2 Release Notes + +## Bug fixes + +* Fix read query bug from multiple fragments when query layout differs from array layout [#869](https://github.com/TileDB-Inc/TileDB/pull/869) +* Fix error when consolidating empty arrays [#861](https://github.com/TileDB-Inc/TileDB/pull/861) +* Fix bzip2 external project URL [#875](https://github.com/TileDB-Inc/TileDB/pull/875) +* Invalidate cached buffer sizes when query subarray changes [#882](https://github.com/TileDB-Inc/TileDB/pull/882) + +## Improvements + +* Add check to ensure tile extent greater than zero [#866](https://github.com/TileDB-Inc/TileDB/pull/866) +* Add `TILEDB_INSTALL_LIBDIR` CMake option [#858](https://github.com/TileDB-Inc/TileDB/pull/858) +* Remove `TILEDB_USE_STATIC_*` CMake variables from build [#871](https://github.com/TileDB-Inc/TileDB/pull/871) +* Allow HDFS init to succeed even if libhdfs is not found [#873](https://github.com/TileDB-Inc/TileDB/pull/873) + # TileDB v1.3.1 Release Notes ## Bug fixes