X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=ChangeLog;h=4df68ecc7411b9952096c35fa147e738d7c079c3;hb=5016ef53f52feddb0beb202c7b4c0a299cd835bd;hp=8f0e9b157b44735ad59141565c98f7633c7e8904;hpb=66c2bc212087d02faf77520b52ef6177d5c351fa;p=elogind.git diff --git a/ChangeLog b/ChangeLog index 8f0e9b157..4df68ecc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +Summary of changes from v085 to v086 +============================================ + +Kay Sievers: + volume_id: replace __packed__ by PACKED macro + volume_id: split raid and filesystem detection + volume_id: add missing return + udevd: fix queue export for multiple events for the same device + +Kyle McMartin: + workaround missing kernel headers for some architectures + +Nix: + update to udev-084/doc/writing_udev_rules + + +Summary of changes from v084 to v085 +============================================ + +Andrey Borzenkov: + Fix trivial spelling errors in RELEASE-NOTES + +Jeroen Roovers: + fix typo in parisc support to path_id + +Kay Sievers: + make WAIT_FOR_SYSFS usable in non "wait-only" rules + fix typo in man page + include sys/socket.h for klibc build + cramfs detection for bigendian + exit WAIT_FOR_SYSFS if the whole device goes away + update SUSE rules + update Red Hat rules + update Gentoo rules + include errno.h in udev_libc_wrapper.c + + Summary of changes from v083 to v084 ============================================