chiark / gitweb /
release 111
authorKay Sievers <kay.sievers@vrfy.org>
Thu, 10 May 2007 10:42:56 +0000 (12:42 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Thu, 10 May 2007 10:42:56 +0000 (12:42 +0200)
ChangeLog
Makefile
RELEASE-NOTES

index 57c6e35abe4d075b2e1926b396466d8c22cc7e50..61a412a9ca095ca5ef3c121af1f07e18c26cc665 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+Summary of changes from v110 to v111
+============================================
+
+Kay Sievers (19):
+      rules: SUSE update
+      rules: Fedora update
+      volume_id: use md native uuid format
+      vol_id: use long options
+      volume_id: add volume_id_get_* functions
+      vol_id: use volume_id_get_*
+      udevd: use fgets() to read /proc files
+      volume_id: add internal UUID_STRING
+      volume_id: add DDF support
+      vol_id: README update
+      volume_id: rename UUID_64BIT_LE/BE
+      vol_id: add ID_FS_UUID_SAFE
+      rules: use ID_FS_UUID_SAFE
+      rules: SUSE update
+      volume_id: give access to list of all available probers
+      vol_id: use libvolume_id prober list for --probe-all
+      volume_id: add remaining names for prober lookup by type
+      rules: SUSE update
+      volume_id: vol_id depends on libvolume_id
+
+Matthias Schwarzott (2):
+      volume_id: fix Makefile for parallel make
+      rules: Gentoo update
+
+
 Summary of changes from v109 to v110
 ============================================
 
 Summary of changes from v109 to v110
 ============================================
 
index c4311ddc19b3427ac81b9c67aca41f2dbf98d780..da89f8627435b877c01c75c90586ffeacb925956 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 #
 
 # 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 #
 
-VERSION = 110
+VERSION = 111
 
 # set this to make use of syslog
 USE_LOG = true
 
 # set this to make use of syslog
 USE_LOG = true
index 81167fe71df021fd4f13aebc0a9e8b8db9f9e4ff..70d04b3e135c8c86dc13e9d0c0b45b5053b8a003 100644 (file)
@@ -1,3 +1,16 @@
+udev 111
+========
+Bugfixes.
+
+In the future, we may see uuid's which are just simple character
+strings (see the DDF Raid Specification). For that reason vol_id now
+exports ID_UUID_SAFE, just like ID_LABEL_SAFE. For things like
+the creation of symlinks, the *_SAFE values ensure, that no control
+or whitespace characters are used in the filename.
+
+Possible users of libvolume_id, please use the volume_id_get_* functions.
+The public struct will go away in a future release of the library.
+
 udev 110
 ========
 Bugfixes.
 udev 110
 ========
 Bugfixes.