aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg KH <gregkh@suse.de>2005-07-14 16:09:21 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2005-07-14 16:09:21 -0700
commit8365854ccda3d0f36333b699454238cff111e169 (patch)
tree07969176c7329b9b7257788c833547e383f14487
parent0de3c3edebeaab08c2697d13c33e0049f6371706 (diff)
downloadudev-8365854ccda3d0f36333b699454238cff111e169.tar.gz
063 release063
-rw-r--r--ChangeLog30
-rw-r--r--Makefile2
-rw-r--r--udev.spec2
3 files changed, 32 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index db2f0b00..15943724 100644
--- 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
============================================
diff --git a/Makefile b/Makefile
index c3485c04..a8f2851c 100644
--- 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
diff --git a/udev.spec b/udev.spec
index 496065a7..22d91605 100644
--- 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