summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-10-07 00:27:03 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:37:03 -0700
commit5cb8eb82e01d01b16483ec59c8ab2d8a4100d807 (patch)
tree6c80897881c98ac250f4f792da4d882dd248a2db
parent1059b07a143fac796a4ae8a7235cab9665a7622e (diff)
[PATCH] 033 release033
-rw-r--r--ChangeLog43
-rw-r--r--Makefile2
-rw-r--r--udev.spec2
3 files changed, 45 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ab1dfa54d..ade31556b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
+Summary of changes from v032 to v033
+============================================
+
+<harald:redhat.com>:
+ o udev close on exec
+ o some cleanups and security fixes
+ o some cleanups and security fixes
+ o selinux for udev
+ o cleanup PATCH for extras/chassis_id/Makefile
+
+<kpfleming:backtobasicsmgmt.com>:
+ o respect prefix= setting in built udev.conf (updated)
+
+Greg Kroah-Hartman:
+ o add support for usb interfaces to wait_for_sysfs to keep it quiet
+ o enable native tdb spinlocks on i386 platforms
+ o delete extras/multipath-tools as per the author's request
+ o be paranoid in dev_d.c
+ o add USE_SELINUX to README documentation so people have a chance to see what is going on
+ o update the selinux.h file to start to look sane
+ o update bk ignore list for the wait_for_sysfs binary
+ o kdetv wants to see device nodes in /dev
+ o update comments in scsi-devfs.sh
+ o fix up Makefiles to get the klibc build working properly
+ o update bk ignore list for new klibc generated files
+ o oops forgot to add the new klibc/include directory
+ o update klibc to version 0.181
+
+Kay Sievers:
+ o fix problems with dev.d and udevstart
+ o wait_for_sysfs debug cleanup
+ o fix problems using scsi_id with udevstart
+ o update volume_id
+ o finally solve the bad sysfs-timing for all of us
+ o volume-id build fix and update
+ o switch udev's seqnum to u64
+ o add enum tests
+ o fix udev segfaults with bad permissions file
+
+Patrick Mansfield:
+ o update udev to include scsi_id 0.6
+
+
Summary of changes from v031 to v032
============================================
diff --git a/Makefile b/Makefile
index 0b635ffb2..5ff74b4af 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ TESTER = udevtest
STARTER = udevstart
RULER = udevruler
WAIT = wait_for_sysfs
-VERSION = 032_bk
+VERSION = 033
INSTALL_DIR = /usr/local/bin
RELEASE_NAME = $(ROOT)-$(VERSION)
LOCAL_CFG_DIR = etc/udev
diff --git a/udev.spec b/udev.spec
index 193befca6..e145ad243 100644
--- a/udev.spec
+++ b/udev.spec
@@ -29,7 +29,7 @@
Summary: A userspace implementation of devfs
Name: udev
-Version: 032
+Version: 033
Release: 1
License: GPL
Group: Utilities/System