chiark / gitweb /
071 release
authorKay Sievers <kay.sievers@suse.de>
Wed, 19 Oct 2005 22:28:34 +0000 (00:28 +0200)
committerKay Sievers <kay.sievers@suse.de>
Wed, 19 Oct 2005 22:28:34 +0000 (00:28 +0200)
ChangeLog
Makefile
RELEASE-NOTES

index 8f25c0c5b8d76bbfa8ee987c12bd938c180f190e..cc20111553a7fc645d4bd911747468d6f4927b37 100644 (file)
--- 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
 ============================================
 
 Summary of changes from v069 to v070
 ============================================
 
index 16f4c244ebfd72fab3aa128b2df802297ceb18dd..0f5ab8fe8294eb0d31fc1aa1e70adeb011cc2c7b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 #
 
 # 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
 
 # set this to make use of syslog
 USE_LOG = true
index 31c97ce1b2922a1b6611cb239bfbf952b227a278..815d4083c592575c452b333a9957f5d03c4f8289 100644 (file)
@@ -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
 udev 070
 ========
 Fix a 'install' target in the Makefile, that prevents EXTRAS from