X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=NEWS;h=c59d93c55d3f218c72e9a8aee6c4f0facd9a5d7f;hp=ab5b8cac0e2202825b9d9e04f8af5db9ba911760;hb=01acecef8f763907e5535b074e32ce836b236fca;hpb=d78c0b3a5b15fa1be9c70b99f91a026d0a43826a diff --git a/NEWS b/NEWS index ab5b8cac0..c59d93c55 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,30 @@ +udev 136 +======== +Bugfixes. + +/dev/serial/by-{id,path}/ now contains links for ttyUSB devices, +which do not depend on the kernel device name. As usual, unique +devices - only a single one per product connected, or a real +USB serial number in the device - are always found with the same +name in the by-id/ directory. +Completely Identical devices may overwrite their names in by-id/ +and can only be found reliably in the by-path/ directory. Devices +specified by by-path/ must not change their connection, like the +USB port number they are plugged in, to keep their name. + +udev 135 +======== +Bugfixes. + +Fix for a possible segfault while swapping network interface names in udev +versions 131-134. + +udev 134 +======== +Bugfixes. + +The group "video" is part of the default rules now. + udev 133 ======== Bugfix for kernels using SYSFS_DEPRECATED* option and finding parent @@ -39,7 +66,6 @@ auto-mounting. udev 132 ======== - Fix segfault if compiled without optimization and dbg() does not get compiled out and uses variables which are not available.