chiark / gitweb /
use udev_root instead of "/dev"in selinux matchpathcon_init_prefix()
[elogind.git] / RELEASE-NOTES
index 86a7fa8bdefbf306309f7f6907e9bf4fcae0d26b..19af28fb66a719a1075c918a60781e1f3c6c35e3 100644 (file)
@@ -1,3 +1,19 @@
+udev 078
+========
+Symlinks are now exported to the event environment. Hopefully it's no
+longer needed to run udevinfo from an event process, like it was
+mentioned on the hotplug list:
+  UDEV  [1134776873.702967] add@/block/sdb
+  ...
+  DEVNAME=/dev/sdb
+  DEVLINKS=/dev/disk/by-id/usb-IBM_Memory_Key_0218B301030027E8 /dev/disk/by-path/usb-0218B301030027E8:0:0:0
+
+udev 077
+========
+Fix a problem if udevsend is used as the hotplug handler and tries to use
+syslog, which causes a "vc" event loop. 2.6.15 will make udevsend obsolete
+and this kind of problems will hopefully go away soon.
+
 udev 076
 ========
 All built-in logic to work around bad sysfs timing is removed with this