chiark / gitweb /
release 123
authorKay Sievers <kay.sievers@vrfy.org>
Wed, 11 Jun 2008 22:08:43 +0000 (00:08 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Wed, 11 Jun 2008 22:08:43 +0000 (00:08 +0200)
ChangeLog
Makefile
RELEASE-NOTES
extras/volume_id/lib/Makefile

index 23aa6b9c93ccf13eaf7da0cb444b5a2621714004..46bb7b44744c5b38c23e5f38da4db51467c441c7 100644 (file)
--- 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
 ============================================
 
index e4392ca09a96a0c46b7c034f194e6ae360eeeb5c..162e353c76fd5bdbe22914f9a2161992de2f06cb 100644 (file)
--- 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
index b0d5349e17decf8bb746a0c5355788ad68498bbd..40de544eca4737ed9790896e5b93c040d01b86d7 100644 (file)
@@ -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.
index 67006dcf52469f12a2b2e94e9520530dcb912c2d..96ee8f51500eb7e11baafe1da1375e36ac880f49 100644 (file)
@@ -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)