| From: |
| Kay Sievers <kay.sievers@vrfy.org> |
| To: |
| linux-hotplug <linux-hotplug@vger.kernel.org> |
| Subject: |
| [ANNOUNCE] udev 165 release |
| Date: |
| Fri, 17 Dec 2010 15:49:09 +0100 |
| Message-ID: |
| <AANLkTi=mV_5qJyNV2+25ke8xrEwhv3MppBzAZ5f9FeDy@mail.gmail.com> |
| Archive-link: |
| Article, Thread
|
Here comes a new udev version. Thanks to all who have contributed to
this release.
The tarball can be found here:
ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/
The development repository can be found here:
http://www.kernel.org/git/?p=linux/hotplug/udev.git;a=sum...
The ChangeLog can be found here:
http://www.kernel.org/git/?p=linux/hotplug/udev.git;a=blob;...
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.
New and updated keymaps.
--
To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html