chiark / gitweb /
[PATCH] 018 release 019
authorgreg@kroah.com <greg@kroah.com>
Sat, 28 Feb 2004 09:11:20 +0000 (01:11 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:34:28 +0000 (21:34 -0700)
ChangeLog
Makefile
udev.spec

index bcc22c23287e51f2bafaf1eb9150f6560ae47ef2..a3cc00c17a7ed2439b604020c316f7a3b2908924 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+Summary of changes from v018 to v019
+============================================
+
+Kay Sievers:
+  o TODO update
+  o udev - correct relative symlink
+  o udev - safer string handling - part four
+  o udev - safer string handling - part three
+  o udev - safer string handling - part two
+  o udev - man page update
+  o udev - safer string handling all over the place
+  o manpage update
+  o udev - allow all files in a directory as the config
+  o udev - simple klibc textual uid/gid handling
+
+Andrey Borzenkov:
+  o do not remove real .udev.tdb during RPM build
+
+Greg Kroah-Hartman:
+  o add new TODO item about local user permissions
+  o Add initial SELinux support for udev
+  o fix build for very old versions of make
+  o remove limit of the number of args passed to PROGRAM
+  o force udev to include the internal version of libsysfs and never the external one
+  o fix up libsysfs header file usage to fix bug reports from users that have sysfsutils installed already
+  o remove udevtest on 'make clean'
+  o remove udevd priority TODO item, as it's not needed at all
+
+Patrick Mansfield:
+  o update udev scsi_id to scsi_id 0.4
+
+
 Summary of changes from v017 to v018
 ============================================
 
 Summary of changes from v017 to v018
 ============================================
 
index b24e147838f6d4613bc942eb84affcc274d167f7..9f7c439974a24631dd7111e0abb8e2493048264b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ DAEMON =      udevd
 SENDER =       udevsend
 HELPER =       udevinfo
 TESTER =       udevtest
 SENDER =       udevsend
 HELPER =       udevinfo
 TESTER =       udevtest
-VERSION =      018_bk
+VERSION =      019
 INSTALL_DIR =  /usr/local/bin
 RELEASE_NAME = $(ROOT)-$(VERSION)
 LOCAL_CFG_DIR =        etc/udev
 INSTALL_DIR =  /usr/local/bin
 RELEASE_NAME = $(ROOT)-$(VERSION)
 LOCAL_CFG_DIR =        etc/udev
index 4cd1f8a94bc9aaba8170826f49e1bae3fb6b5ef3..92a2911711ca79d000a5c3aa27c35031fb9675a0 100644 (file)
--- a/udev.spec
+++ b/udev.spec
@@ -39,7 +39,7 @@
 
 Summary: A userspace implementation of devfs
 Name: udev
 
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 018_bk
+Version: 019
 Release: 1
 License: GPL
 Group: Utilities/System
 Release: 1
 License: GPL
 Group: Utilities/System
@@ -150,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
 %endif
 
 %changelog
+* Fri Feb 27 2004 Greg Kroah-Hartman <greg@kroah.com>
+- added ability to build with SELinux support
+
 * Thu Feb 19 2004 Greg Kroah-Hartman <greg@kroah.com>
 - add some more files to the documentation directory
 - add ability to build scsi_id and make it the default
 * Thu Feb 19 2004 Greg Kroah-Hartman <greg@kroah.com>
 - add some more files to the documentation directory
 - add ability to build scsi_id and make it the default