summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-02-13 01:01:07 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:32:27 -0700
commit44a523e30d79efc5aca9a05073b32f5924191244 (patch)
tree62ab61493a273f01941fe7d1afca30cac94cec6f
parent09b7985cf611df26fc756e0b8025a260fc4a4948 (diff)
[PATCH] v017 release017
-rw-r--r--ChangeLog54
-rw-r--r--Makefile2
-rw-r--r--udev.spec2
3 files changed, 56 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ca1f765ae..4ad5f63ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,57 @@
+Summary of changes from v016 to v017
+============================================
+
+<azarah:nosferatu.za.org>:
+ o make logging a config option
+
+<christophe.varoqui:free.fr>:
+ o more udev-016/extras/multipath
+ o more udev-016/extras/multipath
+ o update extras/multipath
+
+Kay Sievers:
+ o udev - keep private data out of the database?
+ o better credential patch
+ o udevd - client access authorization
+ o compile udevd with klibc
+ o udev - fix "ignore method"
+ o udev - fix cdrom symlink rule
+ o convert udevsend/udevd to DGRAM and single-threaded
+ o udevd - kill the lockfile
+ o udevd - fix socket path length
+ o udevd - switch socket path to abstract namespace
+ o udevd - allow to bypass sequence number
+ o include used function
+
+Greg Kroah-Hartman:
+ o add udev_log to the documentation
+ o fix offsetof() define in klibc
+ o add some .spec file changes from Red Hat
+ o update the init.d udev script based on a patch from Red Hat
+ o remove the .udev.tdb when installing or uninstalling to be safe
+ o remove the database at startup
+ o fix bug in permission handling
+ o update klibc to version .107
+ o update the bitkeeper ignore file list
+ o add udevtest program to build
+ o fix problem where usb devices can be either the main device or the interface
+ o more logging.h cleanups to be a bit more flexible
+ o stop using mode_t as different libcs define it in different ways :(
+ o remove some more KLIBC fixups that are no longer needed
+ o let udev-test.pl run an individual test if you ask it to
+ o Handle the '!' character that some block devices have
+ o add a block device with a ! in the name, and a test for this
+ o fix up 'make release' to use bk to build the export tree
+ o fix log option code so that it actually works for all udev programs
+ o finish syncing up with klibc
+ o sync with latest version of klibc (0.107)
+ o fix up Makefile dependancies for udev_version.h
+
+Patrick Mansfield:
+ o udev add wild card compare for ID
+ o udev kill extra bus_id compares in match_id
+
+
Summary of changes from v015 to v016
============================================
diff --git a/Makefile b/Makefile
index 2ecfd3a96..0f347c734 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ DAEMON = udevd
SENDER = udevsend
HELPER = udevinfo
TESTER = udevtest
-VERSION = 016_bk
+VERSION = 017
INSTALL_DIR = /usr/local/bin
RELEASE_NAME = $(ROOT)-$(VERSION)
LOCAL_CFG_DIR = etc/udev
diff --git a/udev.spec b/udev.spec
index 0b142f094..a53a1ad63 100644
--- a/udev.spec
+++ b/udev.spec
@@ -29,7 +29,7 @@
Summary: A userspace implementation of devfs
Name: udev
-Version: 016_bk
+Version: 017
Release: 1
License: GPL
Group: Utilities/System