diff options
author | gregkh@suse.de <gregkh@suse.de> | 2005-02-26 03:14:42 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:39:48 -0700 |
commit | 6d7a6d08c2386611e4ccb62ce660ceb53b1bf79f (patch) | |
tree | 13d06c516d127b38ff10d3324034729723c3f8bd | |
parent | [PATCH] update scsi_id to work with libsysfs changes (diff) | |
download | systemd-054.tar.gz systemd-054.tar.bz2 systemd-054.zip |
[PATCH] 054 release054
-rw-r--r-- | ChangeLog | 32 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | udev.spec | 2 |
3 files changed, 34 insertions, 2 deletions
@@ -1,3 +1,35 @@ +Summary of changes from v053 to v054 +============================================ + +<tklauser:access.unizh.ch>: + o udev_volume_id: add Reiser4 support + +Kay Sievers: + o namedev: skip backslashes only if followed by newline + o wait_for_sysfs: add joydev + o udevinfo: print devpath -> node relationship for all devices + o trivial rename of some variables + o klibc v0.199 + o big libsysfs diet (pre 2.0 version) + o udev_volume_id: volume_id v35 + o add "serio" to bus list + o determine device type in udev_init_device() + o move kernel name/number evaluation into udev_init_device() + o detect NAME="" as ignore_device rule + o trivial namedev cleanup + o cleanup db functions + o clean up match_place() + o switch device type to enum + o switch major/minor to dev_t + o remove the device node only if the major/minor number matches + o libsysfs: work around a klibc bug + o introduce OPTIONS=ignore_device, ignore_remove, all_partitions" key + o namedev: execute PROGRAM only once and not possibly for every physical device + +Patrick Mansfield: + o update scsi_id to work with libsysfs changes + + Summary of changes from v052 to v053 ============================================ @@ -34,7 +34,7 @@ SENDER = udevsend INFO = udevinfo TESTER = udevtest STARTER = udevstart -VERSION = 053 +VERSION = 054 INSTALL_DIR = /usr/local/bin RELEASE_NAME = $(ROOT)-$(VERSION) LOCAL_CFG_DIR = etc/udev @@ -29,7 +29,7 @@ Summary: A userspace implementation of devfs Name: udev -Version: 053 +Version: 054 Release: 1 License: GPL Group: Utilities/System |