X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=NEWS;h=5e0519ec9904aa5aac6d65ce32b02668a8d496b2;hp=1468ec3989fb3c09059bf5394dba7835915d3a6d;hb=2f1a291e2f50075e46cd55568a5ba6ba4f6a2afc;hpb=55eb845c28129baf732a6c1ce5afbc3f7cca9593 diff --git a/NEWS b/NEWS index 1468ec398..5e0519ec9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +udev 129 +======== +Fix recently introduced bug, which caused a compilation without large +file support, where vol_id does not recognize raid signatures at the end +of a volume. + +Firewire disks now create both, by-id/scsi-* and by-id/ieee-* links. +Seems some kernel versions prevent the creation of the ieee-* links, +so people used the scsi-* link which disappeared now. + +More libudev work. Almost all udevadm functionality comes from libudev +now. + +udevadm trigger has a new option --type, which allows to trigger events +for "devices", for "subsystems", or "failed" devices. The old option +--retry-failed" still works, but is no longer mentioned in the man page. + udev 128 ======== Bugfixes.