commit 45fccab65a3ec9085e6a64d1b6d5a5cbb1a85580
parent d36b1667c42450303f22b7843adf6265313e36d6
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 18 Oct 2023 16:43:13 +0200
Write release note for version 0.5
Wraps the README text in 72 columns to match the convention of plain
text e-mails. It can therefore be sent as a publication announcement
e-mail without being reformatted.
Diffstat:
1 file changed, 15 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
@@ -17,6 +17,12 @@ Edit config.mk as needed, then run:
## Release notes
+### Version 0.5
+
+- Replace CMake by Makefile as build system.
+- Provide a pkg-config file to link the library as an external
+ dependency.
+
### Version 0.4.1
Correction of a compilation error highlighted in particular by GCC 4.9.2
@@ -29,24 +35,24 @@ Correction of a compilation error highlighted in particular by GCC 4.9.2
### Version 0.3.4
-- Sets the CMake minimum version to 3.1: since CMake 3.20, version 2.8 has
- become obsolete.
+- Sets the CMake minimum version to 3.1: since CMake 3.20, version 2.8
+ has become obsolete.
### Version 0.3.3
-- Fix star-stl lack of reentrancy. When used from a code using strtok, star-stl
- was corrupting the strtok context.
+- Fix star-stl lack of reentrancy. When used from a code using strtok,
+ star-stl was corrupting the strtok context.
### Version 0.3.2
-- Update the version of the RSys dependency to 0.6: replace the deprecated
- `[N]CHECK` macros by the new macro `CHK`.
+- Update the version of the RSys dependency to 0.6: replace the
+ deprecated `[N]CHECK` macros by the new macro `CHK`.
## License
Copyright (C) 2015, 2016, 2019, 2021, 2023 |Méso|Star> (contact@meso-star.com)
-Star-STL is free software released under GPL v3+ license: GNU GPL version 3 or
-later. You are welcome to redistribute it under certain conditions; refer to
-the COPYING file for details.
+Star-STL is free software released under GPL v3+ license: GNU GPL
+version 3 or later. You are welcome to redistribute it under certain
+conditions; refer to the COPYING file for details.