@@ -35,8 +35,8 @@ CHANGES WITH 233 in spe
3535 during startup. If no such message is sent, the service now fails,
3636 even if the main process exited with a successful exit code.
3737
38- * The option MulticastDNS= of network configuration files has acquire
39- and actual implementation. With MulticastDNS=yes a host can resolve
38+ * The option MulticastDNS= of network configuration files has acquired
39+ an actual implementation. With MulticastDNS=yes a host can resolve
4040 names of remote hosts and to reply to mDNS's A and AAAA requests from
4141 the hosts.
4242
@@ -88,17 +88,17 @@ CHANGES WITH 233 in spe
8888 * Enqueued start jobs for device units are now automatically garbage
8989 collected if there are no jobs waiting for them anymore.
9090
91- * systemctl list-jobs gained two new switches: --after and
92- --before. When specified for all queued jobs it is shown which other
93- queued jobs are waiting for it, or the job is waiting for.
91+ * systemctl list-jobs gained two new switches: With --after, every
92+ queued job shows which other queued job is waiting for it; with
93+ --before it shows which other jobs every job is waiting for.
9494
9595 * systemd-nspawn gained support for ephemeral boots from disk images
9696 (or in other words: --ephemeral and --image= may now be
9797 combined). Moreover, ephemeral boots are now supported for normal
9898 directories, even if the backing file system is not btrfs. Of course,
99- if the used file system does not support file system snapshots or
100- reflinks the initial copy operation will be relatively expensive, but
101- this should still be suitable for many usecases .
99+ if the file system does not support file system snapshots or
100+ reflinks, the initial copy operation will be relatively expensive, but
101+ this should still be suitable for many use cases .
102102
103103 * Calendar time specifications in .timer units now support
104104 specifications relative to the end of a month by using "~" instead of
@@ -113,10 +113,10 @@ CHANGES WITH 233 in spe
113113 * All python scripts shipped with systemd (specifically: the various
114114 tests written in Python) now require Python 3.
115115
116- * sd-id128 gained a new API for generating unique IDs for the host,
117- that do not leak the machine ID. Specifically,
116+ * sd-id128 gained a new API for generating unique IDs for the host
117+ that does not leak the machine ID. Specifically,
118118 sd_id128_get_machine_app_specific() derives an ID based on the
119- machine ID in well-defined, non-reversible, stable way. This is
119+ machine ID a in well-defined, non-reversible, stable way. This is
120120 useful whenever an identifier for the host is needed but where the
121121 identifier shall not be useful to identify the system beyond the
122122 scope of the application itself. (Internally this uses HMAC-SHA256 as
@@ -146,10 +146,9 @@ CHANGES WITH 233 in spe
146146 * .network files gained a new Unmanaged= boolean setting for explicitly
147147 excluding one or more interfaces from management by systemd-networkd.
148148
149- * systemd-nspawn's disk image dissection code has been updated. Among
150- other things it's not permitted to pass raw file system block devices
151- to the --image= option (in addition to images containing partition
152- tables, as before).
149+ * systemd-nspawn --image= option does now permit raw file system block
150+ devices (in addition to images containing partition tables, as
151+ before).
153152
154153 * The disk image dissection logic in systemd-nspawn gained support for
155154 automatically setting up LUKS encrypted as well as Verity protected
@@ -170,7 +169,7 @@ CHANGES WITH 233 in spe
170169 versions.
171170
172171 * A new generator "systemd-verity-generator" has been added, similar in
173- style to "systemd-cryptsetup-generator" permitting automatic setup of
172+ style to "systemd-cryptsetup-generator", permitting automatic setup of
174173 Verity root partitions when systemd boots up. In order to make use of
175174 this your partition setup should follow the Discoverable Partitions
176175 Specification, and the GPT partition ID of the root file system
@@ -286,7 +285,7 @@ CHANGES WITH 233 in spe
286285 possibly even including full integrity data.
287286
288287 * A new MountAPIVFS= unit file option has been added, taking a boolean
289- argument. If enabled /proc, /sys and /proc (collectively called the
288+ argument. If enabled /proc, /sys and /dev (collectively called the
290289 "API VFS") will be mounted for the service. This is only relevant if
291290 RootDirectory= or RootImage= is used for the service, as these mounts
292291 are of course in place in the host mount namespace anyway.
@@ -315,10 +314,10 @@ CHANGES WITH 233 in spe
315314 * machinectl will now show the UID shift of local containers, if user
316315 namespacing is enabled for them.
317316
318- * systemd will not optionally run "environment generator" binaries at
317+ * systemd will now optionally run "environment generator" binaries at
319318 configuration load time. They may be used to add environment
320319 variables to the environment block passed to services invoked. One
321- user environment generator is shipped by default, that sets up
320+ user environment generator is shipped by default that sets up
322321 environment variables based on files dropped into
323322 ~/.config/environment.d/.
324323
@@ -350,7 +349,7 @@ CHANGES WITH 233 in spe
350349 Imounachen, Yi EungJun, Yu Watanabe, Zbigniew Jędrzejewski-Szmek,
351350 Александр Тихонов
352351
353- — Santa Fe , 2017-02-XX
352+ — Berlin , 2017-02-XX
354353
355354CHANGES WITH 232:
356355
0 commit comments