chiark / gitweb /
[PATCH] v010 release 010
authorgreg@kroah.com <greg@kroah.com>
Tue, 23 Dec 2003 08:33:29 +0000 (00:33 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:13:10 +0000 (21:13 -0700)
ChangeLog
Makefile
udev.spec

index cb8fa7f15c0eee35a2a6a57e742a706319ea3b26..d50e3a5ccebc84b919421fe7a30cec2028f3ab9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+Summary of changes from v009 to v010
+============================================
+
+<ananth:in.ibm.com>:
+  o change pgsize
+
+<christophe.varoqui:free.fr>:
+  o extras multipath update
+  o extras multipath update
+  o extras multipath update
+  o extras multipath update
+
+Kay Sievers:
+  o fix udev-test.pl
+  o small cleanup udev-remove.c
+  o experimental CALLOUT script for devfs ide node creation with cd, disc, part
+  o add any valid device
+  o introduce format char 'k' for kernel-name
+  o trivial make fixes
+  o don't overwrite old config on install
+  o udev-remove.c cleanups
+  o bug in udev-remove.c
+  o trivial cleanup parser changes
+
+<roman.kagan:itep.ru>:
+  o fix comment and whitespace handling in config files
+
+Adam Kropelin:
+  o Allow build with empty EXTRAS
+
+Daniel E. F. Stekloff:
+  o libsysfs 0.4.0 patch
+  o fix scsi_id segfault with udev-009
+  o add libsysfs docs
+
+David T. Hollis:
+  o mark config files as such in the rpm spec file
+
+Greg Kroah-Hartman:
+  o fix complier warning in namedev.c
+  o add documentation for the new '%k' modifier (kernel name replacement)
+  o add documentation about the multiple sysfs values that are now allowed for the LABEL rule
+  o add tests for multi-file LABEL rules
+  o add ability to have up to 5 SYSFS_ file/value pairs for the LABEL rule
+  o Just live with a sleep(1) in namedev for now until libsysfs is fixed up
+  o try to wait until the proper device file shows up in sysfs
+  o remove unneeded TODO and FIXME entry
+  o clean up the stand-alone tests to work properly on other people's machines
+  o add tests to catch whitespace and comment config file parsing errors
+
+
 Summary of changes from v008 to v009
 ============================================
 
 Summary of changes from v008 to v009
 ============================================
 
index 5833d4cb94c0844489c5d0c9fd4cd290fc691b33..785ad96349003f6da4b8a741d050fc3f004b6d70 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ USE_DBUS = false
 
 
 ROOT =         udev
 
 
 ROOT =         udev
-VERSION =      009_bk
+VERSION =      010
 INSTALL_DIR =  /usr/local/bin
 RELEASE_NAME = $(ROOT)-$(VERSION)
 
 INSTALL_DIR =  /usr/local/bin
 RELEASE_NAME = $(ROOT)-$(VERSION)
 
index 2e5a472a526137b2d21476e4b222812d1ee0a841..cdfc23e19830bf6661e48df3a5bbf99743909610 100644 (file)
--- a/udev.spec
+++ b/udev.spec
@@ -1,6 +1,6 @@
 Summary: A userspace implementation of devfs
 Name: udev
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 009_bk
+Version: 010
 Release: 1
 License: GPL
 Group: Utilities/System
 Release: 1
 License: GPL
 Group: Utilities/System