X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=ChangeLog;h=6a65376488031bd74781aee4458eaf1d33b5c837;hp=8fe59ce796d461ca611da10f74bdad1aed415e6c;hb=a2383407b3c77f63234c482a2b27b0d45cd4a791;hpb=099602aaad8ebcc4969ee35e4167fd093325db50 diff --git a/ChangeLog b/ChangeLog index 8fe59ce79..6a6537648 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +Summary of changes from v029 to v030 +============================================ + +Greg Kroah-Hartman: + o fix stupid off-by-one bug that caused udevstart to die on x86-64 boxes + + +Summary of changes from v028 to v029 +============================================ + +Greg Kroah-Hartman: + o add permission rule for jogdial device + o fix dumb bug I added to udevstart + o make a "last list" of devices for udevstart to operate on last + o fix permission problem with input event and ts nodes for gentoo + o change default perms of misc/rtc to be readable by anyone + +Olaf Hering: + o allow NAME_SIZE > SYSFS_PATH_MAX + + Summary of changes from v027 to v028 ============================================