]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - NEWS
network: make Link and NetDev always have the valid poiter to Manager
[thirdparty/systemd.git] / NEWS
diff --git a/NEWS b/NEWS
index 9b43907fcba9cad43f53e92ba9b34e6a0a19d5be..40886e45e40dd2018d55ee7c01479b6de8da0c9c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,34 @@
 systemd System and Service Manager
 
+CHANGES WITH 241 in spe:
+
+        * The default locale can now be configured at compile time. Otherwise,
+          a suitable default will be selected automatically (one of C.UTF-8,
+          en_US.UTF-8, and C).
+
+        * The version string shown by systemd and other tools now includes the
+          git commit hash when built from git. An override may be specified
+          during compilation, which is intended to be used by distributions to
+          include the package release information.
+
+        * systemd-cat can now filter standard input and standard error streams
+          for different syslog priorities using the new --stderr-priority=
+          option.
+
+        * systemd-journald and systemd-journal-remote reject entries which
+          contain too many fields (CVE-2018-16865) and set limits on the
+          process' command line length (CVE-2018-16864).
+
+        * $DBUS_SESSION_BUS_ADDRESS environment variable is set by pam_systemd
+          again.
+
+        * kernel-install script now optionally takes a path to initrd file, and
+          it is passed to all plugins.
+
+        * -fPIE is dropped from compiler and linker option. Please specify
+          -Db_pie=true option to meson if you whant to build position-independent
+          executables. Note that the meson option is supported since meson-0.49.
+
 CHANGES WITH 240:
 
         * NoNewPrivileges=yes has been set for all long-running services
@@ -455,6 +484,17 @@ CHANGES WITH 240:
           notified about this userspace breakage quickly, but they chose to
           ignore it.
 
+        * PermissionsStartOnly= setting is deprecated (but is still supported
+          for backwards compatibility). The same functionality is provided by
+          the more flexible "+", "!", and "!!" prefixes to ExecStart= and other
+          commands.
+
+        * $DBUS_SESSION_BUS_ADDRESS environment variable is not set by
+          pam_systemd anymore.
+
+        * The requirements to build systemd is bumped to meson-0.46 and
+          python-3.5.
+
         Contributions from: afg, Alan Jenkins, Aleksei Timofeyev, Alexander
         Filippov, Alexander Kurtz, Alexey Bogdanenko, Andreas Henriksson,
         Andrew Jorgensen, Anita Zhang, apnix-uk, Arkan49, Arseny Maslennikov,