aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-06-12 00:08:43 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-06-12 00:08:43 +0200
commit2c0644c1c2089763601f9f37d0be53711735612c (patch)
treeb207043bfcaa175211a2e78b149ee5840dd26a54
parent0c6ecdfd9f7b7247d8f0258b6cb92aac9eccfb9b (diff)
downloadudev-2c0644c1c2089763601f9f37d0be53711735612c.tar.gz
release 123123
-rw-r--r--ChangeLog30
-rw-r--r--Makefile2
-rw-r--r--RELEASE-NOTES7
-rw-r--r--extras/volume_id/lib/Makefile2
4 files changed, 39 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 23aa6b9c..46bb7b44 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 e4392ca0..162e353c 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 b0d5349e..40de544e 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 67006dcf..96ee8f51 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)