summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorClinton Roy <clinton.roy@gmail.com>2018-01-26 21:44:11 +1100
committerSven Eden <yamakuzure@gmx.net>2018-05-30 07:50:19 +0200
commit395d8eb92d93a66de83559db6b18ad888e5227c3 (patch)
tree40297197f130e2d5187353419bb7eea41967ad9b /NEWS
parentb45d972351bd084c74b22fcd707b2af62c9d2808 (diff)
News: some fixes and improvements (#8010)
* missing whitespace. * NEWS: some small fixes and improvements.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 8 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 0f6213dc8..ebc83e900 100644
--- a/NEWS
+++ b/NEWS
@@ -47,7 +47,7 @@ CHANGES WITH 237 in spe:
versions.
* In elogind-networkd, the [IPVLAN] section in .netdev files gained
- support for configuring device flags in the Flags= setting In the
+ support for configuring device flags in the Flags= setting. In the
same files, the [Tunnel] section gained support for configuring
AllowLocalRemote=. The [Route] section in .network files gained
support for configuring InitialCongestionWindow=,
@@ -104,24 +104,24 @@ CHANGES WITH 237 in spe:
calls where an "sd_event*" object is expected: SD_EVENT_DEFAULT. When
used this refers to the default event loop object of the calling
thread. Note however that this does not implicitly allocate one —
- which has to be done prior by using sd_event_default(). Similar
- sd-bus gained a three new pseudo-handles SD_BUS_DEFAULT,
+ which has to be done prior by using sd_event_default(). Similarly
+ sd-bus gained three new pseudo-handles SD_BUS_DEFAULT,
SD_BUS_DEFAULT_USER, SD_BUS_DEFAULT_SYSTEM that may be used to refer
to the default bus of the specified type of the calling thread. Here
too this does not implicitly allocate bus connection objects, this
has to be done prior with sd_bus_default() and friends.
* sd-event gained a new call pair
- sd_event_source_{get|set}_io_fd_own(). This may be used to optionally
- automatically close the file descriptor an IO event source watches
+ sd_event_source_{get|set}_io_fd_own(). This may be used to request
+ automatic closure of the file descriptor an IO event source watches
when the event source is destroyed.
* elogind-networkd gained support for natively configuring WireGuard
connections.
- * Already in previous versions elogind synthesized user records both
- for the "nobody" (UID 65534) and "root" (UID 0) users in nss-elogind
- and internally. In order to simplify distribution-wide renames of the
+ * In previous versions elogind synthesized user records both for the
+ "nobody" (UID 65534) and "root" (UID 0) users in nss-elogind and
+ internally. In order to simplify distribution-wide renames of the
"nobody" user (like it is planned in Fedora: nfsnobody → nobody), a
new transitional flag file has been added: if
/etc/elogind/dont-synthesize-nobody exists synthesizing of the 65534