commit 8fe150f2444c494fefc3def3185635fc0a0c5531 parent fbe7172427ce874dc98a054371cfa1a31aeb2cc1 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Sat, 27 Apr 2024 14:02:08 +0200 Write release notes for version 0.5 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.