summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog47
-rw-r--r--Makefile2
-rw-r--r--udev.spec2
3 files changed, 49 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a3cc00c17a..c8eedc3626 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+Summary of changes from v019 to v020
+============================================
+
+<christophe.varoqui:free.fr>:
+ o multipath update
+
+Kay Sievers:
+ o man page udevstart
+ o cleanup udevstart
+ o bugfix for local user
+ o unlink bugfix
+ o TODO update
+ o clarify udevinfo device walk
+ o udevinfo symlink reverse query
+ o fix stroul endptr use
+ o add $local user spport for permissions
+ o udev - man page update
+ o udev - fix debug info for multiple rule file config
+ o udev - kill udevd on install
+ o udev - activate formt length attribute
+ o udev - safer sprintf() use
+
+<md:linux.it>:
+ o no error on enoent
+ o escape dashes in man pages
+ o remove usage of expr in ide-devfs.sh
+
+<rml:ximian.com>:
+ o automatically install correct initscript
+ o update documetation for $local
+
+Andrey Borzenkov:
+ o Add symlink only rules support
+
+Greg Kroah-Hartman:
+ o update the TODO list as we already have a devfs config file
+ o make start_udev use udevstart binary
+ o install udevstart
+ o Remove Debian permission files as the Debian maintainer doesn't seem to want to share :(
+ o update the Gentoo rules files
+ o Add Red Hat rules and permissions files
+ o add udevstart to the ignore list
+ o add udevstart program based on a old patch from Harald Hoyer <harald@redhat.com>
+ o unlink the file before we try to create it
+ o Merge greg@bucket:/home/greg/src/udev into kroah.com:/home/greg/src/udev
+
+
Summary of changes from v018 to v019
============================================
diff --git a/Makefile b/Makefile
index 049b278d4b..45ff672be7 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ SENDER = udevsend
HELPER = udevinfo
TESTER = udevtest
STARTER = udevstart
-VERSION = 019_bk
+VERSION = 020
INSTALL_DIR = /usr/local/bin
RELEASE_NAME = $(ROOT)-$(VERSION)
LOCAL_CFG_DIR = etc/udev
diff --git a/udev.spec b/udev.spec
index 49b8b131da..0778f93dc7 100644
--- a/udev.spec
+++ b/udev.spec
@@ -34,7 +34,7 @@
Summary: A userspace implementation of devfs
Name: udev
-Version: 019_bk
+Version: 020
Release: 1
License: GPL
Group: Utilities/System