diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-05-09 09:22:23 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-05-09 09:22:23 +0200 |
commit | 8325c84dba74ef8b9bd10d5dc5e4d0ec2574cf68 (patch) | |
tree | 2db483de7a93a7d9d469a49ee0760950b6006558 | |
parent | f76f82f8342978640da8be47e7296f0e01c0dcba (diff) |
release 121
-rw-r--r-- | ChangeLog | 39 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | RELEASE-NOTES | 9 |
3 files changed, 49 insertions, 1 deletions
@@ -1,3 +1,42 @@ +Summary of changes from v120 to v121 +============================================ + +Damjan Georgievski (1): + libvolume_id: recognize swap partitions with a tuxonice hibernate image + +Daniel Drake (1): + writing udev rules: fix rule typos + +David Woodhouse (1): + rules_generator: net rules - add "dev_id" value to generated rules + +Harald Hoyer (1): + selinux: more context settings + +Kay Sievers (21): + udevinfo: do not replace chars when printing ATTR== matches + vol_id: add --offset option + cdrom_id: replace with version which also exports media properties + udevd: at startup write message including version number to kernel log + rules_generator: net rules - always add KERNEL== match to generated rules + selinux: fix missing includes + allow setting of MODE="0000" + path_id: remove subsystem whitelist + logging: add trailing newline to all strings + scsi_id: initialize serial strings + persistent device naming: also read unpartitioned media + cdrom_id: add more help text + add $links substitution + fstab_import: add program to IMPORT matching fstab entry + add OPTIONS+="event_timeout=<seconds>" + write "event_timeout" to db + udevadm: trigger - add --env= option + udevadm: control - fix --env key to accept --env=<KEY>=<value> + udevadm: info - do not print ATTR{dev}== + persistent device naming: update tape rules + rules: update md rules + + Summary of changes from v119 to v120 ============================================ @@ -16,7 +16,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -VERSION = 120 +VERSION = 121 # set this to make use of syslog USE_LOG = true diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e087631c30..e9d4d9922b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,12 @@ +udev 121 +======== +Many bugfixes. + +The cdrom_id program is replaced by an advanced version, which can +detect most common device types, and also properties of the inserted +media. This is part of moving some basic functionality from HAL into +udev (and the kernel). + udev 120 ======== Bugfixes. |