mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-10-30 23:21:08 +03:00
update release notes for next version
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
This commit is contained in:
parent
1bc3362678
commit
61341fae4f
@ -1,3 +1,25 @@
|
||||
udev 065
|
||||
========
|
||||
We can use socket communication now to pass events from udev to
|
||||
other programs:
|
||||
RUN+="socket:/org/freedesktop/hal/udev_event"
|
||||
will pass the whole udev event to the HAL daemon without the need
|
||||
for a forked helper. (See ChangeLog for udevmonitor, as an example)
|
||||
|
||||
udev 064
|
||||
========
|
||||
Mostly bugfixes and see ChangeLog.
|
||||
|
||||
The test for the existence of an environment value should be
|
||||
switched from:
|
||||
ENV{KEY}=="*" to ENV{KEY}=="?*"
|
||||
cause "*" will not fail anymore, if the key does not exist or
|
||||
is empty.
|
||||
|
||||
udev 063
|
||||
========
|
||||
Bugfixes and a few tweaks described in the ChangeLog.
|
||||
|
||||
udev 062
|
||||
========
|
||||
Mostly a Bugfix release.
|
||||
|
@ -403,6 +403,7 @@ int pass_env_to_socket(const char *sockname, const char *devpath, const char *ac
|
||||
if (retval != -1)
|
||||
retval = 0;
|
||||
|
||||
close(sock);
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user