summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-01-26 20:23:55 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:19 -0700
commit46a7fa4bdbce640c76b0a582e3afadc53b8cffd2 (patch)
treee9d0ad281aae6bd5f26da05e3f47dba3038adc85
parent125611d9d47bd3a99ed6ce90ed327860de022e8a (diff)
[PATCH] v015 release015
-rw-r--r--ChangeLog38
-rw-r--r--Makefile2
-rw-r--r--udev.spec2
3 files changed, 40 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 534fff49e..3a4b2c009 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+Summary of changes from v014 to v015
+============================================
+
+<mbuesch:freenet.de>:
+ o LFS init script update
+
+Greg Kroah-Hartman:
+ o update klibc to version 0.98
+ o clean up udevinfo on 'make clean'
+ o add udevinfo man page to spec file
+ o remove command line documentation from udev man page
+ o create initial version of udevinfo man page
+ o added URL to spec file
+ o add udevinfo to udev.spec file
+ o add udevinfo to install target of Makefile
+ o rip out command line code from udev, now that we have udevinfo
+ o udevinfo doesn't need to declare main_envp
+ o move get_pair to udev_config.c because udevinfo doesn't need all of namedev.o
+ o more makefile cleanups
+ o move udevinfo into the main build and clean up the main Makefile a bit
+ o clean up compiler warnings if building using klibc
+ o make udevd only have one instance running at a time
+ o new testd.block script for debugging
+ o udevsnd : clean up message creation logic a bit
+ o make bk ignore udevd and udevsend binaries
+ o whitespace cleanups
+ o remove TODO item about BUS value, as it is now done
+ o add support for figuring out which device on the sysfs "chain" the rule applies to
+
+Kay Sievers:
+ o udevinfo - now a real program :)
+ o udevd - cleanup and better timeout handling
+ o udev - next round of udev event order daemon
+ o fix udevd exec
+ o udev - udevinfo with device chain walk
+ o spilt udev into pieces
+
+
Summary of changes from v013 to v014
============================================
diff --git a/Makefile b/Makefile
index 2712f265f..88b61d6be 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ ROOT = udev
DAEMON = udevd
SENDER = udevsend
HELPER = udevinfo
-VERSION = 014_bk
+VERSION = 015
INSTALL_DIR = /usr/local/bin
RELEASE_NAME = $(ROOT)-$(VERSION)
LOCAL_CFG_DIR = etc/udev
diff --git a/udev.spec b/udev.spec
index b622237e6..fba731fc3 100644
--- a/udev.spec
+++ b/udev.spec
@@ -29,7 +29,7 @@
Summary: A userspace implementation of devfs
Name: udev
-Version: 014_bk
+Version: 015
Release: 1
License: GPL
Group: Utilities/System