aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2007-03-28 20:47:26 +0200
committerKay Sievers <kay.sievers@vrfy.org>2007-03-28 20:47:26 +0200
commitb8eb7940bb609e21697c7ded759536b039320886 (patch)
treeb4c19fcba5905f09b50137d97050c4fa4c726aa3
parenta401355d5aed89f686d178f01400432c71cf6380 (diff)
downloadudev-b8eb7940bb609e21697c7ded759536b039320886.tar.gz
release 108108
-rw-r--r--ChangeLog16
-rw-r--r--Makefile2
-rw-r--r--RELEASE-NOTES7
3 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 12946016..9ac5246c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Summary of changes from v107 to v108
+============================================
+
+Kay Sievers (3):
+ udevinfo: relax check for the correct device if looked up by name
+ don't write to sysfs files during test run
+ finally remove the directory event-multiplexer crap
+
+Matthias Schwarzott (2):
+ write_cd_rules: set default link type to "by-id" for usb and ieee1394 devices
+ update Gentoo rules
+
+Pozsar Balazs (1):
+ udevsettle: read udev not kernel seqnum first
+
+
Summary of changes from v106 to v107
============================================
diff --git a/Makefile b/Makefile
index 4dcdc925..4e32312a 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
-VERSION = 107
+VERSION = 108
# set this to make use of syslog
USE_LOG = true
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 461ced5d..2c4e64ae 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,3 +1,10 @@
+udev 108
+========
+Bugfixes.
+
+The directory multiplexer for dev.d/ and hotplug.d are finally removed
+from the udev package.
+
udev 107
========
Bugfixes.