star-buffer

Load 1D arrays in binary format
git clone git://git.meso-star.fr/star-buffer.git
Log | Files | Refs | README | LICENSE

commit ba79e2c44f796d018496ab22c57e070132f9eae4
parent a16d112e96bbfb325dc77066491a8852c55702dc
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 27 Oct 2023 17:07:36 +0200

Write release note for version 0.1

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

diff --git a/README.md b/README.md @@ -17,6 +17,18 @@ Edit config.mk as needed, then run: make clean install +## Release notes + +### Version 0.1 + +- 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) 2022, 2023 |Méso|Star> (contact@meso-star.com)