chiark / gitweb /
[PATCH] 049 release 049
authorgreg@kroah.com <greg@kroah.com>
Wed, 15 Dec 2004 07:00:33 +0000 (23:00 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 06:13:48 +0000 (23:13 -0700)
ChangeLog
Makefile
udev.spec

index 6ac004fd4ca0ed0818d95ab627ba90bc0ba149f0..f0f01b5446faac8b30388a97417cfd6070bc0806 100644 (file)
--- 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
 ============================================
 
index 01ebcc22b5ee7ecb18eebd0a30d13052568c5a76..36c0b474ce5d7ba303090240b5348ef7d50a8c56 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ SENDER =      udevsend
 INFO =         udevinfo
 TESTER =       udevtest
 STARTER =      udevstart
-VERSION =      048
+VERSION =      049
 INSTALL_DIR =  /usr/local/bin
 RELEASE_NAME = $(ROOT)-$(VERSION)
 LOCAL_CFG_DIR =        etc/udev
index 56ca479113beae051d9032686fd9b8ac42e6de4f..cc6d53baa17a63189ec50441540963f3b8d2b9c1 100644 (file)
--- a/udev.spec
+++ b/udev.spec
@@ -29,7 +29,7 @@
 
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 048
+Version: 049
 Release: 1
 License: GPL
 Group: Utilities/System