commit 82dfd365c671f4d8eb3fd5d19c91a34f3dd5aa3b parent 78f6dfbd84aebe24af6d467b3ac9f78871c1a6a4 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Mon, 13 Nov 2023 09:54:20 +0100 Write the release note for version 0.3.1 Diffstat:
| M | README.md | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -23,6 +23,15 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.3.1 + +- Fix invalid memory read for clouds with irregular Z dimensions. This + bug was triggered by clouds that were taller than they were wide, i.e. + with the largest Z dimension. It caused a crash when accessing an + out-of-bounds cell in the data structure used to speed up cloud + indexing. In other situations, i.e. when clouds were wider than they + were high, it had no impact on calculations. + ### Version 0.3 - Replace CMake by Makefile as build system.