summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-07-23 04:11:30 -0400
committerMartin Pitt <martin.pitt@ubuntu.com>2016-07-23 10:11:30 +0200
commit43a569a18b7605f3e160054806d8b4da9f519f53 (patch)
tree3f6d52866bf7bbb31e2a7564cc4b72d134fa3405
parent1415e04603b7c243d70a70231d7d3eb184224597 (diff)
downloadsystemd-43a569a18b7605f3e160054806d8b4da9f519f53.tar.gz
NEWS: more stuff for v231 (#3786)
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b8ce27dade..101cd77982 100644
--- a/NEWS
+++ b/NEWS
@@ -172,6 +172,28 @@ CHANGES WITH 231:
requesting the current iteration counter of the event loop. It starts
at zero and is increased by one with each event loop iteration.
+ * A new rpm macro %systemd_ordering is provided by the macros.systemd
+ file. It can be used in lieu of %systemd_requires in packages which
+ don't use any systemd functionality and are intended to be installed
+ in minimal containers without systemd present. This macro provides
+ ordering dependecies to ensure that if the package is installed in
+ the same rpm transaction as systemd, systemd will be installed before
+ the scriptlets for the package are executed, allowing unit presets
+ to be handled.
+
+ New macros %_systemdgeneratordir and %_systemdusergeneratordir have
+ been added to simplify packaging of generators.
+
+ * The os-release file gained VERSION_CODENAME field for the
+ distribution nickname (e.g. VERSION_CODENAME=woody).
+
+ * New udev property UDEV_DISABLE_PERSISTENT_STORAGE_RULES_FLAG=1
+ can be set to disable parsing of metadata and the creation
+ of persistent symlinks for that device.
+
+ * The change to tag framebuffer devices (/dev/fb*) with "uaccess"
+ to make them available to logged in users has been reverted.
+
* Configuration for "mkosi" is now part of the systemd
repository. mkosi is a tool to easily build legacy-free OS images,
and is available on github: https://github.com/systemd/mkosi. If