mirror of
https://github.com/systemd/systemd.git
synced 2026-07-15 12:00:34 +00:00
release 122
This commit is contained in:
28
ChangeLog
28
ChangeLog
@@ -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
|
||||
============================================
|
||||
|
||||
|
||||
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user