commit ab3e9ee3d53ed7a4b3489d5c24309b02de582b91 parent 850d678c9477e592490865360cac3b8597319b5b Author: Frederic Cambus <fred@statdns.com> Date: Thu, 10 Feb 2022 21:17:15 +0100 Update ChangeLog. Diffstat:
M | ChangeLog | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,15 @@ +AnsiLove/C 4.1.6 (2021-02-10) + +- Mention experimental seccomp support availability in README +- Bump CMake minimum required version to 3.1 +- Add SPDX short license identifier in source files +- Add a test case for retina output +- Add a test case for SAUCE output +- Use CMAKE_C_STANDARD instead of hardcoding compiler flags +- Stop linking against libm, it's not necessary anymore + + + AnsiLove/C 4.1.5 (2021-02-14) - Stop forcing FORTIFY_SOURCE=2, it should be package builders decision