X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=ChangeLog;h=2b959f04a3ebedeab8ee33b8493de1252442b889;hb=4cb665e431cfd03f000e7f025b47b24727458131;hp=a2137019cf8b563293efa111d23d3aa8ba73d05d;hpb=cef28db9db6e40271ce72ee42c1bb1a3eecbe25c;p=elogind.git diff --git a/ChangeLog b/ChangeLog index a2137019c..2b959f04a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +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 +============================================ + +Kay Sievers: + update SUSE rules + switch CROSS to CROSS_COMPILE + replace fancy silent build program by simple kernel build like logic + move manpages to top level + remove UDEVD_UEVENT_INITSEND + whitespace fixes + scsi_id: remove dead files + optimize sysfs device and attribute cache + let SYSFS{} look at the device, not only the parent device + add debug output to sysfs operations + + Summary of changes from v082 to v083 ============================================