star-mesh

Define and load a binary data format for meshes
git clone git://git.meso-star.fr/star-mesh.git
Log | Files | Refs | README | LICENSE

commit 27f4565b5ae53e554af05891469de1cddb050410
parent 76471f78680c917f16a3a9948efea01831fd7ad7
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 27 Oct 2023 12:03:20 +0200

Write release note for version 0.1

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

diff --git a/README.md b/README.md @@ -17,6 +17,22 @@ Edit config.mk as needed, then run: make clean install +## Release notes + +### Version 0.1 + +- Make memory mapping optional. By default, data is now loaded into + memory. Memory mapping becomes an option of the load functions, + (forbidden on stdin). As a consequence, this commit introduces API + breaks. +- Write the man page directly in mdoc's roff macros, instead of using + the intermediate scdoc source. +- 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. + ## License Copyright (C) 2020-2023 |Méso|Star> (contact@meso-star.com)