From b99c85e440193eb7f7dd84e473cafb16cb75722f Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Fri, 12 Mar 2004 23:53:38 -0800 Subject: [PATCH] [PATCH] 022 release --- ChangeLog | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ Makefile | 2 +- udev.spec | 2 +- 3 files changed, 60 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 515450ac6a4..b78b0b9bbd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,61 @@ +Summary of changes from v021 to v022 +============================================ + +: + o more Libsysfs updates + o Libsysfs updates + +: + o fix HOWTO-udev_for_dev for udevdir + +: + 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 + +: + 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 + +: + 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 2c9472a0bbe..612911c441d 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 34e0755fda8..7de035c86e2 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 -- 2.39.2