]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - NEWS
meson: fix detection of "-Wno-" options
[thirdparty/systemd.git] / NEWS
diff --git a/NEWS b/NEWS
index 5cd41c3d222605fc6c7141ca4f12023385df2768..73ee35f53c86acaea8d55a13185ebe4fbcd8585a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ systemd System and Service Manager
 
 CHANGES WITH 233:
 
+        * This version requires at least gperf 3.1 for building, 3.0 is not
+          sufficient.
+
         * The "hybrid" control group mode has been modified to improve
           compatibility with "legacy" cgroups-v1 setups. Specifically, the
           "hybrid" setup of /sys/fs/cgroup is now pretty much identical to
@@ -45,6 +48,10 @@ CHANGES WITH 233:
         * All python scripts shipped with systemd (specifically: the various
           tests written in Python) now require Python 3.
 
+        * systemd unit tests can now run standalone (without the source or
+          build directories), and can be installed into /usr/lib/systemd/tests/
+          with 'make install-tests'.
+
         * Note that from this version on, CONFIG_CRYPTO_USER_API_HASH,
           CONFIG_CRYPTO_HMAC and CONFIG_CRYPTO_SHA256 need to be enabled in the
           kernel.
@@ -344,7 +351,7 @@ CHANGES WITH 233:
           these NTP servers officially. We still recommend downstreams to
           properly register an NTP pool with the NTP pool project though.
 
-        * coredumpctl gained new new "--reverse" option for printing the list
+        * coredumpctl gained a new "--reverse" option for printing the list
           of coredumps in reverse order.
 
         * coredumpctl will now show additional information about truncated and
@@ -3311,7 +3318,7 @@ CHANGES WITH 216:
           like Cockpit which register web clients as PAM sessions.
 
         * timer units with at least one OnCalendar= setting will now
-          be started only after timer-sync.target has been
+          be started only after time-sync.target has been
           reached. This way they will not elapse before the system
           clock has been corrected by a local NTP client or
           similar. This is particular useful on RTC-less embedded