From 2c0644c1c2089763601f9f37d0be53711735612c Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 12 Jun 2008 00:08:43 +0200 Subject: [PATCH] release 123 --- ChangeLog | 30 ++++++++++++++++++++++++++++++ Makefile | 2 +- RELEASE-NOTES | 7 +++++++ extras/volume_id/lib/Makefile | 2 +- 4 files changed, 39 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 23aa6b9c9..46bb7b447 100644 --- a/ChangeLog +++ b/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 ============================================ diff --git a/Makefile b/Makefile index e4392ca09..162e353c7 100644 --- a/Makefile +++ b/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 diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b0d5349e1..40de544ec 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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. diff --git a/extras/volume_id/lib/Makefile b/extras/volume_id/lib/Makefile index 67006dcf5..96ee8f515 100644 --- a/extras/volume_id/lib/Makefile +++ b/extras/volume_id/lib/Makefile @@ -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) -- 2.30.2