aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-12-14 23:00:33 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 23:13:48 -0700
commite3686a8858ff0797af5daf97eef8c0fe08b5f46f (patch)
treea81884e4c4f6c0f61a1b107b4cf2ae2101e56ff2 /ChangeLog
parentc39f31e51d37feb711252cb580683a665db7af33 (diff)
downloadudev-e3686a8858ff0797af5daf97eef8c0fe08b5f46f.tar.gz
[PATCH] 049 release049
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ac004fd..f0f01b54 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
============================================