From: greg@kroah.com Date: Sat, 18 Dec 2004 13:52:25 +0000 (-0800) Subject: [PATCH] 050 release X-Git-Tag: 050^0 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=35413b2b88838de180ccfe6e2307c04caf24c393 [PATCH] 050 release --- diff --git a/ChangeLog b/ChangeLog index f0f01b544..4f34bacdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Summary of changes from v049 to v050 +============================================ + +: + o selinux patch + +: + 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 ============================================ diff --git a/Makefile b/Makefile index 04ac59bcf..4fc6ce72e 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/udev.spec b/udev.spec index cc6d53baa..c0aacc954 100644 --- a/udev.spec +++ b/udev.spec @@ -29,7 +29,7 @@ Summary: A userspace implementation of devfs Name: udev -Version: 049 +Version: 050 Release: 1 License: GPL Group: Utilities/System