release 122

This commit is contained in:
Kay Sievers
2008-05-17 16:29:07 +02:00
parent 7652450a0a
commit 4e548559ba
3 changed files with 41 additions and 1 deletions

View File

@@ -1,3 +1,31 @@
Summary of changes from v121 to v122
============================================
Hannes Reinecke (2):
scsi_id: remove all sysfs dependencies
scsi_id: add SGv4 support
Karel Zak (1):
volume_id: clean up linux_raid code
Kay Sievers (8):
scsi_id: update man page
scsi_id: remove bus_id option
scsi_id: add --sg-version= option
rules: adapt to new scsi_id
rules: adapt tape rules to new scsi_id
scsi_id: add bsg.h
volume_id: bump version
Makefile: do not create udevcontrol, udevtrigger symlinks
MUNEDA Takahiro (2):
man: udevd- fix udev(8) reference
man: scsi_id
Matthias Schwarzott (1):
cdrom_id: fix segfault
Summary of changes from v120 to v121
============================================

View File

@@ -16,7 +16,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
VERSION = 121
VERSION = 122
# set this to make use of syslog
USE_LOG = true

View File

@@ -1,3 +1,15 @@
udev 122
========
Bugfixes.
The symlinks udevcontrol and udevtrigger are no longer installed by
the Makefile.
The scsi_id program does not depend on sysfs anymore. It can speak
SGv4 now, so /dev/bsg/* device nodes can be used, to query SCSI device
data, which should solve some old problems with tape devices, where
we better do not open all tape device nodes to identify the device.
udev 121
========
Many bugfixes.