X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=ChangeLog;h=f0f01b5446faac8b30388a97417cfd6070bc0806;hb=82ca88904d1c9bf17f4434f54e12754c00eddcbd;hp=6ac004fd4ca0ed0818d95ab627ba90bc0ba149f0;hpb=7d92b28f3971f1d80a85964c1bbde6146e411379;p=elogind.git diff --git a/ChangeLog b/ChangeLog index 6ac004fd4..f0f01b544 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +Summary of changes from v048 to v049 +============================================ + +Greg Kroah-Hartman: + o fix 'make clean' error in klibc + +Kay Sievers: + o update klibc to 0.194 + o export DEVNAME regardless of the state of udev_dev_d + o add class specific files for class/spi_transport and class/spi_host + o udevd-test.pl: remove wrong date calculation + o check earlier if we should run as udevstart + o remove double initialization + o include missing header to udevtest.c + o add -V option to udev to print the version number + o prevent udev node creatinon for "class" registration + o udevd: serialization of the event sequence of a chain of devices + o add a class/fc_host file to the list of what to wait for + o udev_volume_id: links sysfs.a instead of all objects + +Martin Schlemmer: + o remove leftover from udevinfo's -d option + + Summary of changes from v047 to v048 ============================================