diff options
-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 |