chiark / gitweb /
092 release
authorKay Sievers <kay.sievers@suse.de>
Fri, 12 May 2006 13:25:17 +0000 (15:25 +0200)
committerKay Sievers <kay.sievers@suse.de>
Fri, 12 May 2006 13:25:17 +0000 (15:25 +0200)
ChangeLog
Makefile
RELEASE-NOTES

index 2c16ddf2d24b0b7d61825e0f8993c0a694ed95f6..bba69b25f3566fbb3251a1d2e7a03d891f0ade16 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+Summary of changes from v091 to v092
+============================================
+
+Kay Sievers:
+      don't include stropts.h, some libc's don't like it
+      udevd: create leading directories for /dev/.udev/uevent_seqnum
+      vol_id: fix logging from libvolume_id's log function
+      update SUSE rules
+      update SUSE rules
+      add more warnings for invalid key operations
+      fix offsetof() build issue with recent glibc
+      selinux: fix typo in block device node selection
+      vol_id: add NetWare volume detection
+      edd_id: fix "(null)" output if "mbr_signature" does not exist
+      update Fedora rules
+      libvolume_id: nss - use different uuid
+
+Libor Klepac:
+      path_id: add platform and serio support
+
+Marco d'Itri:
+      update Debian rules
+      path_id: fix bashism
+
+
 Summary of changes from v090 to v091
 ============================================
 
 Summary of changes from v090 to v091
 ============================================
 
index c04742507a18465d8975e404426f7778637fdd1f..ce84c52f65468b2c72531de7b340f8bc26aa520c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
-VERSION = 091
+VERSION = 092
 
 # set this to make use of syslog
 USE_LOG = true
 
 # set this to make use of syslog
 USE_LOG = true
index da6af382c97f9acd36c2c2f6afcd82e93d0bd89f..2a7bd0668884102e1bf42d1cf9910c268dc10775 100644 (file)
@@ -1,3 +1,7 @@
+udev 092
+========
+Bugfix release.
+
 udev 091
 ========
 Some more keys require the correct use of '==' and '=' depending
 udev 091
 ========
 Some more keys require the correct use of '==' and '=' depending