summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-07-02 19:15:10 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:36:59 -0700
commitbf21ea08b3f7b2a93141d98448c78bc3dbe87f84 (patch)
treec7f24ea0523c3baf17b51ea121e72b27a9e38f8f
parentcf9ffc8d9c02553b9698a795f26208fc121c8f1a (diff)
[PATCH] 029 release029
-rw-r--r--ChangeLog14
-rw-r--r--Makefile2
-rw-r--r--udev.spec2
3 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fe59ce79..84a5bd35b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Summary of changes from v028 to v029
+============================================
+
+Greg Kroah-Hartman:
+ o add permission rule for jogdial device
+ o fix dumb bug I added to udevstart
+ o make a "last list" of devices for udevstart to operate on last
+ o fix permission problem with input event and ts nodes for gentoo
+ o change default perms of misc/rtc to be readable by anyone
+
+Olaf Hering:
+ o allow NAME_SIZE > SYSFS_PATH_MAX
+
+
Summary of changes from v027 to v028
============================================
diff --git a/Makefile b/Makefile
index ba876966f..0dfec46b7 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ INFO = udevinfo
TESTER = udevtest
STARTER = udevstart
RULER = udevruler
-VERSION = 028
+VERSION = 029
INSTALL_DIR = /usr/local/bin
RELEASE_NAME = $(ROOT)-$(VERSION)
LOCAL_CFG_DIR = etc/udev
diff --git a/udev.spec b/udev.spec
index 95fe6b719..e537a917d 100644
--- a/udev.spec
+++ b/udev.spec
@@ -29,7 +29,7 @@
Summary: A userspace implementation of devfs
Name: udev
-Version: 028
+Version: 029
Release: 1
License: GPL
Group: Utilities/System