aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7d50160..1ef0be5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Version 2.79.1 - 21 April 2024, by Jani Välimaa
+- Makefile: add hardening configs to source tarball
+
+Version 2.79 - 21 April 2024, by Jani Välimaa
+- macros: add %_hardened_build (from Fedora) to build pkgs with position-independent code by default
+
+Version 2.78 - 10 April 2024, by Jani Välimaa
+- macros: use -D_FORTIFY_SOURCE=3 by default (mga#30920)
+
+Version 2.77 - 2 April 2024, by Jani Välimaa
+- configure: add support for i686 target, and use it as a secondary target for x86_64
+
+Version 2.76.1 - 31 March 2024, by Jani Välimaa
+- rpmrc: don't use -fstack-clash-protection on aarch64 with the clang toolchain
+
+Version 2.76 - 30 March 2024, by Jani Välimaa
+- macros: add support for toolchain selection (GCC/Clang)
+
+Version 2.75.1 - 24 March 2024, by Jani Välimaa
- configure: force armv7hl target arch when building for armv7hl with armv8l/aarch64 host machine
- macros: make _host_cpu identical with _target_cpu as ATM rpm uses real build
host's arch and it can be different what we really want (armv8l vs. armv7hl)