aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-04-03 21:12:53 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-04-03 21:12:53 +0200
commitcb0b4b70ddd7385ab2e3425257ed3c220dbf030e (patch)
tree6abf2c0c0e333e2503828c7f163e9ff3d98ae458
parent1ed38f41749dde482e164e692255b60c38b5d876 (diff)
downloadudev-cb0b4b70ddd7385ab2e3425257ed3c220dbf030e.tar.gz
release 120120
-rw-r--r--ChangeLog18
-rw-r--r--Makefile2
-rw-r--r--RELEASE-NOTES16
-rw-r--r--TODO10
4 files changed, 37 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 299e613c..5826cac3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
============================================
diff --git a/Makefile b/Makefile
index a560ef32..baa3df9b 100644
--- a/Makefile
+++ b/Makefile
@@ -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 9446a68b..e087631c 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.
diff --git a/TODO b/TODO
index 7c040794..8a217b0f 100644
--- a/TODO
+++ b/TODO
@@ -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