diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2005-07-06 14:24:08 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-07-06 14:24:08 -0700 |
commit | a82f23bf96bf6e05ae7e986678f411dfa2ad65cc (patch) | |
tree | e02fbe64e1cc7cb06c2d153337199f9f5bb4a666 | |
parent | 831139235ea7dbacddbd1e6ce94ce7e958afea10 (diff) |
061 releaseudev/v061
-rw-r--r-- | ChangeLog | 26 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | udev.spec | 2 |
3 files changed, 28 insertions, 2 deletions
@@ -1,3 +1,29 @@ +Summary of changes from v060 to v061 +============================================ + +Greg Kroah-Hartman: + Sync up the Debian rules files + fix cdrom symlink problem in gentoo rules + Fix ChangeLog titles + +Kay Sievers: + update RELEASE-NOTES + we want to provide OPTFLAGS + rename ALARM_TIMEOUT to UDEV_ALARM_TIMEOUT + udevd: optimize env-key parsing + don't resolve OWNER, GROUP on precompile if string contains %, $ + set default device node to /dev + create udevdb files only if somehting interesting happened + pack parsed rules list + replace useless defines by inline text + move rule matches to function + add usb_id program to generate usb-storage device identifiers + add IEEE1394 rules to the gentoo rule file + fake also kernel-name if we renamed a netif + allow OPTIONS to be recognized for /sys/modules /sys/devices events + switch gentoo rules to new operators + + Summary of changes from v059 to v060 ============================================ @@ -41,7 +41,7 @@ EXTRAS= # make the build silent. Set this to something else to make it noisy again. V=false -VERSION = 060 +VERSION = 061 ROOT = udev DAEMON = udevd SENDER = udevsend @@ -29,7 +29,7 @@ Summary: A userspace implementation of devfs Name: udev -Version: 059 +Version: 061 Release: 1 License: GPL Group: Utilities/System |