star-camera

Camera models
git clone git://git.meso-star.fr/star-camera.git
Log | Files | Refs | README | LICENSE

commit 7811d8dbf6feea625ce1ae0de1e6e5e8a6306337
parent 776d7ab2abbbc6c62a7abca87e110ead94eb4c2c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 30 Oct 2023 11:07:25 +0100

Write release note for version 0.2

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

diff --git a/README.md b/README.md @@ -18,6 +18,14 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.2 + +- 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.1 Add the `scam_perspective_get_solid_angle` function.