chiark / gitweb /
release 108
authorKay Sievers <kay.sievers@vrfy.org>
Wed, 28 Mar 2007 18:47:26 +0000 (20:47 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Wed, 28 Mar 2007 18:47:26 +0000 (20:47 +0200)
ChangeLog
Makefile
RELEASE-NOTES

index 129460168922af860670edfcd33cb7d2f41528f8..9ac5246c1374056015d28903531945a4674cab0d 100644 (file)
--- 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
 ============================================
 
index 4dcdc9250b65eb50703bb5f9b503a52e1ae29745..4e32312a58d8f789d027e6b653a1191a9a9d9115 100644 (file)
--- 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
index 461ced5dbc2ada458d2eb7722d5134f9a447b2b1..2c4e64ae7fd4901ae7f609c0b42122164053d024 100644 (file)
@@ -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.