star-vx

Structuring voxels for ray-tracing
git clone git://git.meso-star.fr/star-vx.git
Log | Files | Refs | README | LICENSE

commit 2bfff3803636ffb0b4128b1731b00fd60a847abe
parent 603c881af391389e3382fd3a821525305e7ea5b6
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 27 Oct 2023 11:01:27 +0200

Write release note for version 0.3

Diffstat:
MREADME.md | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -37,6 +37,15 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.3 + +- Replace CMake by Makefile as build system. +- Update compiler and linker flags to increase the security and + robustness of generated binaries. +- Provide a pkg-config file to link the library as an external + dependency. +- Fix compilation warnings + ### Version 0.2.1 Sets the CMake minimum version to 3.1: since CMake 3.20, version 2.8 has