From: Daan De Meyer Date: Sat, 30 May 2020 10:52:25 +0000 (+0200) Subject: update NEWS X-Git-Tag: v246-rc1~238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=366d07723593374c3e94bd12df351abe418739e9;p=thirdparty%2Fsystemd.git update NEWS --- diff --git a/NEWS b/NEWS index 3c446b20176..11be98aeae3 100644 --- a/NEWS +++ b/NEWS @@ -122,6 +122,10 @@ CHANGES WITH 246 in spe: sd_bus_member_name_is_valid() + sd_bus_object_path_is_valid() will validate strings to check if they qualify as various D-Bus concepts. + * The sd-bus api gained the SD_BUS_METHOD_WITH_ARGS(), + SD_BUS_METHOD_WITH_ARGS_OFFSET() and SD_BUS_SIGNAL_WITH_ARGS() macros + that simplify adding argument names to D-Bus methods and signals. + * systemctl gained a new "-P" switch that is a shortcut for "--value --property=…".