commit 1c6561edda775a33ac6f560008c1c75a8a9da77f parent fbe7172427ce874dc98a054371cfa1a31aeb2cc1 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Sat, 27 Apr 2024 14:03:20 +0200 Merge branch 'release_0.5' into develop Diffstat:
| M | README.md | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -21,6 +21,16 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.5 + +- Write the man pages directly in mdoc's roff macros, instead of using + the intermediate asciidoc 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. + ### Version 0.4 - Change input file format to cope with stardis changes.