mirror of
https://github.com/systemd/systemd.git
synced 2025-01-26 14:04:03 +03:00
release 123
This commit is contained in:
parent
0c6ecdfd9f
commit
2c0644c1c2
30
ChangeLog
30
ChangeLog
@ -1,3 +1,33 @@
|
||||
Summary of changes from v122 to v123
|
||||
============================================
|
||||
|
||||
Erik van Konijnenburg (3):
|
||||
add substitution in MODE= field
|
||||
Makefile: use udevdir in "make install"
|
||||
volume_id: support for oracleasm
|
||||
|
||||
Harald Hoyer (1):
|
||||
scsi_id: retry open() on -EBUSY
|
||||
|
||||
Karel Zak (2):
|
||||
volume_id: remove unnecessary global variable
|
||||
volume_id: enable GFS probing code, add LABEL support
|
||||
|
||||
Kay Sievers (5):
|
||||
edd_id: call it only for sd* and hd*
|
||||
rename WAIT_FOR_SYSFS to WAIT_FOR and accept an absolute path
|
||||
rules: tape rules - use bsg device nodes for SG_IO
|
||||
rules: persistent net - handle "locally administered" ibmveth MAC addresses
|
||||
cdrom_id: export ID_CDROM_MEDIA_TRACK_COUNT_AUDIO=, ID_CDROM_MEDIA_TRACK_COUNT_DATA=
|
||||
|
||||
Michal Soltys (1):
|
||||
man: add NAME== match entry
|
||||
|
||||
Xinwei Hu (2):
|
||||
collect: realloc buffer, if needed
|
||||
udevd: export .udev/queue/$seqnum before .udev/uevent_seqnum
|
||||
|
||||
|
||||
Summary of changes from v121 to v122
|
||||
============================================
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -16,7 +16,7 @@
|
||||
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
VERSION = 122
|
||||
VERSION = 123
|
||||
|
||||
# set this to make use of syslog
|
||||
USE_LOG = true
|
||||
|
@ -1,3 +1,10 @@
|
||||
udev 123
|
||||
========
|
||||
Bugfixes.
|
||||
|
||||
Tape drive id-data is queried from /dev/bsg/* instead of the tape
|
||||
nodes. This avoids rewinding tapes on open().
|
||||
|
||||
udev 122
|
||||
========
|
||||
Bugfixes.
|
||||
|
@ -13,7 +13,7 @@ INSTALL_DATA = ${INSTALL} -m 644
|
||||
INSTALL_LIB = ${INSTALL} -m 755
|
||||
|
||||
SHLIB_CUR = 0
|
||||
SHLIB_REV = 84
|
||||
SHLIB_REV = 85
|
||||
SHLIB_AGE = 0
|
||||
SHLIB = libvolume_id.so.$(SHLIB_CUR).$(SHLIB_REV).$(SHLIB_AGE)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user