diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-04-03 21:12:53 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-04-03 21:12:53 +0200 |
commit | cb0b4b70ddd7385ab2e3425257ed3c220dbf030e (patch) | |
tree | 6abf2c0c0e333e2503828c7f163e9ff3d98ae458 | |
parent | 1ed38f41749dde482e164e692255b60c38b5d876 (diff) |
release 120
-rw-r--r-- | ChangeLog | 18 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | RELEASE-NOTES | 16 | ||||
-rw-r--r-- | TODO | 10 |
4 files changed, 37 insertions, 9 deletions
@@ -1,3 +1,21 @@ +Summary of changes from v119 to v120 +============================================ + +Kay Sievers (9): + test: remove duplicated EXTRA entry + rules: remove last WAIT_FOR_SYSFS, load ppdev, switch scsi_device + udevadm: trigger - option to synthesize events and pass them to a socket + udevadm: info - resolve devpath if symlink is given + udevadm: remove old man page links and compat links for debugging tools + udevadm: trigger - fix broken socket option check + udevadm: trigger - fix --socket== + --verbose + also accept real socket files for RUN+="socket:<path>" + persistent device naming: cleanup storage rules + +Michael Kralka (1): + udevd: serialize events if they refer to the same major:minor number + + Summary of changes from v118 to v119 ============================================ @@ -16,7 +16,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -VERSION = 119 +VERSION = 120 # set this to make use of syslog USE_LOG = true diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9446a68b3c..e087631c30 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,19 @@ +udev 120 +======== +Bugfixes. + +The last WAIT_FOR_SYSFS rule is removed from the default rules. + +The symlinks to udevadm for the debugging tools: udevmonitor and +udevtest are no longer created. + +The symlinks to the udevadm man page for the old tool names are +no longer created. + +Abstract namespace sockets paths in RUN+="socket:@<path>" rules, +should be prefixed with '@' to indicate that the path is not a +real file. + udev 119 ======== Bugfixes. @@ -1,12 +1,6 @@ These things would be nice to have: - These things will change in future udev versions: - o warn if BUS, ID, SYSFS are used as keys - (they are SUBSYSTEMS, KERNELS, ATTRS now) - - o warn if links to udevadm are used -These things are deprecated and scheduled for removal in a future -udev version: - o some day, remove all symlinks to udevadm +These things are deprecated and scheduled for removal in a future udev version: + o the installation of symlinks to udevadm |