summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-12-23 00:33:29 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:10 -0700
commit1e5b0d2fc975e6202239b1b97065baab2ce8196e (patch)
tree1780945671f3ca70657dcddcd2b273171b658991
parent5cac7def788fc6dec19dc8185f9c2c7c7c8d49a2 (diff)
[PATCH] v010 release010
-rw-r--r--ChangeLog51
-rw-r--r--Makefile2
-rw-r--r--udev.spec2
3 files changed, 53 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cb8fa7f15..d50e3a5cc 100644
--- 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
============================================
diff --git a/Makefile b/Makefile
index 5833d4cb9..785ad9634 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ USE_DBUS = false
ROOT = udev
-VERSION = 009_bk
+VERSION = 010
INSTALL_DIR = /usr/local/bin
RELEASE_NAME = $(ROOT)-$(VERSION)
diff --git a/udev.spec b/udev.spec
index 2e5a472a5..cdfc23e19 100644
--- a/udev.spec
+++ b/udev.spec
@@ -1,6 +1,6 @@
Summary: A userspace implementation of devfs
Name: udev
-Version: 009_bk
+Version: 010
Release: 1
License: GPL
Group: Utilities/System