diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-05-12 15:25:17 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-05-12 15:25:17 +0200 |
commit | acc8322f1f8c081d36b3b1fd85903fb9ac68f0bb (patch) | |
tree | 47fe6017fa831a4f6147f5598c1804c1c3ab7953 | |
parent | 172ee4205cfbcf451e00b4d82edc42c2df0eb925 (diff) |
092 release
-rw-r--r-- | ChangeLog | 25 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | RELEASE-NOTES | 4 |
3 files changed, 30 insertions, 1 deletions
@@ -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 ============================================ @@ -17,7 +17,7 @@ # 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 diff --git a/RELEASE-NOTES b/RELEASE-NOTES index da6af382c9..2a7bd06688 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,7 @@ +udev 092 +======== +Bugfix release. + udev 091 ======== Some more keys require the correct use of '==' and '=' depending |