chiark / gitweb /
require 2.6.22+ kernel
[elogind.git] / NEWS
diff --git a/NEWS b/NEWS
index 670b624756763aa8b454602119ee6258c28213f4..76aec064721e153e9df2a7ffab0ef1a1f947e16f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,36 @@
+udev 136
+========
+Bugfixes.
+
+For some more advanced features Linux 2.6.22 is the oldest supported
+version now. The kernel config with enabled SYSFS_DEPRECATED
+is no longer supported. Older kernels should still work, and devices
+nodes should be reliably created, but some rules and libudev will
+not work correctly because the old kernels do not provide the expected
+information or interfaces.
+
+/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
 ========