aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-10-20 00:28:34 +0200
committerKay Sievers <kay.sievers@suse.de>2005-10-20 00:28:34 +0200
commita743be9a785e1223ce628a4225b63546281d9e66 (patch)
tree28e6b46c916cd64ca2e149f8c2aee438f82fb3f1
parentdaff48063eb2cb547d24a547684543ee991f0815 (diff)
downloadudev-a743be9a785e1223ce628a4225b63546281d9e66.tar.gz
071 release071
-rw-r--r--ChangeLog33
-rw-r--r--Makefile2
-rw-r--r--RELEASE-NOTES15
3 files changed, 49 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f25c0c5..cc201115 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+Summary of changes from v70 to v071
+============================================
+
+Greg Kroah-Hartman:
+ Remove the udev.spec file as no one uses it anymore
+
+John Hull:
+ edd_id: check that EDD id is unique
+
+Kay Sievers:
+ ata_id: open volume O_NONBLOCK
+ add "Persistent Device Naming" rules file for disks
+ scsi_id: switch temporary node creation to /dev
+ volume_id: set reiser instead of reiserfs for filesystem type
+ update devfs rules header
+ update Debian rules
+ update Fedora rules
+ update Debian rules
+ remove no longer needed includes
+ switch tools and volume_id from LGPL to GPLv2
+ add edd-*-part%n to the persistent.rules
+ update Debian persistent rules
+ clarify README
+ udevd: fix initial timeout handling
+ force event socket buffer size to 16MB
+ udevd: move logging from err to info for non-hotplug uevent
+ fix selinux compilation
+ libsysfs: accept sysmlinks to directories instead of real directories
+
+Marco d'Itri:
+ run_directory: fix typo in "make install"
+
+
Summary of changes from v069 to v070
============================================
diff --git a/Makefile b/Makefile
index 16f4c244..0f5ab8fe 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-VERSION = 070
+VERSION = 071
# set this to make use of syslog
USE_LOG = true
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 31c97ce1..815d4083 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,3 +1,18 @@
+udev 071
+========
+Fix a stupid typo in extras/run_directory for "make install".
+
+scsi_id creates the temporary devnode now in /dev for usage with a
+non-writable /tmp directory.
+
+The uevent kernel socket buffer can carry app. 50.000 events now,
+let's see who can break this again. :)
+
+The upcoming kernel will have a new input driver core integration.
+Some class devices are now symlinks to the real device. libsysfs
+needs a fix for this to work correctly. Udevstart of older udev
+versions will _not_ create these devices!
+
udev 070
========
Fix a 'install' target in the Makefile, that prevents EXTRAS from