chiark / gitweb /
release 130
authorKay Sievers <kay.sievers@vrfy.org>
Tue, 7 Oct 2008 12:32:33 +0000 (14:32 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Tue, 7 Oct 2008 12:32:33 +0000 (14:32 +0200)
ChangeLog
NEWS
TODO

index a7271c66366ef84cffabc2975fc671557b24d577..b008f90fba951fa11c87589e4532ff8987c4a119 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+Summary of changes from v129 to v130
+============================================
+
+Kay Sievers (26):
+      fix compile error with --disable-logging
+      libudev: enumerate - add_device() -> add_syspath()
+      volume_id: hpfs - read label and uuid
+      use no_argument, required_argument, optional_argument in longopts
+      libudev: get rid of selinux
+      libudev: device - add get_parent_with_subsystem()
+      usb_id: use libudev
+      udevadm: info - fix --query=all for devices without a device node
+      vol_id: add size= option
+      move selinux noops to udev.h
+      volume_id: add dbg() as noop to check for compile errors
+      vol_id: fix logging glue
+      vol_id: always use the safe string versions for unencoded label and uuid
+      volume_id: better DDF raid detection
+      volume_id: add btrfs
+      volume_id: use PRIu64i, PRIx64 macros
+      udevd: clarify deprecated sysfs layout warning
+      libudev: fix --enable-debug
+      don not print error if GOTO jumps just to next rule
+      volume_id: add more vfat debugging information
+      libudev: libudev.pc remove selinux
+      store node name and symlinks into db symlink target if they are small enough
+      volume_id: more fat debugging
+      libudev: fix typo in "multiple entries in symlink" handling
+      connect /sys and /dev with /sys/dev/{block,char}/<maj>:<min> and /dev/{block,char}/<maj>:<min>
+      replace spaces in dm and md name symlinks
+
+
 Summary of changes from v128 to v129
 ============================================
 
diff --git a/NEWS b/NEWS
index 9fc1adaedd8b0879c891c1bf8a74da0fd693da24..35b57a3b4e2944b64b55aba775e5c8ca94cd6ea8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,13 @@ udev 130
 ========
 Bugfixes.
 
+Kernel devices and device nodes are connected now by reverse indizes in
+/sys and /dev. A device number retrieved by a stat() or similar, the
+kernel device directory can be found by looking up:
+  /sys/dev/{block,char}/<maj>:<min>
+and the device node of the same device by looking up:
+  /dev/{block,char}/<maj>:<min>
+
 udev 129
 ========
 Fix recently introduced bug, which caused a compilation without large
diff --git a/TODO b/TODO
index d5633e1c6b220efbd10547a167276b5f1b4fc03d..e1ef804319103f509de62bff59806f0685d2d915 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,4 @@
   o add DVB variables to kernel, and drop shell script rule
-  o handle spaces in SYMLINK+=, do not create multiple links
   o use libudev device in udev_rules.c
       get rid of udevice, store rule matching state in rule iterator
   o rework rules to a match-action list, instead of a rules array