summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-01-03 12:52:57 +0100
committerSven Eden <yamakuzure@gmx.net>2017-03-14 10:18:46 +0100
commitdef98457bebf9277bd0ba86a3cb4eeb7c8e59875 (patch)
tree3a6d5550ed8366ed7746acd590532d357a9fdf8d /NEWS
parentc0f6bb301e2d228d6be93f925e6178994aabaa41 (diff)
Prep v225: Sync build files with upstream
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS27
1 files changed, 26 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 97dd000d4..1baa9aa11 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,30 @@
systemd System and Service Manager
+CHANGES WITH 225:
+
+ * machinectl gained a new verb 'shell' which opens a fresh shell on the
+ target machine. It is similar to 'login', but spawns the shell
+ directly. The pseudo machine '.host' now refers to the local host and
+ is used by default. Hence, 'machinectl shell' can be used as
+ replacement for 'su' which spawns the session as a fresh systemd
+ unit.
+
+ * systemd-networkd learned to cope with private-zone DHCP options and
+ allows other programs to query the values.
+
+ Contributions from: Alastair Hughes, Alex Crawford, Daniel Mack, David
+ Herrmann, Dimitri John Ledkov, Eric Kostrowski, Evgeny Vereshchagin,
+ Felipe Sateler, HATAYAMA Daisuke, Jan Pokorný, Jan Synacek, Johnny
+ Robeson, Karel Zak, Kay Sievers, Kefeng Wang, Lennart Poettering, Major
+ Hayden, Marcel Holtmann, Markus Elfring, Martin Mikkelsen, Martin Pitt,
+ Matt Turner, Maxim Mikityanskiy, Michael Biebl, Namhyung Kim, Nicolas
+ Cornu, Owen W. Taylor, Patrik Flykt, Peter Hutterer, reverendhomer,
+ Richard Maw, Ronny Chevalier, Seth Jennings, Stef Walter, Susant Sahani,
+ Thomas Blume, Thomas Hindoe Paaboel Andersen, Thomas Meyer, Tom
+ Gundersen, Vincent Batts, WaLyong Cho, Zbigniew Jędrzejewski-Szmek
+
+ -- Berlin, 2015-08-27
+
CHANGES WITH 224:
* The systemd-efi-boot-generator functionality was merged into
@@ -756,7 +781,7 @@ CHANGES WITH 218:
* When querying unit file enablement status (for example via
"systemctl is-enabled"), a new state "indirect" is now known
which indicates that a unit might not be enabled itself, but
- another unit listed in its Alias= setting might be.
+ another unit listed in its Also= setting might be.
* Similar to the various existing ConditionXYZ= settings for
units there are now matching AssertXYZ= settings. While