summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-02-19 18:35:19 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:32:29 -0700
commit9e5a55213067422a6355b538d15b72de320d93bc (patch)
tree4e4f7ebe95b0fbef387ecd88aef068feca65771a
parentca8e992c9b9e1a4f476573756d16cf0ebabebf28 (diff)
[PATCH] v018 release018
-rw-r--r--ChangeLog50
-rw-r--r--Makefile2
-rw-r--r--udev.spec2
3 files changed, 52 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ad5f63ac..bcc22c232 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+Summary of changes from v017 to v018
+============================================
+
+<ext.devoteam.varoqui:sncf.fr>:
+ o [PATCH] symlink dm-[0-9]* rule
+ o update extras/multipath
+
+<john-hotplug:fjellstad.org>:
+ o init.d debian patch
+
+Kay Sievers:
+ o udev - TODO update
+ o udev - add %s{filename} to man page
+ o udev - udevd/udevsend man page
+ o udev - switch callout part selector to {attribute}
+ o udev - switch SYSFS_file to SYSFS{file}
+ o udev - create all partitions of blockdevice
+ o allow SYSFS{file}
+ o Adding '%s' format specifier to NAME and SYMLINK
+
+Greg Kroah-Hartman:
+ o added some scsi_id files to the bk ignore file
+ o added scsi_id and some more documentation to the udev.spec file
+ o update udev.rules.gentoo with new config file format
+ o Update the Gentoo udev.rules and udev.permissions files
+ o Create a udev.rules.examples file to hold odd udev.rules
+ o add udevd priority issue to the TODO list
+ o more HOWTO cleanups
+ o add HOWTO detailing how to use udev to manage /dev
+ o mv libsysfs/libsysfs.h to libsysfs/sysfs/libsysfs.h to make it easier to use
+ o add start_udev init script
+ o add support for UDEV_NO_SLEEP env variable so Gentoo people will be happy
+ o start up udevd ourselves in the init script to give it some good priorities
+ o update the red hat init script to handle nodes that are not present
+ o add a "old style" SYSFS_attribute test to udev-test.pl
+ o Have udevsend report more info in debug mode
+ o Have udevd report it's version in debug mode
+ o fix up bug created for udevtest in previous partition creation patch
+ o update the udev.spec to add udevtest and make some more Red Hat suggested changes
+ o add ability to install udevtest to Makefile
+ o 017_bk mark
+ o Add another test to udev-test.pl and fix a bug when only running 1 test
+ o Fix bug where we did not use the "converted" kernel name if we had no rule
+ o v017 release TAG: v017
+
+Patrick Mansfield:
+ o udev use new libsysfs header file location
+ o udev add some ID tests
+
+
Summary of changes from v016 to v017
============================================
diff --git a/Makefile b/Makefile
index 25881e1dd..8ee84d09b 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ DAEMON = udevd
SENDER = udevsend
HELPER = udevinfo
TESTER = udevtest
-VERSION = 017_bk
+VERSION = 018
INSTALL_DIR = /usr/local/bin
RELEASE_NAME = $(ROOT)-$(VERSION)
LOCAL_CFG_DIR = etc/udev
diff --git a/udev.spec b/udev.spec
index 553e58a78..bfa633ba6 100644
--- a/udev.spec
+++ b/udev.spec
@@ -34,7 +34,7 @@
Summary: A userspace implementation of devfs
Name: udev
-Version: 017_bk
+Version: 018
Release: 1
License: GPL
Group: Utilities/System