chiark / gitweb /
063 release
authorGreg KH <gregkh@suse.de>
Thu, 14 Jul 2005 23:09:21 +0000 (16:09 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 14 Jul 2005 23:09:21 +0000 (16:09 -0700)
ChangeLog
Makefile
udev.spec

index db2f0b005770c1073cf0ea1b45408962a8e8962d..159437240fda243b277a4c6070ae30dd7c115a9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+Summary of changes from v062 to v063
+============================================
+
+Anton Farygin:
+  fix typo in GROUP value application
+
+Greg Kroah-Hartman:
+  add 'make tests' as I'm always typing that one wrong...
+  Really commit the udev_run_devd changes...
+  Fixed udev_run_devd to run the /etc/dev.d/DEVNAME/ files too
+  fix position of raw rules in gentoo config file
+
+Hannes Reinecke:
+  dasd_id: add s390 disk-label prober
+  fix usb_id and let scsi_id ignore "illegal request"
+
+Kay Sievers:
+  volume_id: remove s390 dasd handling, it is dasd_id now
+  trivial fixes for *_id programs
+  IMPORT: add {parent} to import the persistent data of the parent device
+  allow multiple values to be matched with KEY=="value1|value2"
+  udevd: set incoming socket buffer SO_RCVBUF to maximum
+  remember mapped rules state
+  ata_id: check for empty serial number
+  compile dasd only on s390
+
+Ville Skyttä:
+  correct default mode documentation in udev
+
+
 Summary of changes from v061 to v062
 ============================================
 
index c3485c04726ea0f23846f05f1d62e393ef582e7a..a8f2851cabd2eb68d8c26eaef7be69de13f09590 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ EXTRAS=
 # make the build silent. Set this to something else to make it noisy again.
 V=false
 
-VERSION =      062
+VERSION =      063
 ROOT =         udev
 DAEMON =       udevd
 SENDER =       udevsend
index 496065a79b3e1bad21376b68aadc96bd66e04424..22d91605293d39918f84598e9e63b3554eea0855 100644 (file)
--- a/udev.spec
+++ b/udev.spec
@@ -29,7 +29,7 @@
 
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 062
+Version: 063
 Release: 1
 License: GPL
 Group: Utilities/System