summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-03-12 23:53:38 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:35:10 -0700
commitb99c85e440193eb7f7dd84e473cafb16cb75722f (patch)
tree71658a58cd8258d9df1d5d58027d6914389a5f2c
parent2761f9b951057c3ed0aaac73f5e003b0d23805f9 (diff)
[PATCH] 022 release022
-rw-r--r--ChangeLog58
-rw-r--r--Makefile2
-rw-r--r--udev.spec2
3 files changed, 60 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 515450ac6..b78b0b9bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,61 @@
+Summary of changes from v021 to v022
+============================================
+
+<ananth:in.ibm.com>:
+ o more Libsysfs updates
+ o Libsysfs updates
+
+<async:cc.gatech.edu>:
+ o fix HOWTO-udev_for_dev for udevdir
+
+<kay.sievers:vrfy.org>:
+ o udev-test.pl cleanup
+ o add dev node test to udev-test.pl
+ o add permission tests
+ o "symlink only" test
+ o callout part selector tweak
+ o cleanup callout fork
+ o allow to specify node permissions in the rule
+ o man page beauty
+ o put symlink only rules to the man page
+ o rename strn*() macros to strmax
+ o conditional remove of trailing sysfs whitespace
+ o clarify udevinfo text
+ o better fix for NAME="foo-%c{N}" gets a truncated name
+ o overall trivial trivial cleanup
+ o fix NAME="foo-%c{N}" gets a truncated name
+ o cleanup mult field string handling
+
+<ken:cgi101.com>:
+ o fix a type in docs/libsysfs.txt
+ o Added line to udev.permissions.redhat
+ o Include more examples in the docs area for gentoo and redhat
+
+<md:linux.it>:
+ o udevstart fixes
+
+Greg Kroah-Hartman:
+ o add big major tests to udev-test.pl
+ o add a test for a minor over 255
+ o udev-test.pl: print out major:minor and perm test "ok" if is ok
+ o make perm and major:minor test errors be reported properly
+ o remove extra ; in namedev_parse.c
+ o Added multipath-tools 0.1.1 release
+ o deleted current extras/multipath directory
+ o 021_bk mark
+ o fix the build for older versions of gcc
+ o 021 release TAG: v021
+
+Hanna V. Linder:
+ o Small fix to remove extra "will" in man page
+
+Olaf Hering:
+ o make spotless
+ o udev* segfaults with new klibc
+
+Patrick Mansfield:
+ o add tests for NAME="foo-%c{N}"
+
Summary of changes from v020 to v021
============================================
diff --git a/Makefile b/Makefile
index 2c9472a0b..612911c44 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ SENDER = udevsend
INFO = udevinfo
TESTER = udevtest
STARTER = udevstart
-VERSION = 021_bk
+VERSION = 022
INSTALL_DIR = /usr/local/bin
RELEASE_NAME = $(ROOT)-$(VERSION)
LOCAL_CFG_DIR = etc/udev
diff --git a/udev.spec b/udev.spec
index 34e0755fd..7de035c86 100644
--- a/udev.spec
+++ b/udev.spec
@@ -34,7 +34,7 @@
Summary: A userspace implementation of devfs
Name: udev
-Version: 021_bk
+Version: 022
Release: 1
License: GPL
Group: Utilities/System