diff options
author | greg@kroah.com <greg@kroah.com> | 2004-12-18 05:52:25 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:17:47 -0700 |
commit | 35413b2b88838de180ccfe6e2307c04caf24c393 (patch) | |
tree | e6c5f1aab3b93d899439e02abfb0645c76e9957d | |
parent | b817644b5b4bdb805c55cbec749258b7ff545f51 (diff) |
[PATCH] 050 releaseudev/v050
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | udev.spec | 2 |
3 files changed, 17 insertions, 2 deletions
@@ -1,3 +1,18 @@ +Summary of changes from v049 to v050 +============================================ + +<harald:redhat.com>: + o selinux patch + +<tklauser:access.unizh.ch>: + o I made some more changes to the manpage of udev including + +Kay Sievers: + o update libsysfs to CVS version and fix segfaulting attribute reading + o klibc supports LOG_PID now, so remove our own implementation + o avoid building klibc test programs and pass SUBDIRS= to klibc clean + + Summary of changes from v048 to v049 ============================================ @@ -34,7 +34,7 @@ SENDER = udevsend INFO = udevinfo TESTER = udevtest STARTER = udevstart -VERSION = 049 +VERSION = 050 INSTALL_DIR = /usr/local/bin RELEASE_NAME = $(ROOT)-$(VERSION) LOCAL_CFG_DIR = etc/udev @@ -29,7 +29,7 @@ Summary: A userspace implementation of devfs Name: udev -Version: 049 +Version: 050 Release: 1 License: GPL Group: Utilities/System |