]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - NEWS
capability-util: be more careful with types
[thirdparty/systemd.git] / NEWS
diff --git a/NEWS b/NEWS
index 0592e697bb532e2b862b5e27da11225311c851eb..8cbef59017bc2aa67e731b5bb945b5f942415e27 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,16 @@ CHANGES WITH 243 in spe:
         * Memory protection directives can now take a value of zero, allowing
           explicit opting out of a default value propagated by an ancestor.
 
+        * systemd now defaults to the "unified" cgroup hierarchy setup during
+          build-time, i.e. -Ddefault-hierarchy=unified is now the build-time
+          default. Previously, -Ddefault-hierarchy=hybrid was the default. This
+          change reflects the fact that cgroupsv2 support has matured
+          substantially in both systemd and in the kernel, and is clearly the
+          way forward. Downstream production distributions might want to
+          continue to use -Ddefault-hierarchy=hybrid (or even =legacy) for
+          their builds as unfortunately the popular container managers have not
+          caught up with the kernel API changes.
+
           …
 
 CHANGES WITH 242: