aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-11-07 02:44:34 +0100
committerKay Sievers <kay.sievers@suse.de>2005-11-07 02:44:34 +0100
commit8f528042ca780a6f772dd8f9b4a1427f2407a264 (patch)
tree8a7b7b68d0e40c17e7e6ddfb641ae562cd6a459c
parent9092f7edcf12f7b2dc77e56a6a5f688ef81ef000 (diff)
downloadudev-8f528042ca780a6f772dd8f9b4a1427f2407a264.tar.gz
073 release073
-rw-r--r--ChangeLog9
-rw-r--r--Makefile2
-rw-r--r--RELEASE-NOTES6
-rw-r--r--TODO11
4 files changed, 18 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 4964d782..2a81a681 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Summary of changes from v72 to v073
+============================================
+
+Kay Sievers:
+ udevd: depend on netlink and remove all sequence reorder logic
+ print useconds in udevmonitor
+ add RELEASE-NOTES, update TODO
+
+
Summary of changes from v71 to v072
============================================
diff --git a/Makefile b/Makefile
index afa649e5..90509332 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-VERSION = 072
+VERSION = 073
# set this to make use of syslog
USE_LOG = true
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 087403d5..8e9416d9 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,3 +1,9 @@
+udev 073
+========
+Fixed bug in udevd, if inotify is not available. We depend on netlink
+uevents now, kernels without that event source will not work with that
+version of udev anymore.
+
udev 072
========
The rule parsing happens now in the daemon once at startup, all udev
diff --git a/TODO b/TODO
index a9925473..0bf22dd5 100644
--- a/TODO
+++ b/TODO
@@ -1,19 +1,12 @@
This is a short list of things that needs to be done. They are in no specific
order. We will gladly accept patches for any of these items:
-- More documentation:
- Allmost all extras/*_id/ programs don't have a man page
- some details are missing in the udev man pages.
-
- Completely replace the built-in wait_for_sysfs stuff in udev_sysfs.c
by rules using the WAIT_FOR_SYSFS key.
- Log the relationship of the kernel name and the persistent disk name
to syslog, so any error logged from the kernel can be associated with
- any of the links.
-
-- Do generic early boot logic:
- initramfs, pivot-root, cover coldplug or event replay, etc...
+ any of the links at that time.
-- Keep the distro rules in etc/ up-to-date.
+- remove klibc tree and make it an external dependency