chiark / gitweb /
invalidate rules and kmod index with 'udevadm control --reload'
[elogind.git] / NEWS
diff --git a/NEWS b/NEWS
index d0590e07ac10300feb7deca1f0cc10b775b36c11..6178739d18dbcd2063840c5f6b023bc50466df7c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+udev 175
+========
+The default install location moved from /lib/udev to /usr/lib/udev
+to support systems without the / vs. /usr split. --libbexecdir=
+can still be configured to install things to the rootfs.
+
+The udevadm tool moved from /sbin to /usr/bin. Some tools expect
+udevadm in 'sbin'. A symlink to udevadm in 'bin' needs to be
+manually created if needed. Alternatively --bindir=/sbin installs
+udevadm in /sbin.
+
+The systemd socket files use PassCred=yes, which requires systemd
+version 38.
+
+The blkid tool is no longer called from udev rules. Udev links directly
+to libblkid now.
+
+The udev build system only creates a .xz tarball now.
+
 udev 175
 ========
 Bugfixes.