mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-25 23:21:33 +03:00
093 release
This commit is contained in:
parent
cecd7f9a75
commit
df16b77934
16
ChangeLog
16
ChangeLog
@ -1,3 +1,19 @@
|
||||
Summary of changes from v092 to v093
|
||||
============================================
|
||||
|
||||
Hannes Reinecke:
|
||||
path_id: add support for iSCSI devices
|
||||
|
||||
Kay Sievers:
|
||||
libvolume_id: fat - check for signature at end of sector
|
||||
libvolume_id: add more software raid signatures
|
||||
update Fedora rules
|
||||
path_id: prevent endless loop for SAS devices on older kernels
|
||||
remove udevsend
|
||||
replace binary firmware helper with shell script
|
||||
skip device mapper devices for persistent links
|
||||
|
||||
|
||||
Summary of changes from v091 to v092
|
||||
============================================
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -17,7 +17,7 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
VERSION = 092
|
||||
VERSION = 093
|
||||
|
||||
# set this to make use of syslog
|
||||
USE_LOG = true
|
||||
|
@ -1,3 +1,8 @@
|
||||
udev 093
|
||||
========
|
||||
The binary firmware helper is replaced by the usual simple
|
||||
shell script. Udevsend is removed from the tree.
|
||||
|
||||
udev 092
|
||||
========
|
||||
Bugfix release.
|
||||
|
Loading…
Reference in New Issue
Block a user