star-cmap

Mapping values onto color ramps
git clone git://git.meso-star.fr/star-cmap.git
Log | Files | Refs | README | LICENSE

commit fb5852f7887b689286e6d8e2492041ed747b2cc2
parent 13e4cf09241375209e3e2f5034fdc93b75e380ac
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 27 Oct 2023 16:24:35 +0200

Write release note for version 0.1

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

diff --git a/README.md b/README.md @@ -19,6 +19,14 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.1 + +- 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. + ### Version 0.0.3 Fix compilation warnings detected by gcc 11