aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2010-12-16 10:12:22 +0100
committerKay Sievers <kay.sievers@vrfy.org>2010-12-16 10:12:22 +0100
commitb4dd18ae52d079800f019fdf43f3dc36d9a92988 (patch)
tree862a8436f0f2ab3827d337a0f7ae224290717b95 /NEWS
parentd4c2307cc28aa7c887dcb5b0052469425e5af881 (diff)
downloadudev-b4dd18ae52d079800f019fdf43f3dc36d9a92988.tar.gz
update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS30
1 files changed, 30 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 017c2d58..cd9af80d 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,36 @@ udev 165
========
Bugfixes.
+The udev database has changed, After installation of a new udev
+version, 'udevadm info --convert-db' should be called, to let the new
+udev/libudev version read the already stored data.
+
+udevadm now supports quoting of property values, and prefixing of
+key names:
+ $ udevadm info --export --export-prefix=MY_ --query=property -n sda
+ MY_MAJOR='259'
+ MY_MINOR='0'
+ MY_DEVNAME='/dev/sda'
+ MY_DEVTYPE='disk'
+ ...
+
+libudev now supports:
+ udev_device_get_is_initialized()
+ udev_enumerate_add_match_is_initialized()
+to be able to skip devices the kernel has created , but udev has
+not already handled.
+
+libudev now supports:
+ udev_device_get_usec_since_initialized()
+to retrieve the "age" of a udev device record.
+
+GUdev supports a more generic GUdevEnumerator class, udev TAG
+handling, device initialization and timestamp now.
+
+The counterpart of /sys/dev/{char,block}/$major:$minor,
+/dev/{char,block}/$major:$minor symlinks are now unconditionally
+created, even when no rule files exist.
+
udev 164
========
Bugfixes.