star-3d

Surface structuring for efficient 3D geometric queries
git clone git://git.meso-star.com/star-3d.git
Log | Files | Refs | README | LICENSE

commit 3b740e880a5cc1fecc45564c398942a88fe22699
parent 7fd5b6f3908a7cf35926c0379c9039b7a0adf53c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 10 Jul 2026 15:54:04 +0200

Prepare version 0.10.1

Set version number and write release notes.

Diffstat:
MREADME.md | 6++++++
Mconfig.mk | 2+-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -40,6 +40,12 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.10.1 + +- Fix an issue related to deleting a scene view. + The process could crash when the same shape was repeatedly detected as + being detached from the scene for which the view was created. + ### Version 0.10 - Replace CMake by Makefile as build system. diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -VERSION = 0.10.0 +VERSION = 0.10.1 # Default install paths PREFIX = /tmp/local