summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2005-02-08 22:53:37 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 23:28:12 -0700
commit1d62f6e2decfe9085ea9c054a4d327adc8203e94 (patch)
tree350621cc602cde1220421744494d3f1be4f87631
parent3a030b511f74348a67c413858713c6fe9c85605c (diff)
[PATCH] 052 release052
-rw-r--r--ChangeLog39
-rw-r--r--Makefile2
-rw-r--r--udev.spec2
3 files changed, 41 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 42d84563b..de7f938f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+Summary of changes from v051 to v052
+============================================
+
+<md:linux.it>:
+ o debian: update rules files
+ o raid-devfs.sh: devfs names for hardware RAID controllers
+ o scsi_id: when udevstart is started, /tmp is not writeable
+ o cdsymlinks.sh: trivial fix, the variable is initialized to '', not 0
+
+<sschweizer:gmail.com>:
+ o gentoo/udev.rules: add default permissions for sound devices
+
+Greg Kroah-Hartman:
+ o fix example comment in ide-devfs.sh
+ o Add infiniband to gentoo rules
+ o Another gentoo fix, adding dvb support
+ o Fix gentoo bug #76056 (fb device group permissions.)
+ o Fix gentoo bug #81102, device nodes for the pktcdvd device
+
+Kay Sievers:
+ o provide temporary device node for callouts to access the device
+ o udev_volume_id: fix dasd disklabel reading with -l option
+ o udev_volume_id: volume_id version 034
+ o udev_volume_id: rename probe_ibm into probe_dasd
+ o udev_volume_id: volume_id version 032
+ o Makefile: add some more warnings and prepare for clean gcc4 compile
+ o Makefile: cleanup conditional config option sections
+ o fix -Wsign-compare warnings
+ o chassis_id: clean compilation and fix bad function parameter passing
+ o simple_build_check: make it possible to pass KERNEL_DIR
+ o selinux: cleanup udev integration
+
+Michael Buesch:
+ o trivial: remove _all_ trailing slashes with no_trailing_slash()
+ o trivial: fix signedness
+ o namdev: allow symlink-only rules to specify node permissions
+ o udevd: fix valgrind warning
+
+
Summary of changes from v050 to v051
============================================
diff --git a/Makefile b/Makefile
index dc907f6a8..b5698eec7 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ SENDER = udevsend
INFO = udevinfo
TESTER = udevtest
STARTER = udevstart
-VERSION = 051
+VERSION = 052
INSTALL_DIR = /usr/local/bin
RELEASE_NAME = $(ROOT)-$(VERSION)
LOCAL_CFG_DIR = etc/udev
diff --git a/udev.spec b/udev.spec
index a0fd5b542..060ee3310 100644
--- a/udev.spec
+++ b/udev.spec
@@ -29,7 +29,7 @@
Summary: A userspace implementation of devfs
Name: udev
-Version: 051
+Version: 052
Release: 1
License: GPL
Group: Utilities/System