]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - NEWS
tty-ask-password: copy argv[] before forking child
[thirdparty/systemd.git] / NEWS
diff --git a/NEWS b/NEWS
index 25c87877d1d79a5ec71dfed2c2cc401fcdef63d2..e0829002b91a101215efefdccab1d4ee60e93638 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -104,6 +104,10 @@ CHANGES WITH 242 in spe:
 
           https://systemd.io/TEMPORARY_DIRECTORIES
 
+        * systemd-tmpfiles' h line type gained support for the
+          FS_PROJINHERIT_FL ('P') file attribute (introduced in kernel 4.5),
+          controlling project quota inheritance.
+
         * sd-boot and bootctl now implement support for an Extended Boot Loader
           (XBOOTLDR) partition, that is intended to be mounted to /boot, in
           addition to the ESP partition mounted to /efi or /boot/efi.
@@ -188,6 +192,15 @@ CHANGES WITH 242 in spe:
           This makes it easier to use kernel-install with plugins which support
           a different layout of the bootloader partitions (for example grub2).
 
+        * During package installation (with `ninja install`), we would create
+          symlinks for systemd-networkd.service, systemd-networkd.socket,
+          systemd-resolved.service, remote-cryptsetup.target, remote-fs.target,
+          systemd-networkd-wait-online.service, and systemd-timesyncd.service
+          in /etc, as if `systemctl enable` was called for those units, to make
+          the system usable immediately after installation. Now this is not
+          done anymore, and instead calling `systemctl preset-all` is
+          recommended after the first installation of systemd.
+
 CHANGES WITH 241:
 
         * The default locale can now be configured at compile time. Otherwise,