star-schiff

Library for estimating radiative properties
git clone git://git.meso-star.com/star-schiff.git
Log | Files | Refs | README | LICENSE

commit fbe34461b0ed1ab1634167d9597444e81596cb20
parent e8cd5f2ddb67367e0b57d046002a8ca6e6016bce
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 13 May 2026 15:24:37 +0200

Prepare version 0.5

Set version number and write release notes.

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

diff --git a/README.md b/README.md @@ -38,6 +38,14 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.5 + +- 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.4.1 Sets the required version of Star-SampPling to 0.12. diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -VERSION = 0.4.1 +VERSION = 0.5 PREFIX = /usr/local LIBPREFIX = $(PREFIX)/lib